Home | History | Annotate | Download | only in racoon

Lines Matching refs:mod

2722 	BIGNUM *exp, *mod;
2731 mod = BN_bin2bn((unsigned char *) (binbuf->v + binbuf->v[0] + 1),
2735 if (!exp || !mod || !rsa_pub) {
2739 if (mod)
2747 rsa_pub->n = mod;
2757 BIGNUM *exp, *mod;