Home
last modified time | relevance | path

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

/openssl-master/crypto/bn/
A Dbn_exp.c544 int xstride = 1 << (window - 2); in MOD_EXP_CTIME_COPY_FROM_PREBUF() local
548 idx &= xstride - 1; /* equivalent of idx % xstride */ in MOD_EXP_CTIME_COPY_FROM_PREBUF()
558 for (j = 0; j < xstride; j++) { in MOD_EXP_CTIME_COPY_FROM_PREBUF()
559 acc |= ( (table[j + 0 * xstride] & y0) | in MOD_EXP_CTIME_COPY_FROM_PREBUF()
560 (table[j + 1 * xstride] & y1) | in MOD_EXP_CTIME_COPY_FROM_PREBUF()
561 (table[j + 2 * xstride] & y2) | in MOD_EXP_CTIME_COPY_FROM_PREBUF()
562 (table[j + 3 * xstride] & y3) ) in MOD_EXP_CTIME_COPY_FROM_PREBUF()

Completed in 3 milliseconds