Searched refs:rsaz_1024_mul_avx2 (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/crypto/openssl/crypto/bn/
H A 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(resul
[all...]
/freebsd-12-stable/crypto/openssl/crypto/bn/asm/
H A Drsaz-avx2.pl132 rsaz_1024_sqr_avx2: # 702 cycles, 14% faster than rsaz_1024_mul_avx2
880 .globl rsaz_1024_mul_avx2
881 .type rsaz_1024_mul_avx2,\@function,5
883 rsaz_1024_mul_avx2: label
1483 .size rsaz_1024_mul_avx2,.-rsaz_1024_mul_avx2
1964 .globl rsaz_1024_mul_avx2
1971 rsaz_1024_mul_avx2: label
/freebsd-12-stable/secure/lib/libcrypto/amd64/
H A Drsaz-avx2.S658 .globl rsaz_1024_mul_avx2
659 .type rsaz_1024_mul_avx2,@function
661 rsaz_1024_mul_avx2: label
1212 .size rsaz_1024_mul_avx2,.-rsaz_1024_mul_avx2

Completed in 66 milliseconds