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:
255 bytes
|
Line | |
---|
1 | default rel
|
---|
2 | %define XMMWORD
|
---|
3 | %define YMMWORD
|
---|
4 | %define ZMMWORD
|
---|
5 | section .text code align=64
|
---|
6 |
|
---|
7 |
|
---|
8 | global aesni_gcm_encrypt
|
---|
9 |
|
---|
10 | aesni_gcm_encrypt:
|
---|
11 | xor eax,eax
|
---|
12 | DB 0F3h,0C3h ;repret
|
---|
13 |
|
---|
14 |
|
---|
15 | global aesni_gcm_decrypt
|
---|
16 |
|
---|
17 | aesni_gcm_decrypt:
|
---|
18 | xor eax,eax
|
---|
19 | DB 0F3h,0C3h ;repret
|
---|
20 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.