Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/fipsmodule/bn/
Drsaz_exp.c75 *table_s = storage + (320 * 3), in RSAZ_1024_mod_exp_avx2() local
76 *R2 = table_s; /* borrow */ in RSAZ_1024_mod_exp_avx2()
102 rsaz_1024_scatter5_avx2(table_s,result,0); in RSAZ_1024_mod_exp_avx2()
103 rsaz_1024_scatter5_avx2(table_s,a_inv,1); in RSAZ_1024_mod_exp_avx2()
107 rsaz_1024_scatter5_avx2(table_s,result,2); in RSAZ_1024_mod_exp_avx2()
112 rsaz_1024_scatter5_avx2(table_s,result,index); in RSAZ_1024_mod_exp_avx2()
117 rsaz_1024_scatter5_avx2(table_s,result,4); in RSAZ_1024_mod_exp_avx2()
120 rsaz_1024_scatter5_avx2(table_s,result,8); in RSAZ_1024_mod_exp_avx2()
123 rsaz_1024_scatter5_avx2(table_s,result,16); in RSAZ_1024_mod_exp_avx2()
126 rsaz_1024_scatter5_avx2(table_s,result,17); in RSAZ_1024_mod_exp_avx2()
[all …]