Home
last modified time | relevance | path

Searched refs:pparams (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssl/apps/lib/
H A Dapps.c875 : pparams != NULL ? "key parameters" \
899 EVP_PKEY **pparams, in load_key_certs_crls() argument
925 SET_EXPECT1(pparams, OSSL_STORE_INFO_PARAMS); in load_key_certs_crls()
1008 while ((ppkey != NULL || ppubkey != NULL || pparams != NULL in load_key_certs_crls()
1048 if (pparams != NULL) { in load_key_certs_crls()
1049 ok = (*pparams = OSSL_STORE_INFO_get1_PARAMS(info)) != NULL; in load_key_certs_crls()
1051 pparams = NULL; in load_key_certs_crls()
/freebsd/crypto/openssl/apps/include/
H A Dapps.h157 EVP_PKEY **pparams,