Home
last modified time | relevance | path

Searched refs:DH_set0_key (Results 1 – 12 of 12) sorted by relevance

/freebsd-12-stable/crypto/openssl/doc/man3/
DDH_get0_pqg.pod5 DH_get0_pqg, DH_set0_pqg, DH_get0_key, DH_set0_key,
20 int DH_set0_key(DH *dh, BIGNUM *pub_key, BIGNUM *priv_key);
62 The public and private key values can be set using DH_set0_key(). Either
91 in the call and may therefore I<not> be passed to DH_set0_key(). If
97 DH_set0_pqg() and DH_set0_key() return 1 on success or 0 on failure.
/freebsd-12-stable/crypto/openssh/openbsd-compat/
Dopenssl-compat.h162 int DH_set0_key(DH *dh, BIGNUM *pub_key, BIGNUM *priv_key);
Dlibressl-api-compat.c500 DH_set0_key(DH *dh, BIGNUM *pub_key, BIGNUM *priv_key) in DH_set0_key() function
/freebsd-12-stable/crypto/openssl/crypto/dh/
Ddh_lib.c234 int DH_set0_key(DH *dh, BIGNUM *pub_key, BIGNUM *priv_key) in DH_set0_key() function
/freebsd-12-stable/crypto/openssl/crypto/dsa/
Ddsa_lib.c223 if (!DH_set0_key(ret, pub_key, priv_key)) in DSA_dup_DH()
/freebsd-12-stable/crypto/openssl/include/openssl/
Ddh.h188 int DH_set0_key(DH *dh, BIGNUM *pub_key, BIGNUM *priv_key);
/freebsd-12-stable/secure/lib/libcrypto/
DVersion.map959 DH_set0_key;
/freebsd-12-stable/contrib/wpa/src/crypto/
Dcrypto_openssl.c983 if (!priv_key || !pub_key || DH_set0_key(dh, pub_key, priv_key) != 1) in dh5_init_fixed()
/freebsd-12-stable/crypto/openssl/ssl/statem/
Dstatem_clnt.c2146 if (!DH_set0_key(dh, bnpub_key, NULL)) { in tls_process_ske_dhe()
Dstatem_srvr.c3211 if (pub_key == NULL || cdh == NULL || !DH_set0_key(cdh, pub_key, NULL)) { in tls_process_cke_dhe()
/freebsd-12-stable/secure/lib/libcrypto/man/man3/
DMakefile1023 MLINKS+= DH_get0_pqg.3 DH_set0_key.3
/freebsd-12-stable/crypto/openssh/
Dconfigure.ac2991 DH_set0_key \