Home
last modified time | relevance | path

Searched refs:DH_get0_g (Results 1 - 12 of 12) sorted by relevance

/third_party/node/deps/openssl/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()
/third_party/openssl/crypto/dh/
H A Ddh_lib.c286 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()
/third_party/node/deps/openssl/openssl/include/openssl/
H A Ddh.h265 OSSL_DEPRECATEDIN_3_0 const BIGNUM *DH_get0_g(const DH *dh);
/third_party/openssl/include/openssl/
H A Ddh.h265 OSSL_DEPRECATEDIN_3_0 const BIGNUM *DH_get0_g(const DH *dh);
/third_party/openssl/ohos_lite/include/openssl/
H A Ddh.h188 const BIGNUM *DH_get0_g(const DH *dh);
/third_party/node/deps/openssl/openssl/providers/implementations/keymgmt/
H A Ddh_kmgmt.c144 ok = ok && (DH_get0_p(dh) != NULL && DH_get0_g(dh) != NULL); in dh_has()
/third_party/openssl/providers/implementations/keymgmt/
H A Ddh_kmgmt.c144 ok = ok && (DH_get0_p(dh) != NULL && DH_get0_g(dh) != NULL); in dh_has()
/third_party/node/deps/openssl/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()
/third_party/openssl/crypto/evp/
H A Dctrl_params_translate.c1729 bn = DH_get0_g(EVP_PKEY_get0_DH(ctx->p2)); in get_dh_dsa_payload_g()
/third_party/openssl/test/
H A Ddhtest.c101 || !TEST_ptr_eq(DH_get0_g(dh), g2)) in dh_test()

Completed in 15 milliseconds