Home
last modified time | relevance | path

Searched refs:rsaz_1024_mul_avx2 (Results 1 – 5 of 5) sorted by relevance

/third_party/openssl/crypto/bn/
Drsaz_exp.c26 void rsaz_1024_mul_avx2(void *ret, const void *a, const void *b,
84 rsaz_1024_mul_avx2(R2, R2, R2, m, k0);
85 rsaz_1024_mul_avx2(R2, R2, two80, m, k0);
88 rsaz_1024_mul_avx2(result, R2, one, m, k0);
90 rsaz_1024_mul_avx2(a_inv, a_inv, R2, m, k0);
101 rsaz_1024_mul_avx2(result, result, a_inv, m, k0);
115 rsaz_1024_mul_avx2(result, result, a_inv, m, k0);
120 rsaz_1024_mul_avx2(result, result, a_inv, m, k0);
132 rsaz_1024_mul_avx2(result, result, a_inv, m, k0);
137 rsaz_1024_mul_avx2(result, result, a_inv, m, k0);
[all …]
/third_party/openssl/crypto/bn/asm/x86_64/
Drsaz-avx2.s656 .globl rsaz_1024_mul_avx2 symbol
657 .type rsaz_1024_mul_avx2,@function
659 rsaz_1024_mul_avx2: label
1210 .size rsaz_1024_mul_avx2,.-rsaz_1024_mul_avx2
/third_party/openssl/
DNEWS159 o rsaz_1024_mul_avx2 overflow bug on x86_64 (CVE-2017-3738)
DCHANGES1339 *) rsaz_1024_mul_avx2 overflow bug on x86_64
/third_party/grpc/src/boringssl/
Dboringssl_prefix_symbols.h3318 #define rsaz_1024_mul_avx2 BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, rsaz_1024_mul_avx2) macro