Home
last modified time | relevance | path

Searched defs:EVP_PKEY_CTX_set_dsa_paramgen_q_bits (Results 1 – 2 of 2) sorted by relevance

/third_party/openssl/crypto/evp/
Ddsa_ctrl.c91 int EVP_PKEY_CTX_set_dsa_paramgen_q_bits(EVP_PKEY_CTX *ctx, int qbits) in EVP_PKEY_CTX_set_dsa_paramgen_q_bits() function
/third_party/openssl/ohos_lite/include/openssl/
Ddsa.h165 # define EVP_PKEY_CTX_set_dsa_paramgen_q_bits(ctx, qbits) \ macro