Home
last modified time | relevance | path

Searched refs:xstride (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/openssl/crypto/bn/
H A Dbn_exp.c564 int xstride = 1 << (window - 2); in MOD_EXP_CTIME_COPY_FROM_PREBUF() local
568 idx &= xstride - 1; /* equivalent of idx % xstride */ in MOD_EXP_CTIME_COPY_FROM_PREBUF()
578 for (j = 0; j < xstride; j++) { in MOD_EXP_CTIME_COPY_FROM_PREBUF()
579 acc |= ( (table[j + 0 * xstride] & y0) | in MOD_EXP_CTIME_COPY_FROM_PREBUF()
580 (table[j + 1 * xstride] & y1) | in MOD_EXP_CTIME_COPY_FROM_PREBUF()
581 (table[j + 2 * xstride] & y2) | in MOD_EXP_CTIME_COPY_FROM_PREBUF()
582 (table[j + 3 * xstride] & y3) ) in MOD_EXP_CTIME_COPY_FROM_PREBUF()