Searched refs:pbe_ciph (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/pkcs12/
H A Dp12_add.c115 const EVP_CIPHER *pbe_ciph; local
125 pbe_ciph = EVP_get_cipherbynid(pbe_nid);
127 if (pbe_ciph)
131 PKCS8_encrypt(pbe_nid, pbe_ciph, pass, passlen, salt, saltlen, iter,
185 const EVP_CIPHER *pbe_ciph; local
196 pbe_ciph = EVP_get_cipherbynid(pbe_nid);
198 if (pbe_ciph)
199 pbe = PKCS5_pbe2_set(pbe_ciph, iter, salt, saltlen);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/pkcs12/
H A Dp12_add.c115 const EVP_CIPHER *pbe_ciph; local
125 pbe_ciph = EVP_get_cipherbynid(pbe_nid);
127 if (pbe_ciph)
131 PKCS8_encrypt(pbe_nid, pbe_ciph, pass, passlen, salt, saltlen, iter,
185 const EVP_CIPHER *pbe_ciph; local
196 pbe_ciph = EVP_get_cipherbynid(pbe_nid);
198 if (pbe_ciph)
199 pbe = PKCS5_pbe2_set(pbe_ciph, iter, salt, saltlen);

Completed in 55 milliseconds