/freebsd/crypto/openssl/doc/man3/ |
H A D | DH_get0_pqg.pod | 5 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 D | dhtest.c | 72 || !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 D | evp_libctx_test.c | 181 || !TEST_true(DH_set0_pqg(dh, p, q, g))) in do_dh_param_keygen()
|
H A D | evp_extra_test.c | 3104 || !TEST_true(DH_set0_pqg(noqdh, p, NULL, g)) in test_EVP_PKEY_set1_DH()
|
/freebsd/crypto/openssh/ |
H A D | dh.c | 323 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 D | dh_asn1.c | 114 DH_set0_pqg(dh, dhx->p, dhx->q, dhx->g); in IMPLEMENT_ASN1_ENCODE_FUNCTIONS_fname()
|
H A D | dh_lib.c | 227 int DH_set0_pqg(DH *dh, BIGNUM *p, BIGNUM *q, BIGNUM *g) in DH_set0_pqg() function
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | dh.h | 259 OSSL_DEPRECATEDIN_3_0 int DH_set0_pqg(DH *dh, BIGNUM *p, BIGNUM *q, BIGNUM *g);
|
/freebsd/contrib/sendmail/src/ |
H A D | tls.c | 123 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 D | pkinit.c | 387 if (DH_set0_pqg(dh, p, g, q) != 1) { in get_dh_param()
|
/freebsd/contrib/wpa/src/crypto/ |
H A D | crypto_openssl.c | 1088 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 D | pkinit.c | 169 if (DH_set0_pqg(dh, p, q, g) != 1) { in select_dh_group()
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 958 DH_set0_pqg;
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | migration_guide.pod | 1417 DH_set0_key(), DH_set0_pqg(), DH_set_length()
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 1289 MLINKS+= DH_get0_pqg.3 DH_set0_pqg.3
|
/freebsd/crypto/openssl/util/ |
H A D | libcrypto.num | 3948 DH_set0_pqg 4039 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,DH
|