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