source:
vbox/trunk/src/libs/openssl-3.0.3/crypto/genasm-nasm/aesni-gcm-x86_64.S@
96159
最後變更 在這個檔案從96159是 95221,由 提交於 3 年 前 | |
---|---|
檔案大小: 259 位元組 |
行 | |
---|---|
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 | |
12 | xor eax,eax |
13 | DB 0F3h,0C3h ;repret |
14 | |
15 | |
16 | |
17 | global aesni_gcm_decrypt |
18 | |
19 | aesni_gcm_decrypt: |
20 | |
21 | xor eax,eax |
22 | DB 0F3h,0C3h ;repret |
23 | |
24 |
注意:
瀏覽 TracBrowser
來幫助您使用儲存庫瀏覽器