Home
last modified time | relevance | path

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

/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/bn/
Drsaz_exp.c100 rsaz_1024_gather5_avx2(result, table_s, 2); in RSAZ_1024_mod_exp_avx2()
117 rsaz_1024_gather5_avx2(result, table_s, 4); in RSAZ_1024_mod_exp_avx2()
131 rsaz_1024_gather5_avx2(result, table_s, 6); in RSAZ_1024_mod_exp_avx2()
145 rsaz_1024_gather5_avx2(result, table_s, 8); in RSAZ_1024_mod_exp_avx2()
156 rsaz_1024_gather5_avx2(result, table_s, 10); in RSAZ_1024_mod_exp_avx2()
167 rsaz_1024_gather5_avx2(result, table_s, 12); in RSAZ_1024_mod_exp_avx2()
178 rsaz_1024_gather5_avx2(result, table_s, 14); in RSAZ_1024_mod_exp_avx2()
193 rsaz_1024_gather5_avx2(result, table_s, wvalue); in RSAZ_1024_mod_exp_avx2()
206 rsaz_1024_gather5_avx2(a_inv, table_s, wvalue); // Borrow |a_inv|. in RSAZ_1024_mod_exp_avx2()
215 rsaz_1024_gather5_avx2(a_inv, table_s, wvalue); // Borrow |a_inv|. in RSAZ_1024_mod_exp_avx2()
Drsaz_exp.h90 void rsaz_1024_gather5_avx2(BN_ULONG val[40], const BN_ULONG tbl[32 * 18],
Dbn_test.cc2795 CHECK_ABI(rsaz_1024_gather5_avx2, rsaz1, table, 7); in TEST_F()
/external/boringssl/src/crypto/fipsmodule/bn/
Drsaz_exp.c100 rsaz_1024_gather5_avx2(result, table_s, 2); in RSAZ_1024_mod_exp_avx2()
117 rsaz_1024_gather5_avx2(result, table_s, 4); in RSAZ_1024_mod_exp_avx2()
131 rsaz_1024_gather5_avx2(result, table_s, 6); in RSAZ_1024_mod_exp_avx2()
145 rsaz_1024_gather5_avx2(result, table_s, 8); in RSAZ_1024_mod_exp_avx2()
156 rsaz_1024_gather5_avx2(result, table_s, 10); in RSAZ_1024_mod_exp_avx2()
167 rsaz_1024_gather5_avx2(result, table_s, 12); in RSAZ_1024_mod_exp_avx2()
178 rsaz_1024_gather5_avx2(result, table_s, 14); in RSAZ_1024_mod_exp_avx2()
193 rsaz_1024_gather5_avx2(result, table_s, wvalue); in RSAZ_1024_mod_exp_avx2()
206 rsaz_1024_gather5_avx2(a_inv, table_s, wvalue); // Borrow |a_inv|. in RSAZ_1024_mod_exp_avx2()
215 rsaz_1024_gather5_avx2(a_inv, table_s, wvalue); // Borrow |a_inv|. in RSAZ_1024_mod_exp_avx2()
Drsaz_exp.h90 void rsaz_1024_gather5_avx2(BN_ULONG val[40], const BN_ULONG tbl[32 * 18],
Dbn_test.cc2795 CHECK_ABI(rsaz_1024_gather5_avx2, rsaz1, table, 7); in TEST_F()
/external/openscreen/third_party/boringssl/linux-x86_64/crypto/fipsmodule/
Drsaz-avx2.S1614 .globl rsaz_1024_gather5_avx2 symbol
1615 .hidden rsaz_1024_gather5_avx2
1616 .type rsaz_1024_gather5_avx2,@function
1618 rsaz_1024_gather5_avx2: label
1735 .size rsaz_1024_gather5_avx2,.-rsaz_1024_gather5_avx2
/external/rust/crates/quiche/deps/boringssl/linux-x86_64/crypto/fipsmodule/
Drsaz-avx2.S1614 .globl rsaz_1024_gather5_avx2 symbol
1615 .hidden rsaz_1024_gather5_avx2
1616 .type rsaz_1024_gather5_avx2,@function
1618 rsaz_1024_gather5_avx2: label
1735 .size rsaz_1024_gather5_avx2,.-rsaz_1024_gather5_avx2
/external/boringssl/linux-x86_64/crypto/fipsmodule/
Drsaz-avx2.S1614 .globl rsaz_1024_gather5_avx2 symbol
1615 .hidden rsaz_1024_gather5_avx2
1616 .type rsaz_1024_gather5_avx2,@function
1618 rsaz_1024_gather5_avx2: label
1735 .size rsaz_1024_gather5_avx2,.-rsaz_1024_gather5_avx2
/external/boringssl/win-x86_64/crypto/fipsmodule/
Drsaz-avx2.asm1681 global rsaz_1024_gather5_avx2
1684 rsaz_1024_gather5_avx2: label
/external/openscreen/third_party/boringssl/win-x86_64/crypto/fipsmodule/
Drsaz-avx2.asm1681 global rsaz_1024_gather5_avx2
1684 rsaz_1024_gather5_avx2: label
/external/grpc-grpc/src/objective-c/
Dgrpc_shadow_boringssl_symbol_list1277 rsaz_1024_gather5_avx2
DBoringSSL-GRPC.podspec2829 '#define rsaz_1024_gather5_avx2 GRPC_SHADOW_rsaz_1024_gather5_avx2',
/external/grpc-grpc/src/core/tsi/
Dgrpc_shadow_boringssl.h1305 #define rsaz_1024_gather5_avx2 GRPC_SHADOW_rsaz_1024_gather5_avx2 macro
/external/rust/crates/grpcio-sys/grpc/src/boringssl/
Dboringssl_prefix_symbols.h3302 #define rsaz_1024_gather5_avx2 BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, rsaz_1024_gather5_avx2) macro