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

Unified Diff: third_party/boringssl/win-x86_64/crypto/bn/x86_64-mont5.asm

Issue 454543002: BoringSSL: roll DEPS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update GYP files in light of GYP switch around. Created 6 years, 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/boringssl/mac-x86_64/crypto/bn/x86_64-mont5.S ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/boringssl/win-x86_64/crypto/bn/x86_64-mont5.asm
diff --git a/third_party/boringssl/win-x86_64/crypto/bn/x86_64-mont5.asm b/third_party/boringssl/win-x86_64/crypto/bn/x86_64-mont5.asm
index 652d18e69e45557c40980007a87ac8edd2fc130d..18692929506d7da0137699802093bea125e33aaa 100644
--- a/third_party/boringssl/win-x86_64/crypto/bn/x86_64-mont5.asm
+++ b/third_party/boringssl/win-x86_64/crypto/bn/x86_64-mont5.asm
@@ -1827,20 +1827,6 @@ $L$from_epilogue::
DB 0F3h,0C3h ;repret
$L$SEH_end_bn_from_mont8x::
bn_from_mont8x ENDP
-PUBLIC bn_get_bits5
-
-ALIGN 16
-bn_get_bits5 PROC PUBLIC
- mov r10,rcx
- mov ecx,edx
- shr edx,3
- movzx eax,WORD PTR[rdx*1+r10]
- and ecx,7
- shr eax,cl
- and eax,31
- DB 0F3h,0C3h ;repret
-bn_get_bits5 ENDP
-
PUBLIC bn_scatter5
ALIGN 16
« no previous file with comments | « third_party/boringssl/mac-x86_64/crypto/bn/x86_64-mont5.S ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698