Searched refs:DH_get0_key (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_openssl/common/ |
H A D | compat.h | 48 void DH_get0_key(const DH *dh, const BIGNUM **pub_key, const BIGNUM **priv_key);
|
H A D | compat.c | 300 DH_get0_key(const DH *dh, const BIGNUM **pub_key, const BIGNUM **priv_key) in DH_get0_key() function
|
/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/ |
H A D | pkinit_crypto_openssl.c | 457 #define DH_get0_key(dh, pub, priv) __DH_get0_key(dh, pub, priv) macro 2324 DH_get0_key(cryptoctx->dh, &pub_key, NULL); in client_create_dh() 2585 DH_get0_key(dh_server, &s_pub_key, NULL); in server_process_dh()
|