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

/netbsd-current/crypto/external/bsd/openssl/dist/demos/signature/
H A Drsa_pss_hash.c39 const unsigned char *ppriv_key = NULL; local
44 ppriv_key = rsa_priv_key;
45 pkey = d2i_PrivateKey_ex(EVP_PKEY_RSA, NULL, &ppriv_key,
H A Drsa_pss_direct.c44 const unsigned char *ppriv_key = NULL; local
49 ppriv_key = rsa_priv_key;
50 pkey = d2i_PrivateKey_ex(EVP_PKEY_RSA, NULL, &ppriv_key,
/netbsd-current/external/bsd/ntp/dist/libntp/
H A Dlibssl_compat.c299 const BIGNUM ** ppriv_key
306 if (ppriv_key != NULL)
307 *ppriv_key = pdsa->priv_key;
/netbsd-current/external/bsd/ntp/dist/include/
H A Dlibssl_compat.h78 const BIGNUM **ppriv_key);

Completed in 111 milliseconds