Home
last modified time | relevance | path

Searched refs:DH_get0_g (Results 1 – 11 of 11) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DDH_get0_pqg.pod6 DH_get0_p, DH_get0_q, DH_get0_g,
27 const BIGNUM *DH_get0_g(const DH *dh);
85 DH_get0_g(), DH_get0_priv_key(), and DH_get0_pub_key(), respectively.
120 DH_get0_p(), DH_get0_q(), DH_get0_g(), DH_get0_priv_key(), and DH_get0_pub_key()
/freebsd/crypto/openssl/crypto/dh/
H A Ddh_lib.c288 const BIGNUM *DH_get0_g(const DH *dh) in DH_get0_g() function
H A Ddh_ameth.c458 const BIGNUM *p = DH_get0_p(dh), *g = DH_get0_g(dh), *q = DH_get0_q(dh); in dh_pkey_export_to()
/freebsd/crypto/openssl/include/openssl/
H A Ddh.h265 OSSL_DEPRECATEDIN_3_0 const BIGNUM *DH_get0_g(const DH *dh);
/freebsd/crypto/openssl/test/
H A Ddhtest.c101 || !TEST_ptr_eq(DH_get0_g(dh), g2)) in dh_test()
/freebsd/crypto/openssl/providers/implementations/keymgmt/
H A Ddh_kmgmt.c144 ok = ok && (DH_get0_p(dh) != NULL && DH_get0_g(dh) != NULL); in dh_has()
/freebsd/crypto/openssl/crypto/evp/
H A Dctrl_params_translate.c1732 bn = DH_get0_g(EVP_PKEY_get0_DH(ctx->p2)); in get_dh_dsa_payload_g()
/freebsd/secure/lib/libcrypto/
H A DVersion.map4088 DH_get0_g;
/freebsd/crypto/openssl/doc/man7/
H A Dmigration_guide.pod1382 DH_get0_pqg(), DH_get0_p(), DH_get0_q(), DH_get0_g(), DH_get0_key(),
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile1253 MLINKS+= DH_get0_pqg.3 DH_get0_g.3
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num4347 DH_get0_g 4475 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,DH