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 |