Searched refs:rsaz_1024_mul_avx2 (Results 1 – 3 of 3) sorted by relevance
/external/boringssl/src/crypto/fipsmodule/bn/ |
D | rsaz_exp.c | 58 void rsaz_1024_mul_avx2(void *ret,const void *a,const void *b,const void *n,BN_ULONG k); 94 rsaz_1024_mul_avx2(R2, R2, R2, m, k0); in RSAZ_1024_mod_exp_avx2() 95 rsaz_1024_mul_avx2(R2, R2, two80, m, k0); in RSAZ_1024_mod_exp_avx2() 98 rsaz_1024_mul_avx2(result, R2, one, m, k0); in RSAZ_1024_mod_exp_avx2() 100 rsaz_1024_mul_avx2(a_inv, a_inv, R2, m, k0); in RSAZ_1024_mod_exp_avx2() 111 rsaz_1024_mul_avx2(result, result, a_inv, m, k0); in RSAZ_1024_mod_exp_avx2() 125 rsaz_1024_mul_avx2(result, result, a_inv, m, k0); in RSAZ_1024_mod_exp_avx2() 130 rsaz_1024_mul_avx2(result,result,a_inv,m,k0); in RSAZ_1024_mod_exp_avx2() 142 rsaz_1024_mul_avx2(result, result, a_inv, m, k0); in RSAZ_1024_mod_exp_avx2() 147 rsaz_1024_mul_avx2(result,result,a_inv,m,k0); in RSAZ_1024_mod_exp_avx2() [all …]
|
/external/boringssl/linux-x86_64/crypto/fipsmodule/ |
D | rsaz-avx2.S | 658 .globl rsaz_1024_mul_avx2 symbol 659 .hidden rsaz_1024_mul_avx2 660 .type rsaz_1024_mul_avx2,@function 662 rsaz_1024_mul_avx2: label 1212 .size rsaz_1024_mul_avx2,.-rsaz_1024_mul_avx2
|
/external/boringssl/win-x86_64/crypto/fipsmodule/ |
D | rsaz-avx2.asm | 697 global rsaz_1024_mul_avx2 700 rsaz_1024_mul_avx2: label
|