Searched refs:bnfact (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/games/factor/
H A Dfactor.c222 BIGNUM *bnfact; local
224 bnfact = BN_new();
225 BN_set_word(bnfact, (BN_ULONG)*(fact - 1));
226 BN_sqr(bnfact, bnfact, ctx);
227 if (BN_cmp(bnfact, val) > 0

Completed in 60 milliseconds