Home
last modified time | relevance | path

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

/third_party/openssl/crypto/bn/
Drsaz_exp.c31 void rsaz_1024_gather5_avx2(void *val, const void *tbl, int i);
119 rsaz_1024_gather5_avx2(result, table_s, 2);
136 rsaz_1024_gather5_avx2(result, table_s, 4);
150 rsaz_1024_gather5_avx2(result, table_s, 6);
164 rsaz_1024_gather5_avx2(result, table_s, 8);
175 rsaz_1024_gather5_avx2(result, table_s, 10);
186 rsaz_1024_gather5_avx2(result, table_s, 12);
197 rsaz_1024_gather5_avx2(result, table_s, 14);
211 rsaz_1024_gather5_avx2(result, table_s, wvalue);
223 rsaz_1024_gather5_avx2(a_inv, table_s, wvalue); /* borrow a_inv */
[all …]
/third_party/openssl/crypto/bn/asm/x86_64/
Drsaz-avx2.s1596 .globl rsaz_1024_gather5_avx2 symbol
1597 .type rsaz_1024_gather5_avx2,@function
1599 rsaz_1024_gather5_avx2: label
1716 .size rsaz_1024_gather5_avx2,.-rsaz_1024_gather5_avx2
/third_party/grpc/src/boringssl/
Dboringssl_prefix_symbols.h3317 #define rsaz_1024_gather5_avx2 BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, rsaz_1024_gather5_avx2) macro