Home | History | Annotate | Download | only in racoon

Lines Matching refs:mod

2645 	BIGNUM *exp, *mod;
2654 mod = BN_bin2bn((unsigned char *) (binbuf->v + binbuf->v[0] + 1),
2658 if (!exp || !mod || !rsa_pub) {
2662 if (mod)
2670 rsa_pub->n = mod;
2680 BIGNUM *exp, *mod;