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

/openbsd-current/lib/libcrypto/pkcs12/
H A Dp12_add.c146 const EVP_CIPHER *pbe_ciph; local
157 pbe_ciph = EVP_get_cipherbynid(pbe_nid);
159 if (pbe_ciph)
160 pbe = PKCS5_pbe2_set(pbe_ciph, iter, salt, saltlen);
H A Dp12_sbag.c218 const EVP_CIPHER *pbe_ciph; local
222 if ((pbe_ciph = EVP_get_cipherbynid(pbe_nid)) != NULL)
225 if ((p8 = PKCS8_encrypt(pbe_nid, pbe_ciph, pass, passlen, salt, saltlen,

Completed in 121 milliseconds