Home
last modified time | relevance | path

Searched refs:EVP_PKEY_get0_DSA (Results 1 – 12 of 12) sorted by relevance

/third_party/openssl/doc/man3/
DEVP_PKEY_set1_RSA.pod7 EVP_PKEY_get0_RSA, EVP_PKEY_get0_DSA, EVP_PKEY_get0_DH, EVP_PKEY_get0_EC_KEY,
45 const DSA *EVP_PKEY_get0_DSA(const EVP_PKEY *pkey);
100 EVP_PKEY_get0_RSA(), EVP_PKEY_get0_DSA(), EVP_PKEY_get0_DH() and
118 EVP_PKEY_get0_RSA(), EVP_PKEY_get0_DSA(), EVP_PKEY_get0_DH() or
145 The keys returned from the functions EVP_PKEY_get0_RSA(), EVP_PKEY_get0_DSA(),
211 EVP_PKEY_get0_RSA, EVP_PKEY_get0_DSA, EVP_PKEY_get0_DH, EVP_PKEY_get0_EC_KEY,
217 The return value from EVP_PKEY_get0_RSA, EVP_PKEY_get0_DSA, EVP_PKEY_get0_DH,
/third_party/openssl/crypto/dsa/
Ddsa_pmeth.c89 DSA *dsa = (DSA *)EVP_PKEY_get0_DSA(ctx->pkey); in pkey_dsa_sign()
113 DSA *dsa = (DSA *)EVP_PKEY_get0_DSA(ctx->pkey); in pkey_dsa_verify()
258 return DSA_generate_key((DSA *)EVP_PKEY_get0_DSA(pkey)); in pkey_dsa_keygen()
/third_party/openssl/crypto/asn1/
Di2d_evp.c139 return i2d_DSAPublicKey(EVP_PKEY_get0_DSA(a), pp); in i2d_PublicKey()
/third_party/openssl/crypto/evp/
Dctrl_params_translate.c1613 ctx->p2 = (void *)DSA_get0_pub_key(EVP_PKEY_get0_DSA(pkey)); in get_payload_public_key()
1675 bn = DSA_get0_p(EVP_PKEY_get0_DSA(pkey)); in get_dh_dsa_payload_p()
1699 bn = DSA_get0_q(EVP_PKEY_get0_DSA(ctx->p2)); in get_dh_dsa_payload_q()
1721 bn = DSA_get0_g(EVP_PKEY_get0_DSA(ctx->p2)); in get_dh_dsa_payload_g()
Dp_lib.c853 const DSA *EVP_PKEY_get0_DSA(const EVP_PKEY *pkey) in EVP_PKEY_get0_DSA() function
/third_party/openssl/crypto/pem/
Dpvkfmt.c565 bitlen = check_bitlen_dsa(EVP_PKEY_get0_DSA(pk), ispub, &magic); in do_i2b()
601 write_dsa(&p, EVP_PKEY_get0_DSA(pk), ispub); in do_i2b()
/third_party/openssl/ohos_lite/include/openssl/
Devp.h1023 struct dsa_st *EVP_PKEY_get0_DSA(EVP_PKEY *pkey);
/third_party/openssl/doc/man7/
Dmigration_guide.pod414 L<EVP_PKEY_get0_RSA(3)>, L<EVP_PKEY_get0_DSA(3)>, L<EVP_PKEY_get0_EC_KEY(3)> and
1751 EVP_PKEY_get0_DH(), EVP_PKEY_get0_DSA(), EVP_PKEY_get0_EC_KEY(), EVP_PKEY_get0_RSA(),
/third_party/openssl/include/openssl/
Devp.h1355 const struct dsa_st *EVP_PKEY_get0_DSA(const EVP_PKEY *pkey);
/third_party/node/src/
Dnode_crypto.cc4597 DSA* dsa_key = EVP_PKEY_get0_DSA(pkey.get()); in GetBytesOfRS()
4707 DSA* dsa = EVP_PKEY_get0_DSA(key); in ValidateDSAParameters()
/third_party/openssl/util/
Dlibcrypto.num1940 EVP_PKEY_get0_DSA 1987 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,DSA
/third_party/openssl/
DCHANGES.md861 EVP_PKEY_get0_DSA(), EVP_PKEY_get0_EC_KEY(), EVP_PKEY_get0_DH(),