Lines Matching refs:table

501     BN_ULONG *table = (BN_ULONG *)buf;  in MOD_EXP_CTIME_COPY_TO_PREBUF()  local
507 table[j] = b->d[i]; in MOD_EXP_CTIME_COPY_TO_PREBUF()
527 volatile BN_ULONG *table = (volatile BN_ULONG *)buf; in MOD_EXP_CTIME_COPY_FROM_PREBUF() local
533 for (i = 0; i < top; i++, table += width) { in MOD_EXP_CTIME_COPY_FROM_PREBUF()
537 acc |= table[j] & in MOD_EXP_CTIME_COPY_FROM_PREBUF()
555 for (i = 0; i < top; i++, table += width) { 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()
760 const BN_ULONG *n0, const void *table, in BN_mod_exp_mont_consttime()
763 const BN_ULONG *n0, const void *table, in BN_mod_exp_mont_consttime()
766 const BN_ULONG *n0, const void *table, in BN_mod_exp_mont_consttime()
769 const BN_ULONG *n0, const void *table, in BN_mod_exp_mont_consttime()
772 const BN_ULONG *n0, const void *table, in BN_mod_exp_mont_consttime()
807 const void *table, const BN_ULONG *np, in BN_mod_exp_mont_consttime()
810 void *table, size_t power); in BN_mod_exp_mont_consttime()
812 void *table, size_t power); in BN_mod_exp_mont_consttime()
909 const void *table, const BN_ULONG *np, in BN_mod_exp_mont_consttime()
912 void *table, size_t power); in BN_mod_exp_mont_consttime()
913 void bn_gather5(BN_ULONG *out, size_t num, void *table, size_t power); in BN_mod_exp_mont_consttime()
915 const void *table, const BN_ULONG *np, in BN_mod_exp_mont_consttime()