Searched refs:DH_set0_pqg (Results 1 - 13 of 13) sorted by relevance

/freebsd-13-stable/crypto/openssh/openbsd-compat/
H A Dopenssl-compat.h178 int DH_set0_pqg(DH *dh, BIGNUM *p, BIGNUM *q, BIGNUM *g);
H A Dlibressl-api-compat.c461 DH_set0_pqg(DH *dh, BIGNUM *p, BIGNUM *q, BIGNUM *g) function
/freebsd-13-stable/crypto/openssh/
H A Ddh.c310 if (!DH_set0_pqg(dh, dh_p, NULL, dh_g))
331 if (!DH_set0_pqg(dh, modulus, NULL, gen)) {
/freebsd-13-stable/crypto/openssl/crypto/dh/
H A Ddh_lib.c186 int DH_set0_pqg(DH *dh, BIGNUM *p, BIGNUM *q, BIGNUM *g) function
/freebsd-13-stable/crypto/openssl/crypto/dsa/
H A Ddsa_lib.c209 if (p == NULL || g == NULL || q == NULL || !DH_set0_pqg(ret, p, q, g))
/freebsd-13-stable/crypto/openssl/include/openssl/
H A Ddh.h182 int DH_set0_pqg(DH *dh, BIGNUM *p, BIGNUM *q, BIGNUM *g);
/freebsd-13-stable/contrib/sendmail/src/
H A Dtls.c92 if (dhp_bn == NULL || dhg_bn == NULL || !DH_set0_pqg(dh, dhp_bn, NULL, dhg_bn)) {
162 if (dhp_bn == NULL || dhg_bn == NULL || !DH_set0_pqg(dh, dhp_bn, NULL, dhg_bn)) {
/freebsd-13-stable/contrib/wpa/src/crypto/
H A Dcrypto_openssl.c819 DH_set0_pqg(dh, p, q, g) != 1)
903 DH_set0_pqg(dh, p, NULL, g) != 1)
/freebsd-13-stable/crypto/heimdal/kdc/
H A Dpkinit.c388 if (DH_set0_pqg(dh, p, g, q) != 1) {
/freebsd-13-stable/crypto/openssl/ssl/statem/
H A Dstatem_clnt.c2127 if (!DH_set0_pqg(dh, p, NULL, g)) {
/freebsd-13-stable/crypto/openssl/ssl/
H A Dt1_lib.c2477 if (p == NULL || !DH_set0_pqg(dhp, p, NULL, g)) {
/freebsd-13-stable/crypto/heimdal/lib/krb5/
H A Dpkinit.c169 if (DH_set0_pqg(dh, p, q, g) != 1) {
/freebsd-13-stable/secure/lib/libcrypto/man/man3/
H A DMakefile1024 MLINKS+= DH_get0_pqg.3 DH_set0_pqg.3

Completed in 270 milliseconds