Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(202)

Side by Side Diff: third_party/boringssl/win-x86_64/crypto/fipsmodule/bsaes-x86_64.asm

Issue 2829743002: Roll src/third_party/boringssl/src bc6a76b0e..777fdd644 (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 default rel 1 default rel
2 %define XMMWORD 2 %define XMMWORD
3 %define YMMWORD 3 %define YMMWORD
4 %define ZMMWORD 4 %define ZMMWORD
5 section .text code align=64 5 section .text code align=64
6 6
7 7
8 EXTERN asm_AES_encrypt 8 EXTERN asm_AES_encrypt
9 EXTERN asm_AES_decrypt 9 EXTERN asm_AES_decrypt
10 10
(...skipping 2724 matching lines...) Expand 10 before | Expand all | Expand 10 after
2735 DD se_handler wrt ..imagebase 2735 DD se_handler wrt ..imagebase
2736 DD $L$xts_enc_body wrt ..imagebase,$L$xts_enc_epilogue wrt ..imageb ase 2736 DD $L$xts_enc_body wrt ..imagebase,$L$xts_enc_epilogue wrt ..imageb ase
2737 DD $L$xts_enc_tail wrt ..imagebase 2737 DD $L$xts_enc_tail wrt ..imagebase
2738 DD 0 2738 DD 0
2739 $L$xts_dec_info: 2739 $L$xts_dec_info:
2740 DB 9,0,0,0 2740 DB 9,0,0,0
2741 DD se_handler wrt ..imagebase 2741 DD se_handler wrt ..imagebase
2742 DD $L$xts_dec_body wrt ..imagebase,$L$xts_dec_epilogue wrt ..imageb ase 2742 DD $L$xts_dec_body wrt ..imagebase,$L$xts_dec_epilogue wrt ..imageb ase
2743 DD $L$xts_dec_tail wrt ..imagebase 2743 DD $L$xts_dec_tail wrt ..imagebase
2744 DD 0 2744 DD 0
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698