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