Lines Matching refs:table

521     BN_ULONG *table = (BN_ULONG *)buf;  in MOD_EXP_CTIME_COPY_TO_PREBUF()  local
527 table[j] = b->d[i]; in MOD_EXP_CTIME_COPY_TO_PREBUF()
547 volatile BN_ULONG *table = (volatile BN_ULONG *)buf; in MOD_EXP_CTIME_COPY_FROM_PREBUF() local
553 for (i = 0; i < top; i++, table += width) { in MOD_EXP_CTIME_COPY_FROM_PREBUF()
557 acc |= table[j] & in MOD_EXP_CTIME_COPY_FROM_PREBUF()
575 for (i = 0; i < top; i++, table += width) { 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()
784 const BN_ULONG *n0, const void *table, in bn_mod_exp_mont_fixed_top()
787 const BN_ULONG *n0, const void *table, in bn_mod_exp_mont_fixed_top()
790 const BN_ULONG *n0, const void *table, in bn_mod_exp_mont_fixed_top()
793 const BN_ULONG *n0, const void *table, in bn_mod_exp_mont_fixed_top()
796 const BN_ULONG *n0, const void *table, in bn_mod_exp_mont_fixed_top()
831 const void *table, const BN_ULONG *np, in bn_mod_exp_mont_fixed_top()
834 void *table, size_t power); in bn_mod_exp_mont_fixed_top()
836 void *table, size_t power); in bn_mod_exp_mont_fixed_top()
940 const void *table, const BN_ULONG *np, in bn_mod_exp_mont_fixed_top()
943 void *table, size_t power); in bn_mod_exp_mont_fixed_top()
944 void bn_gather5(BN_ULONG *out, size_t num, void *table, size_t power); in bn_mod_exp_mont_fixed_top()
946 const void *table, const BN_ULONG *np, in bn_mod_exp_mont_fixed_top()