Lines Matching refs:exp
1 /* $NetBSD: crypto_openssl.c,v 1.11.6.6 2009/04/29 10:50:25 tteras Exp $ */
3 /* Id: crypto_openssl.c,v 1.47 2006/05/06 20:42:09 manubsd Exp */
2645 BIGNUM *exp, *mod;
2653 exp = BN_bin2bn((unsigned char *) (binbuf->v + 1), binbuf->v[0], NULL);
2658 if (!exp || !mod || !rsa_pub) {
2660 if (exp)
2661 BN_free(exp);
2663 BN_free(exp);
2671 rsa_pub->e = exp;
2680 BIGNUM *exp, *mod;