Home
last modified time | relevance | path

Searched refs:DH_set0_pqg (Results 1 – 16 of 16) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DDH_get0_pqg.pod5 DH_get0_pqg, DH_set0_pqg, DH_get0_key, DH_set0_key,
21 int DH_set0_pqg(DH *dh, BIGNUM *p, BIGNUM *q, BIGNUM *g);
57 The I<p>, I<q> and I<g> values can be set by calling DH_set0_pqg() and passing
62 DH_set0_pqg() also checks if the parameters associated with I<p> and I<g> and
79 untouched. As with DH_set0_pqg() this function transfers the memory management
114 duplicate. The same applies to DH_get0_pqg() and DH_set0_pqg().
118 DH_set0_pqg() and DH_set0_key() return 1 on success or 0 on failure.
/freebsd/crypto/openssl/test/
H A Ddhtest.c72 || !TEST_true(DH_set0_pqg(dh, p, q, g))) in dh_test()
186 || !TEST_true(DH_set0_pqg(b, bp, NULL, bg))) in dh_test()
273 || !TEST_true(DH_set0_pqg(dh, p, q, g))) in dh_computekey_range_test()
825 if (!TEST_true(DH_set0_pqg(dh2, pcpy, NULL, gcpy))) in dh_get_nid()
839 if (!TEST_true(DH_set0_pqg(dh2, NULL, NULL, gcpy))) in dh_get_nid()
850 || !TEST_true(DH_set0_pqg(dh2, pcpy, qcpy, gcpy))) in dh_get_nid()
H A Devp_libctx_test.c181 || !TEST_true(DH_set0_pqg(dh, p, q, g))) in do_dh_param_keygen()
H A Devp_extra_test.c3104 || !TEST_true(DH_set0_pqg(noqdh, p, NULL, g)) in test_EVP_PKEY_set1_DH()
/freebsd/crypto/openssh/
H A Ddh.c323 if (!DH_set0_pqg(dh, dh_p, NULL, dh_g)) in dh_new_group_asc()
344 if (!DH_set0_pqg(dh, modulus, NULL, gen)) { in dh_new_group()
/freebsd/crypto/openssl/crypto/dh/
H A Ddh_asn1.c114 DH_set0_pqg(dh, dhx->p, dhx->q, dhx->g); in IMPLEMENT_ASN1_ENCODE_FUNCTIONS_fname()
H A Ddh_lib.c227 int DH_set0_pqg(DH *dh, BIGNUM *p, BIGNUM *q, BIGNUM *g) in DH_set0_pqg() function
/freebsd/crypto/openssl/include/openssl/
H A Ddh.h259 OSSL_DEPRECATEDIN_3_0 int DH_set0_pqg(DH *dh, BIGNUM *p, BIGNUM *q, BIGNUM *g);
/freebsd/contrib/sendmail/src/
H A Dtls.c123 if (dhp_bn == NULL || dhg_bn == NULL || !DH_set0_pqg(dh, dhp_bn, NULL, dhg_bn)) { in get_dh512()
193 if (dhp_bn == NULL || dhg_bn == NULL || !DH_set0_pqg(dh, dhp_bn, NULL, dhg_bn)) {
/freebsd/crypto/heimdal/kdc/
H A Dpkinit.c387 if (DH_set0_pqg(dh, p, g, q) != 1) { in get_dh_param()
/freebsd/contrib/wpa/src/crypto/
H A Dcrypto_openssl.c1088 DH_set0_pqg(dh, p, q, g) != 1) in dh5_init()
1203 DH_set0_pqg(dh, p, NULL, g) != 1) in dh5_init_fixed()
/freebsd/crypto/heimdal/lib/krb5/
H A Dpkinit.c169 if (DH_set0_pqg(dh, p, q, g) != 1) { in select_dh_group()
/freebsd/secure/lib/libcrypto/
H A DVersion.map958 DH_set0_pqg;
/freebsd/crypto/openssl/doc/man7/
H A Dmigration_guide.pod1417 DH_set0_key(), DH_set0_pqg(), DH_set_length()
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile1289 MLINKS+= DH_get0_pqg.3 DH_set0_pqg.3
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num3948 DH_set0_pqg 4039 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,DH