Home
last modified time | relevance | path

Searched refs:ppriv_key (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssl/demos/signature/
H A Drsa_pss_hash.c39 const unsigned char *ppriv_key = NULL; in sign() local
44 ppriv_key = rsa_priv_key; in sign()
45 pkey = d2i_PrivateKey_ex(EVP_PKEY_RSA, NULL, &ppriv_key, in sign()
H A Drsa_pss_direct.c44 const unsigned char *ppriv_key = NULL; in sign() local
49 ppriv_key = rsa_priv_key; in sign()
50 pkey = d2i_PrivateKey_ex(EVP_PKEY_RSA, NULL, &ppriv_key, in sign()
/freebsd/contrib/ntp/libntp/
H A Dlibssl_compat.c297 const BIGNUM ** ppriv_key in sslshim_DSA_get0_key() argument
304 if (ppriv_key != NULL) in sslshim_DSA_get0_key()
305 *ppriv_key = pdsa->priv_key; in sslshim_DSA_get0_key()
/freebsd/contrib/ntp/include/
H A Dlibssl_compat.h76 const BIGNUM **ppriv_key);