Searched refs:pubexp (Results 1 - 9 of 9) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/rsa/ |
H A D | rsa_lib.c | 1245 int EVP_PKEY_CTX_set_rsa_keygen_pubexp(EVP_PKEY_CTX *ctx, BIGNUM *pubexp) in EVP_PKEY_CTX_set_rsa_keygen_pubexp() argument 1248 EVP_PKEY_CTRL_RSA_KEYGEN_PUBEXP, 0, pubexp); in EVP_PKEY_CTX_set_rsa_keygen_pubexp() 1253 * pubexp BIGNUM becomes managed by the EVP_PKEY_CTX on success. in EVP_PKEY_CTX_set_rsa_keygen_pubexp() 1257 ctx->rsa_pubexp = pubexp; in EVP_PKEY_CTX_set_rsa_keygen_pubexp() 1263 int EVP_PKEY_CTX_set1_rsa_keygen_pubexp(EVP_PKEY_CTX *ctx, BIGNUM *pubexp) in EVP_PKEY_CTX_set1_rsa_keygen_pubexp() argument 1269 * pubexp, as it gets copied when transforming to an OSSL_PARAM anyway. in EVP_PKEY_CTX_set1_rsa_keygen_pubexp() 1272 pubexp = BN_dup(pubexp); in EVP_PKEY_CTX_set1_rsa_keygen_pubexp() 1273 if (pubexp == NULL) in EVP_PKEY_CTX_set1_rsa_keygen_pubexp() 1277 EVP_PKEY_CTRL_RSA_KEYGEN_PUBEXP, 0, pubexp); in EVP_PKEY_CTX_set1_rsa_keygen_pubexp() [all...] |
H A D | rsa_pmeth.c | 672 BIGNUM *pubexp = NULL; in pkey_rsa_ctrl_str() local 673 if (!BN_asc2bn(&pubexp, value)) in pkey_rsa_ctrl_str() 675 ret = EVP_PKEY_CTX_set1_rsa_keygen_pubexp(ctx, pubexp); in pkey_rsa_ctrl_str() 676 BN_free(pubexp); in pkey_rsa_ctrl_str()
|
/third_party/openssl/crypto/rsa/ |
H A D | rsa_lib.c | 1223 int EVP_PKEY_CTX_set_rsa_keygen_pubexp(EVP_PKEY_CTX *ctx, BIGNUM *pubexp) in EVP_PKEY_CTX_set_rsa_keygen_pubexp() argument 1226 EVP_PKEY_CTRL_RSA_KEYGEN_PUBEXP, 0, pubexp); in EVP_PKEY_CTX_set_rsa_keygen_pubexp() 1231 * pubexp BIGNUM becomes managed by the EVP_PKEY_CTX on success. in EVP_PKEY_CTX_set_rsa_keygen_pubexp() 1235 ctx->rsa_pubexp = 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() argument 1247 * pubexp, as it gets copied when transforming to an OSSL_PARAM anyway. in EVP_PKEY_CTX_set1_rsa_keygen_pubexp() 1250 pubexp = BN_dup(pubexp); in EVP_PKEY_CTX_set1_rsa_keygen_pubexp() 1251 if (pubexp == NULL) in EVP_PKEY_CTX_set1_rsa_keygen_pubexp() 1255 EVP_PKEY_CTRL_RSA_KEYGEN_PUBEXP, 0, pubexp); in EVP_PKEY_CTX_set1_rsa_keygen_pubexp() [all...] |
H A D | rsa_pmeth.c | 668 BIGNUM *pubexp = NULL; in pkey_rsa_ctrl_str() local 669 if (!BN_asc2bn(&pubexp, value)) in pkey_rsa_ctrl_str() 671 ret = EVP_PKEY_CTX_set1_rsa_keygen_pubexp(ctx, pubexp); in pkey_rsa_ctrl_str() 672 BN_free(pubexp); in pkey_rsa_ctrl_str()
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | rsa.h | 126 int EVP_PKEY_CTX_set1_rsa_keygen_pubexp(EVP_PKEY_CTX *ctx, BIGNUM *pubexp); 131 int EVP_PKEY_CTX_set_rsa_keygen_pubexp(EVP_PKEY_CTX *ctx, BIGNUM *pubexp);
|
/third_party/openssl/include/openssl/ |
H A D | rsa.h | 126 int EVP_PKEY_CTX_set1_rsa_keygen_pubexp(EVP_PKEY_CTX *ctx, BIGNUM *pubexp); 131 int EVP_PKEY_CTX_set_rsa_keygen_pubexp(EVP_PKEY_CTX *ctx, BIGNUM *pubexp);
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | rsa.h | 125 # define EVP_PKEY_CTX_set_rsa_keygen_pubexp(ctx, pubexp) \ 127 EVP_PKEY_CTRL_RSA_KEYGEN_PUBEXP, 0, pubexp)
|
/third_party/node/deps/openssl/openssl/engines/ |
H A D | e_capi.c | 701 if (!BN_set_word(e, rp->pubexp)) in capi_get_pkey()
|
/third_party/openssl/engines/ |
H A D | e_capi.c | 701 if (!BN_set_word(e, rp->pubexp)) in capi_get_pkey()
|
Completed in 13 milliseconds