Last change
on this file since 83531 was 83531, checked in by vboxsync, 5 years ago |
setting svn:sync-process=export for openssl-1.1.1f, all files except tests
|
File size:
527 bytes
|
Line | |
---|
1 | default rel
|
---|
2 | %define XMMWORD
|
---|
3 | %define YMMWORD
|
---|
4 | %define ZMMWORD
|
---|
5 | section .text code align=64
|
---|
6 |
|
---|
7 |
|
---|
8 | global rsaz_avx2_eligible
|
---|
9 |
|
---|
10 | rsaz_avx2_eligible:
|
---|
11 | xor eax,eax
|
---|
12 | DB 0F3h,0C3h ;repret
|
---|
13 |
|
---|
14 |
|
---|
15 | global rsaz_1024_sqr_avx2
|
---|
16 | global rsaz_1024_mul_avx2
|
---|
17 | global rsaz_1024_norm2red_avx2
|
---|
18 | global rsaz_1024_red2norm_avx2
|
---|
19 | global rsaz_1024_scatter5_avx2
|
---|
20 | global rsaz_1024_gather5_avx2
|
---|
21 |
|
---|
22 | rsaz_1024_sqr_avx2:
|
---|
23 | rsaz_1024_mul_avx2:
|
---|
24 | rsaz_1024_norm2red_avx2:
|
---|
25 | rsaz_1024_red2norm_avx2:
|
---|
26 | rsaz_1024_scatter5_avx2:
|
---|
27 | rsaz_1024_gather5_avx2:
|
---|
28 | DB 0x0f,0x0b
|
---|
29 | DB 0F3h,0C3h ;repret
|
---|
30 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.