source:
vbox/trunk/src/libs/openssl-1.1.1j/crypto/genasm-macosx/aesni-gcm-x86_64.S@
88461
Last change on this file since 88461 was 83531, checked in by , 5 years ago | |
---|---|
File size: 171 bytes |
Line | |
---|---|
1 | .text |
2 | |
3 | .globl _aesni_gcm_encrypt |
4 | |
5 | _aesni_gcm_encrypt: |
6 | xorl %eax,%eax |
7 | .byte 0xf3,0xc3 |
8 | |
9 | |
10 | .globl _aesni_gcm_decrypt |
11 | |
12 | _aesni_gcm_decrypt: |
13 | xorl %eax,%eax |
14 | .byte 0xf3,0xc3 |
15 |
Note:
See TracBrowser
for help on using the repository browser.