Lines Matching refs:pub_exp
81 BIGNUM *pub_exp;
103 rctx->pub_exp = NULL;
126 if (sctx->pub_exp)
128 dctx->pub_exp = BN_dup(sctx->pub_exp);
129 if (!dctx->pub_exp)
152 if (rctx->pub_exp)
153 BN_free(rctx->pub_exp);
536 rctx->pub_exp = p2;
662 if (!rctx->pub_exp)
664 rctx->pub_exp = BN_new();
665 if (!rctx->pub_exp || !BN_set_word(rctx->pub_exp, RSA_F4))
678 ret = RSA_generate_key_ex(rsa, rctx->nbits, rctx->pub_exp, pcb);