Home
last modified time | relevance | path

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

/third_party/openssl/crypto/bn/
Dbn_exp.c914 void bn_scatter5(const BN_ULONG *inp, size_t num, in BN_mod_exp_mont_consttime()
942 bn_scatter5(tmp.d, top, powerbuf, 0); in BN_mod_exp_mont_consttime()
943 bn_scatter5(am.d, am.top, powerbuf, 1); in BN_mod_exp_mont_consttime()
945 bn_scatter5(tmp.d, top, powerbuf, 2); in BN_mod_exp_mont_consttime()
951 bn_scatter5(tmp.d, top, powerbuf, i); in BN_mod_exp_mont_consttime()
957 bn_scatter5(tmp.d, top, powerbuf, i); in BN_mod_exp_mont_consttime()
962 bn_scatter5(tmp.d, top, powerbuf, i); in BN_mod_exp_mont_consttime()
965 bn_scatter5(tmp.d, top, powerbuf, j); in BN_mod_exp_mont_consttime()
970 bn_scatter5(tmp.d, top, powerbuf, i); in BN_mod_exp_mont_consttime()
972 bn_scatter5(tmp.d, top, powerbuf, 2 * i); in BN_mod_exp_mont_consttime()
[all …]
/third_party/openssl/crypto/bn/asm/x86_64/
Dx86_64-mont5.s3593 .globl bn_scatter5 symbol
3594 .type bn_scatter5,@function
3596 bn_scatter5: label
3611 .size bn_scatter5,.-bn_scatter5
/third_party/grpc/src/boringssl/
Dboringssl_prefix_symbols.h2849 #define bn_scatter5 BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, bn_scatter5) macro