Searched refs:bn_gather5 (Results 1 – 3 of 3) sorted by relevance
916 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()
3613 .globl bn_gather5 symbol3614 .type bn_gather5,@function3616 bn_gather5: label3777 .size bn_gather5,.-bn_gather5
2804 #define bn_gather5 BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, bn_gather5) macro