Home
last modified time | relevance | path

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

/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/bn/
Dexponentiation.c1056 bn_scatter5(tmp.d, top, powerbuf, 0); in BN_mod_exp_mont_consttime()
1057 bn_scatter5(am.d, am.width, powerbuf, 1); in BN_mod_exp_mont_consttime()
1059 bn_scatter5(tmp.d, top, powerbuf, 2); in BN_mod_exp_mont_consttime()
1064 bn_scatter5(tmp.d, top, powerbuf, i); in BN_mod_exp_mont_consttime()
1069 bn_scatter5(tmp.d, top, powerbuf, i); in BN_mod_exp_mont_consttime()
1072 bn_scatter5(tmp.d, top, powerbuf, j); in BN_mod_exp_mont_consttime()
1077 bn_scatter5(tmp.d, top, powerbuf, i); in BN_mod_exp_mont_consttime()
1079 bn_scatter5(tmp.d, top, powerbuf, 2 * i); in BN_mod_exp_mont_consttime()
1083 bn_scatter5(tmp.d, top, powerbuf, i); in BN_mod_exp_mont_consttime()
Dinternal.h374 void bn_scatter5(const BN_ULONG *inp, size_t num, BN_ULONG *table, in OPENSSL_MSVC_PRAGMA()
Dbn_test.cc2737 CHECK_ABI(bn_scatter5, r.data(), words, table.data(), 13); in TEST_F()
2740 bn_scatter5(r.data(), words, table.data(), i); in TEST_F()
/external/boringssl/src/crypto/fipsmodule/bn/
Dexponentiation.c1056 bn_scatter5(tmp.d, top, powerbuf, 0); in BN_mod_exp_mont_consttime()
1057 bn_scatter5(am.d, am.width, powerbuf, 1); in BN_mod_exp_mont_consttime()
1059 bn_scatter5(tmp.d, top, powerbuf, 2); in BN_mod_exp_mont_consttime()
1064 bn_scatter5(tmp.d, top, powerbuf, i); in BN_mod_exp_mont_consttime()
1069 bn_scatter5(tmp.d, top, powerbuf, i); in BN_mod_exp_mont_consttime()
1072 bn_scatter5(tmp.d, top, powerbuf, j); in BN_mod_exp_mont_consttime()
1077 bn_scatter5(tmp.d, top, powerbuf, i); in BN_mod_exp_mont_consttime()
1079 bn_scatter5(tmp.d, top, powerbuf, 2 * i); in BN_mod_exp_mont_consttime()
1083 bn_scatter5(tmp.d, top, powerbuf, i); in BN_mod_exp_mont_consttime()
Dinternal.h382 void bn_scatter5(const BN_ULONG *inp, size_t num, BN_ULONG *table, in OPENSSL_MSVC_PRAGMA()
Dbn_test.cc2737 CHECK_ABI(bn_scatter5, r.data(), words, table.data(), 13); in TEST_F()
2740 bn_scatter5(r.data(), words, table.data(), i); in TEST_F()
/external/openscreen/third_party/boringssl/linux-x86_64/crypto/fipsmodule/
Dx86_64-mont5.S3595 .globl bn_scatter5 symbol
3596 .hidden bn_scatter5
3597 .type bn_scatter5,@function
3599 bn_scatter5: label
3614 .size bn_scatter5,.-bn_scatter5
/external/boringssl/linux-x86_64/crypto/fipsmodule/
Dx86_64-mont5.S3595 .globl bn_scatter5 symbol
3596 .hidden bn_scatter5
3597 .type bn_scatter5,@function
3599 bn_scatter5: label
3614 .size bn_scatter5,.-bn_scatter5
/external/rust/crates/quiche/deps/boringssl/linux-x86_64/crypto/fipsmodule/
Dx86_64-mont5.S3595 .globl bn_scatter5 symbol
3596 .hidden bn_scatter5
3597 .type bn_scatter5,@function
3599 bn_scatter5: label
3614 .size bn_scatter5,.-bn_scatter5
/external/grpc-grpc/src/objective-c/
Dgrpc_shadow_boringssl_symbol_list1296 bn_scatter5
DBoringSSL-GRPC.podspec2848 '#define bn_scatter5 GRPC_SHADOW_bn_scatter5',
/external/openscreen/third_party/boringssl/win-x86_64/crypto/fipsmodule/
Dx86_64-mont5.asm3672 global bn_scatter5
3675 bn_scatter5: label
/external/boringssl/win-x86_64/crypto/fipsmodule/
Dx86_64-mont5.asm3672 global bn_scatter5
3675 bn_scatter5: label
/external/grpc-grpc/src/core/tsi/
Dgrpc_shadow_boringssl.h1324 #define bn_scatter5 GRPC_SHADOW_bn_scatter5 macro
/external/rust/crates/grpcio-sys/grpc/src/boringssl/
Dboringssl_prefix_symbols.h2838 #define bn_scatter5 BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, bn_scatter5) macro