Searched refs:pub_exp (Results 1 – 1 of 1) sorted by relevance
29 BIGNUM *pub_exp; member84 if (sctx->pub_exp) { in pkey_rsa_copy()85 dctx->pub_exp = BN_dup(sctx->pub_exp); in pkey_rsa_copy()86 if (!dctx->pub_exp) in pkey_rsa_copy()117 BN_free(rctx->pub_exp); in pkey_rsa_cleanup()476 BN_free(rctx->pub_exp); in pkey_rsa_ctrl()477 rctx->pub_exp = p2; in pkey_rsa_ctrl()725 if (rctx->pub_exp == NULL) { in pkey_rsa_keygen()726 rctx->pub_exp = BN_new(); in pkey_rsa_keygen()727 if (rctx->pub_exp == NULL || !BN_set_word(rctx->pub_exp, RSA_F4)) in pkey_rsa_keygen()[all …]