Home
last modified time | relevance | path

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

/third_party/openssl/crypto/bn/
Dbn_exp.c916 void bn_gather5(BN_ULONG *out, size_t num, void *table, size_t power); in BN_mod_exp_mont_consttime()
989 bn_gather5(tmp.d, top, powerbuf, wvalue); in BN_mod_exp_mont_consttime()
/third_party/openssl/crypto/bn/asm/x86_64/
Dx86_64-mont5.s3613 .globl bn_gather5 symbol
3614 .type bn_gather5,@function
3616 bn_gather5: label
3777 .size bn_gather5,.-bn_gather5
/third_party/grpc/src/boringssl/
Dboringssl_prefix_symbols.h2804 #define bn_gather5 BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, bn_gather5) macro