Home | History | Annotate | Download | only in racoon

Lines Matching refs:exp

1 /*	$NetBSD: crypto_openssl.c,v 1.20 2010/10/20 13:40:02 tteras Exp $	*/
3 /* Id: crypto_openssl.c,v 1.47 2006/05/06 20:42:09 manubsd Exp */
2669 BIGNUM *exp, *mod;
2677 exp = BN_bin2bn((unsigned char *) (binbuf->v + 1), binbuf->v[0], NULL);
2682 if (!exp || !mod || !rsa_pub) {
2684 if (exp)
2685 BN_free(exp);
2687 BN_free(exp);
2695 rsa_pub->e = exp;
2704 BIGNUM *exp, *mod;