Last change
on this file since 109302 was 108206, checked in by vboxsync, 3 months ago |
openssl-3.3.2: Exported all files to OSE and removed .scm-settings bugref:10757
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
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.