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

/external/openssl/crypto/pkcs12/
H A Dp12_add.c109 const EVP_CIPHER *pbe_ciph; local
119 pbe_ciph = EVP_get_cipherbynid(pbe_nid);
121 if (pbe_ciph)
125 PKCS8_encrypt(pbe_nid, pbe_ciph, pass, passlen, salt, saltlen, iter,
174 const EVP_CIPHER *pbe_ciph; local
185 pbe_ciph = EVP_get_cipherbynid(pbe_nid);
187 if (pbe_ciph)
188 pbe = PKCS5_pbe2_set(pbe_ciph, iter, salt, saltlen);

Completed in 44 milliseconds