Home
last modified time | relevance | path

Searched defs:pubexp (Results 1 – 3 of 3) sorted by relevance

/third_party/openssl/ohos_lite/include/openssl/
Drsa.h125 # define EVP_PKEY_CTX_set_rsa_keygen_pubexp(ctx, pubexp) \ argument
/third_party/openssl/crypto/rsa/
Drsa_lib.c1223 int EVP_PKEY_CTX_set_rsa_keygen_pubexp(EVP_PKEY_CTX *ctx, BIGNUM *pubexp) in EVP_PKEY_CTX_set_rsa_keygen_pubexp()
1241 int EVP_PKEY_CTX_set1_rsa_keygen_pubexp(EVP_PKEY_CTX *ctx, BIGNUM *pubexp) in EVP_PKEY_CTX_set1_rsa_keygen_pubexp()
Drsa_pmeth.c668 BIGNUM *pubexp = NULL; in pkey_rsa_ctrl_str() local