Searched refs:pbe_nid (Results 1 - 25 of 69) sorted by relevance

123

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/pkcs12/
H A Dp12_p8e.c64 X509_SIG *PKCS8_encrypt(int pbe_nid, const EVP_CIPHER *cipher, argument
77 if (pbe_nid == -1)
79 else if (EVP_PBE_find(EVP_PBE_TYPE_PRF, pbe_nid, NULL, NULL, 0))
80 pbe = PKCS5_pbe2_set_iv(cipher, iter, salt, saltlen, NULL, pbe_nid);
83 pbe = PKCS5_pbe_set(pbe_nid, iter, salt, saltlen);
H A Dp12_add.c105 PKCS12_SAFEBAG *PKCS12_MAKE_SHKEYBAG(int pbe_nid, const char *pass, argument
121 pbe_ciph = EVP_get_cipherbynid(pbe_nid);
124 pbe_nid = -1;
127 PKCS8_encrypt(pbe_nid, pbe_ciph, pass, passlen, salt, saltlen, iter,
170 PKCS7 *PKCS12_pack_p7encdata(int pbe_nid, const char *pass, int passlen, argument
187 pbe_ciph = EVP_get_cipherbynid(pbe_nid);
192 pbe = PKCS5_pbe_set(pbe_nid, iter, salt, saltlen);
H A Dp12_npas.c110 int i, bagnid, pbe_nid = 0, pbe_iter = 0, pbe_saltlen = 0; local
128 &pbe_nid, &pbe_iter, &pbe_saltlen)) {
147 p7new = PKCS12_pack_p7encdata(pbe_nid, newpass, -1, NULL,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/pkcs12/
H A Dp12_p8e.c64 X509_SIG *PKCS8_encrypt(int pbe_nid, const EVP_CIPHER *cipher, argument
77 if (pbe_nid == -1)
79 else if (EVP_PBE_find(EVP_PBE_TYPE_PRF, pbe_nid, NULL, NULL, 0))
80 pbe = PKCS5_pbe2_set_iv(cipher, iter, salt, saltlen, NULL, pbe_nid);
83 pbe = PKCS5_pbe_set(pbe_nid, iter, salt, saltlen);
H A Dp12_add.c105 PKCS12_SAFEBAG *PKCS12_MAKE_SHKEYBAG(int pbe_nid, const char *pass, argument
121 pbe_ciph = EVP_get_cipherbynid(pbe_nid);
124 pbe_nid = -1;
127 PKCS8_encrypt(pbe_nid, pbe_ciph, pass, passlen, salt, saltlen, iter,
170 PKCS7 *PKCS12_pack_p7encdata(int pbe_nid, const char *pass, int passlen, argument
187 pbe_ciph = EVP_get_cipherbynid(pbe_nid);
192 pbe = PKCS5_pbe_set(pbe_nid, iter, salt, saltlen);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/pkcs12/
H A Dp12_p8e.c64 X509_SIG *PKCS8_encrypt(int pbe_nid, const EVP_CIPHER *cipher, argument
77 if (pbe_nid == -1)
79 else if (EVP_PBE_find(EVP_PBE_TYPE_PRF, pbe_nid, NULL, NULL, 0))
80 pbe = PKCS5_pbe2_set_iv(cipher, iter, salt, saltlen, NULL, pbe_nid);
83 pbe = PKCS5_pbe_set(pbe_nid, iter, salt, saltlen);
H A Dp12_add.c105 PKCS12_SAFEBAG *PKCS12_MAKE_SHKEYBAG(int pbe_nid, const char *pass, argument
121 pbe_ciph = EVP_get_cipherbynid(pbe_nid);
124 pbe_nid = -1;
127 PKCS8_encrypt(pbe_nid, pbe_ciph, pass, passlen, salt, saltlen, iter,
170 PKCS7 *PKCS12_pack_p7encdata(int pbe_nid, const char *pass, int passlen, argument
187 pbe_ciph = EVP_get_cipherbynid(pbe_nid);
192 pbe = PKCS5_pbe_set(pbe_nid, iter, salt, saltlen);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/pkcs12/
H A Dp12_p8e.c63 X509_SIG *PKCS8_encrypt(int pbe_nid, const EVP_CIPHER *cipher, argument
76 if(pbe_nid == -1) pbe = PKCS5_pbe2_set(cipher, iter, salt, saltlen);
77 else pbe = PKCS5_pbe_set(pbe_nid, iter, salt, saltlen);
H A Dp12_add.c104 PKCS12_SAFEBAG *PKCS12_MAKE_SHKEYBAG(int pbe_nid, const char *pass, argument
119 pbe_ciph = EVP_get_cipherbynid(pbe_nid);
122 pbe_nid = -1;
125 PKCS8_encrypt(pbe_nid, pbe_ciph, pass, passlen, salt, saltlen, iter,
168 PKCS7 *PKCS12_pack_p7encdata(int pbe_nid, const char *pass, int passlen, argument
185 pbe_ciph = EVP_get_cipherbynid(pbe_nid);
190 pbe = PKCS5_pbe_set(pbe_nid, iter, salt, saltlen);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/pkcs12/
H A Dp12_p8e.c63 X509_SIG *PKCS8_encrypt(int pbe_nid, const EVP_CIPHER *cipher, argument
76 if(pbe_nid == -1) pbe = PKCS5_pbe2_set(cipher, iter, salt, saltlen);
77 else pbe = PKCS5_pbe_set(pbe_nid, iter, salt, saltlen);
H A Dp12_add.c104 PKCS12_SAFEBAG *PKCS12_MAKE_SHKEYBAG(int pbe_nid, const char *pass, argument
119 pbe_ciph = EVP_get_cipherbynid(pbe_nid);
122 pbe_nid = -1;
125 PKCS8_encrypt(pbe_nid, pbe_ciph, pass, passlen, salt, saltlen, iter,
168 PKCS7 *PKCS12_pack_p7encdata(int pbe_nid, const char *pass, int passlen, argument
185 pbe_ciph = EVP_get_cipherbynid(pbe_nid);
190 pbe = PKCS5_pbe_set(pbe_nid, iter, salt, saltlen);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/pkcs12/
H A Dp12_p8e.c63 X509_SIG *PKCS8_encrypt(int pbe_nid, const EVP_CIPHER *cipher, argument
76 if(pbe_nid == -1) pbe = PKCS5_pbe2_set(cipher, iter, salt, saltlen);
77 else pbe = PKCS5_pbe_set(pbe_nid, iter, salt, saltlen);
H A Dp12_add.c104 PKCS12_SAFEBAG *PKCS12_MAKE_SHKEYBAG(int pbe_nid, const char *pass, argument
119 pbe_ciph = EVP_get_cipherbynid(pbe_nid);
122 pbe_nid = -1;
125 PKCS8_encrypt(pbe_nid, pbe_ciph, pass, passlen, salt, saltlen, iter,
168 PKCS7 *PKCS12_pack_p7encdata(int pbe_nid, const char *pass, int passlen, argument
185 pbe_ciph = EVP_get_cipherbynid(pbe_nid);
190 pbe = PKCS5_pbe_set(pbe_nid, iter, salt, saltlen);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/evp/
H A Devp_pbe.c76 int pbe_nid; member in struct:__anon5141
137 fprintf(stderr, "%d %d %s ", tpbe->pbe_type, tpbe->pbe_nid,
138 OBJ_nid2sn(tpbe->pbe_nid));
139 if (EVP_PBE_find(tpbe->pbe_type, tpbe->pbe_nid,
211 return pbe1->pbe_nid - pbe2->pbe_nid;
222 return (*a)->pbe_nid - (*b)->pbe_nid;
227 int EVP_PBE_alg_add_type(int pbe_type, int pbe_nid, int cipher_nid, argument
238 pbe_tmp->pbe_nid
264 EVP_PBE_find(int type, int pbe_nid, int *pcnid, int *pmnid, EVP_PBE_KEYGEN **pkeygen) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/evp/
H A Devp_pbe.c75 int pbe_nid; member in struct:__anon5464
133 fprintf(stderr, "%d %d %s ", tpbe->pbe_type, tpbe->pbe_nid,
134 OBJ_nid2sn(tpbe->pbe_nid));
135 if (EVP_PBE_find(tpbe->pbe_type, tpbe->pbe_nid,
214 return pbe1->pbe_nid - pbe2->pbe_nid;
225 return (*a)->pbe_nid - (*b)->pbe_nid;
230 int EVP_PBE_alg_add_type(int pbe_type, int pbe_nid, int cipher_nid, int md_nid, argument
242 pbe_tmp->pbe_nid
269 EVP_PBE_find(int type, int pbe_nid, int *pcnid, int *pmnid, EVP_PBE_KEYGEN **pkeygen) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/evp/
H A Devp_pbe.c76 int pbe_nid; member in struct:__anon6046
137 fprintf(stderr, "%d %d %s ", tpbe->pbe_type, tpbe->pbe_nid,
138 OBJ_nid2sn(tpbe->pbe_nid));
139 if (EVP_PBE_find(tpbe->pbe_type, tpbe->pbe_nid,
211 return pbe1->pbe_nid - pbe2->pbe_nid;
222 return (*a)->pbe_nid - (*b)->pbe_nid;
227 int EVP_PBE_alg_add_type(int pbe_type, int pbe_nid, int cipher_nid, argument
238 pbe_tmp->pbe_nid
264 EVP_PBE_find(int type, int pbe_nid, int *pcnid, int *pmnid, EVP_PBE_KEYGEN **pkeygen) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/evp/
H A Devp_pbe.c75 int pbe_nid; member in struct:__anon6369
133 fprintf(stderr, "%d %d %s ", tpbe->pbe_type, tpbe->pbe_nid,
134 OBJ_nid2sn(tpbe->pbe_nid));
135 if (EVP_PBE_find(tpbe->pbe_type, tpbe->pbe_nid,
214 return pbe1->pbe_nid - pbe2->pbe_nid;
225 return (*a)->pbe_nid - (*b)->pbe_nid;
230 int EVP_PBE_alg_add_type(int pbe_type, int pbe_nid, int cipher_nid, int md_nid, argument
242 pbe_tmp->pbe_nid
269 EVP_PBE_find(int type, int pbe_nid, int *pcnid, int *pmnid, EVP_PBE_KEYGEN **pkeygen) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/evp/
H A Devp_pbe.c76 int pbe_nid; member in struct:__anon40071
137 fprintf(stderr, "%d %d %s ", tpbe->pbe_type, tpbe->pbe_nid,
138 OBJ_nid2sn(tpbe->pbe_nid));
139 if (EVP_PBE_find(tpbe->pbe_type, tpbe->pbe_nid,
211 return pbe1->pbe_nid - pbe2->pbe_nid;
222 return (*a)->pbe_nid - (*b)->pbe_nid;
227 int EVP_PBE_alg_add_type(int pbe_type, int pbe_nid, int cipher_nid, argument
238 pbe_tmp->pbe_nid
264 EVP_PBE_find(int type, int pbe_nid, int *pcnid, int *pmnid, EVP_PBE_KEYGEN **pkeygen) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/evp/
H A Devp_pbe.c75 int pbe_nid; member in struct:__anon40394
133 fprintf(stderr, "%d %d %s ", tpbe->pbe_type, tpbe->pbe_nid,
134 OBJ_nid2sn(tpbe->pbe_nid));
135 if (EVP_PBE_find(tpbe->pbe_type, tpbe->pbe_nid,
214 return pbe1->pbe_nid - pbe2->pbe_nid;
225 return (*a)->pbe_nid - (*b)->pbe_nid;
230 int EVP_PBE_alg_add_type(int pbe_type, int pbe_nid, int cipher_nid, int md_nid, argument
242 pbe_tmp->pbe_nid
269 EVP_PBE_find(int type, int pbe_nid, int *pcnid, int *pmnid, EVP_PBE_KEYGEN **pkeygen) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/apps/
H A Dpkcs8.c78 int pbe_nid = -1; local
120 pbe_nid = OBJ_txt2nid(*args);
121 if (pbe_nid == NID_undef) {
130 pbe_nid = OBJ_txt2nid(*args);
131 if (!EVP_PBE_find(EVP_PBE_TYPE_PRF, pbe_nid, NULL, NULL, 0)) {
235 if ((pbe_nid == -1) && !cipher)
236 pbe_nid = NID_pbeWithMD5AndDES_CBC;
288 if (!(p8 = PKCS8_encrypt(pbe_nid, cipher,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/apps/
H A Dpkcs8.c78 int pbe_nid = -1; local
120 pbe_nid = OBJ_txt2nid(*args);
121 if (pbe_nid == NID_undef) {
130 pbe_nid = OBJ_txt2nid(*args);
131 if (!EVP_PBE_find(EVP_PBE_TYPE_PRF, pbe_nid, NULL, NULL, 0)) {
235 if ((pbe_nid == -1) && !cipher)
236 pbe_nid = NID_pbeWithMD5AndDES_CBC;
288 if (!(p8 = PKCS8_encrypt(pbe_nid, cipher,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/apps/
H A Dpkcs8.c78 int pbe_nid = -1; local
120 pbe_nid = OBJ_txt2nid(*args);
121 if (pbe_nid == NID_undef) {
130 pbe_nid = OBJ_txt2nid(*args);
131 if (!EVP_PBE_find(EVP_PBE_TYPE_PRF, pbe_nid, NULL, NULL, 0)) {
235 if ((pbe_nid == -1) && !cipher)
236 pbe_nid = NID_pbeWithMD5AndDES_CBC;
288 if (!(p8 = PKCS8_encrypt(pbe_nid, cipher,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/apps/
H A Dpkcs8.c77 int pbe_nid = -1; local
127 pbe_nid=OBJ_txt2nid(*args);
128 if (pbe_nid == NID_undef)
242 if ((pbe_nid == -1) && !cipher)
243 pbe_nid = NID_pbeWithMD5AndDES_CBC;
311 if (!(p8 = PKCS8_encrypt(pbe_nid, cipher,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/apps/
H A Dpkcs8.c77 int pbe_nid = -1; local
127 pbe_nid=OBJ_txt2nid(*args);
128 if (pbe_nid == NID_undef)
242 if ((pbe_nid == -1) && !cipher)
243 pbe_nid = NID_pbeWithMD5AndDES_CBC;
311 if (!(p8 = PKCS8_encrypt(pbe_nid, cipher,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/apps/
H A Dpkcs8.c77 int pbe_nid = -1; local
127 pbe_nid=OBJ_txt2nid(*args);
128 if (pbe_nid == NID_undef)
242 if ((pbe_nid == -1) && !cipher)
243 pbe_nid = NID_pbeWithMD5AndDES_CBC;
311 if (!(p8 = PKCS8_encrypt(pbe_nid, cipher,

Completed in 188 milliseconds

123