Searched refs:DH_set0_key (Results 1 – 12 of 12) sorted by relevance
| /freebsd-12-stable/crypto/openssl/doc/man3/ |
| D | DH_get0_pqg.pod | 5 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/ |
| D | openssl-compat.h | 162 int DH_set0_key(DH *dh, BIGNUM *pub_key, BIGNUM *priv_key);
|
| D | libressl-api-compat.c | 500 DH_set0_key(DH *dh, BIGNUM *pub_key, BIGNUM *priv_key) in DH_set0_key() function
|
| /freebsd-12-stable/crypto/openssl/crypto/dh/ |
| D | dh_lib.c | 234 int DH_set0_key(DH *dh, BIGNUM *pub_key, BIGNUM *priv_key) in DH_set0_key() function
|
| /freebsd-12-stable/crypto/openssl/crypto/dsa/ |
| D | dsa_lib.c | 223 if (!DH_set0_key(ret, pub_key, priv_key)) in DSA_dup_DH()
|
| /freebsd-12-stable/crypto/openssl/include/openssl/ |
| D | dh.h | 188 int DH_set0_key(DH *dh, BIGNUM *pub_key, BIGNUM *priv_key);
|
| /freebsd-12-stable/secure/lib/libcrypto/ |
| D | Version.map | 959 DH_set0_key;
|
| /freebsd-12-stable/contrib/wpa/src/crypto/ |
| D | crypto_openssl.c | 983 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/ |
| D | statem_clnt.c | 2146 if (!DH_set0_key(dh, bnpub_key, NULL)) { in tls_process_ske_dhe()
|
| D | statem_srvr.c | 3211 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/ |
| D | Makefile | 1023 MLINKS+= DH_get0_pqg.3 DH_set0_key.3
|
| /freebsd-12-stable/crypto/openssh/ |
| D | configure.ac | 2991 DH_set0_key \
|