Searched refs:DH_set0_key (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/crypto/openssh/openbsd-compat/
H A Dopenssl-compat.h186 int DH_set0_key(DH *dh, BIGNUM *pub_key, BIGNUM *priv_key);
H A Dlibressl-api-compat.c496 DH_set0_key(DH *dh, BIGNUM *pub_key, BIGNUM *priv_key) function
/freebsd-13-stable/crypto/openssl/crypto/dh/
H A Ddh_lib.c234 int DH_set0_key(DH *dh, BIGNUM *pub_key, BIGNUM *priv_key) function
/freebsd-13-stable/crypto/openssl/crypto/dsa/
H A Ddsa_lib.c223 if (!DH_set0_key(ret, pub_key, priv_key))
/freebsd-13-stable/crypto/openssl/include/openssl/
H A Ddh.h185 int DH_set0_key(DH *dh, BIGNUM *pub_key, BIGNUM *priv_key);
/freebsd-13-stable/contrib/wpa/src/crypto/
H A Dcrypto_openssl.c910 if (!priv_key || !pub_key || DH_set0_key(dh, pub_key, priv_key) != 1)
/freebsd-13-stable/crypto/openssl/ssl/statem/
H A Dstatem_clnt.c2140 if (!DH_set0_key(dh, bnpub_key, NULL)) {
H A Dstatem_srvr.c3211 if (pub_key == NULL || cdh == NULL || !DH_set0_key(cdh, pub_key, NULL)) {
/freebsd-13-stable/secure/lib/libcrypto/man/man3/
H A DMakefile1023 MLINKS+= DH_get0_pqg.3 DH_set0_key.3

Completed in 180 milliseconds