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

Side by Side Diff: third_party/boringssl/win-x86_64/crypto/fipsmodule/vpaes-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
« no previous file with comments | « third_party/boringssl/win-x86_64/crypto/fipsmodule/bsaes-x86_64.asm ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 8
9 9
10 10
(...skipping 1117 matching lines...) Expand 10 before | Expand all | Expand 10 after
1128 DD se_handler wrt ..imagebase 1128 DD se_handler wrt ..imagebase
1129 DD $L$enc_body wrt ..imagebase,$L$enc_epilogue wrt ..imagebase 1129 DD $L$enc_body wrt ..imagebase,$L$enc_epilogue wrt ..imagebase
1130 $L$SEH_info_vpaes_decrypt: 1130 $L$SEH_info_vpaes_decrypt:
1131 DB 9,0,0,0 1131 DB 9,0,0,0
1132 DD se_handler wrt ..imagebase 1132 DD se_handler wrt ..imagebase
1133 DD $L$dec_body wrt ..imagebase,$L$dec_epilogue wrt ..imagebase 1133 DD $L$dec_body wrt ..imagebase,$L$dec_epilogue wrt ..imagebase
1134 $L$SEH_info_vpaes_cbc_encrypt: 1134 $L$SEH_info_vpaes_cbc_encrypt:
1135 DB 9,0,0,0 1135 DB 9,0,0,0
1136 DD se_handler wrt ..imagebase 1136 DD se_handler wrt ..imagebase
1137 DD $L$cbc_body wrt ..imagebase,$L$cbc_epilogue wrt ..imagebase 1137 DD $L$cbc_body wrt ..imagebase,$L$cbc_epilogue wrt ..imagebase
OLDNEW
« no previous file with comments | « third_party/boringssl/win-x86_64/crypto/fipsmodule/bsaes-x86_64.asm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698