Searched refs:rsaz_1024_gather5_avx2 (Results 1 – 3 of 3) sorted by relevance
/third_party/openssl/crypto/bn/ |
D | rsaz_exp.c | 31 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/ |
D | rsaz-avx2.s | 1596 .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/ |
D | boringssl_prefix_symbols.h | 3317 #define rsaz_1024_gather5_avx2 BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, rsaz_1024_gather5_avx2) macro
|