Home
last modified time | relevance | path

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

/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.
/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.c213 || !TEST_true(DH_set0_pqg(dh, p, q, g))) in do_dh_param_keygen()
H A Devp_extra_test.c3523 || !TEST_true(DH_set0_pqg(noqdh, p, NULL, g)) in test_EVP_PKEY_set1_DH()
/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.c231 int DH_set0_pqg(DH *dh, BIGNUM *p, BIGNUM *q, BIGNUM *g) in DH_set0_pqg() function
/openssl/include/openssl/
H A Ddh.h266 OSSL_DEPRECATEDIN_3_0 int DH_set0_pqg(DH *dh, BIGNUM *p, BIGNUM *q, BIGNUM *g);
/openssl/doc/man7/
H A Dossl-guide-migration.pod1438 DH_set0_key(), DH_set0_pqg(), DH_set_length()
/openssl/util/
H A Dlibcrypto.num3948 DH_set0_pqg 4039 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,DH

Completed in 60 milliseconds