Home
last modified time | relevance | path

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

/external/openssl/crypto/rsa/
Drsa_pmeth.c75 BIGNUM *pub_exp; member
95 rctx->pub_exp = NULL; in pkey_rsa_init()
117 if (sctx->pub_exp) in pkey_rsa_copy()
119 dctx->pub_exp = BN_dup(sctx->pub_exp); in pkey_rsa_copy()
120 if (!dctx->pub_exp) in pkey_rsa_copy()
143 if (rctx->pub_exp) in pkey_rsa_cleanup()
144 BN_free(rctx->pub_exp); in pkey_rsa_cleanup()
429 rctx->pub_exp = p2; in pkey_rsa_ctrl()
526 if (!rctx->pub_exp) in pkey_rsa_keygen()
528 rctx->pub_exp = BN_new(); in pkey_rsa_keygen()
[all …]