Searched refs:DH_set0_pqg (Results 1 – 9 of 9) sorted by relevance
/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.
|
/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 | 213 || !TEST_true(DH_set0_pqg(dh, p, q, g))) in do_dh_param_keygen()
|
H A D | evp_extra_test.c | 3523 || !TEST_true(DH_set0_pqg(noqdh, p, NULL, g)) in test_EVP_PKEY_set1_DH()
|
/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 | 231 int DH_set0_pqg(DH *dh, BIGNUM *p, BIGNUM *q, BIGNUM *g) in DH_set0_pqg() function
|
/openssl/include/openssl/ |
H A D | dh.h | 266 OSSL_DEPRECATEDIN_3_0 int DH_set0_pqg(DH *dh, BIGNUM *p, BIGNUM *q, BIGNUM *g);
|
/openssl/doc/man7/ |
H A D | ossl-guide-migration.pod | 1438 DH_set0_key(), DH_set0_pqg(), DH_set_length()
|
/openssl/util/ |
H A D | libcrypto.num | 3948 DH_set0_pqg 4039 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,DH
|
Completed in 65 milliseconds