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

/freebsd-current/crypto/openssl/crypto/bn/
H A Dbn_lib.c156 unsigned int mask, past_i; local
160 for (j = 0, past_i = 0, ret = 0; j < a->dmax; j++) {
163 ret += BN_BITS2 & (~mask & ~past_i);
166 past_i |= mask; /* past_i will become 0xff..ff after i==j */

Completed in 100 milliseconds