Lines Matching defs:pub_exp
36 BIGNUM *pub_exp;
91 if (sctx->pub_exp) {
92 dctx->pub_exp = BN_dup(sctx->pub_exp);
93 if (!dctx->pub_exp)
126 BN_free(rctx->pub_exp);
504 BN_free(rctx->pub_exp);
505 rctx->pub_exp = p2;
750 if (rctx->pub_exp == NULL) {
751 rctx->pub_exp = BN_new();
752 if (rctx->pub_exp == NULL || !BN_set_word(rctx->pub_exp, RSA_F4))
769 rctx->pub_exp, pcb);