Home
last modified time | relevance | path

Searched refs:pcnid (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/crypto/evp/
H A Devp_pbe.c250 int EVP_PBE_find_ex(int type, int pbe_nid, int *pcnid, int *pmnid, in EVP_PBE_find_ex() argument
272 if (pcnid != NULL) in EVP_PBE_find_ex()
273 *pcnid = pbetmp->cipher_nid; in EVP_PBE_find_ex()
284 int *pcnid, int *pmnid, EVP_PBE_KEYGEN **pkeygen) in EVP_PBE_find() argument
286 return EVP_PBE_find_ex(type, pbe_nid, pcnid, pmnid, pkeygen, NULL); in EVP_PBE_find()
/freebsd/crypto/openssl/doc/man3/
H A DEVP_PBE_CipherInit.pod19 int EVP_PBE_find(int type, int pbe_nid, int *pcnid, int *pmnid,
21 int EVP_PBE_find_ex(int type, int pbe_nid, int *pcnid, int *pmnid,
67 They return the algorithm's cipher ID I<pcnid>, digest ID I<pmnid> and a key
72 If a NULL is supplied for any of I<pcnid>, I<pmnid>, I<pkeygen> or I<pkeygen_ex>
/freebsd/crypto/openssl/include/openssl/
H A Devp.h1586 int EVP_PBE_find(int type, int pbe_nid, int *pcnid, int *pmnid,
1588 int EVP_PBE_find_ex(int type, int pbe_nid, int *pcnid, int *pmnid,