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:
319 bytes
|
Line | |
---|
1 | .text
|
---|
2 |
|
---|
3 | .globl aesni_gcm_encrypt
|
---|
4 | .type aesni_gcm_encrypt,@function
|
---|
5 | aesni_gcm_encrypt:
|
---|
6 | xorl %eax,%eax
|
---|
7 | .byte 0xf3,0xc3
|
---|
8 | .size aesni_gcm_encrypt,.-aesni_gcm_encrypt
|
---|
9 |
|
---|
10 | .globl aesni_gcm_decrypt
|
---|
11 | .type aesni_gcm_decrypt,@function
|
---|
12 | aesni_gcm_decrypt:
|
---|
13 | xorl %eax,%eax
|
---|
14 | .byte 0xf3,0xc3
|
---|
15 | .size aesni_gcm_decrypt,.-aesni_gcm_decrypt
|
---|
Note:
See
TracBrowser
for help on using the repository browser.