Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F102152803
D41303.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
893 B
Referenced Files
None
Subscribers
None
D41303.diff
View Options
diff --git a/sys/crypto/openssl/arm/bsaes-armv7.S b/sys/crypto/openssl/arm/bsaes-armv7.S
--- a/sys/crypto/openssl/arm/bsaes-armv7.S
+++ b/sys/crypto/openssl/arm/bsaes-armv7.S
@@ -1130,7 +1130,7 @@
vstmia r4, {q7}
.align 2
-
+0:
#endif
vld1.8 {q15}, [r8] @ load IV
@@ -1390,7 +1390,7 @@
vstmia r12, {q7} @ save last round key
.align 2
- add r12, r3, #248
+0: add r12, r3, #248
vld1.8 {q0}, [r8] @ load counter
add r8, r6, #.LREVM0SR-.LM0 @ borrow r8
vldmia r12, {q4} @ load round0 key
@@ -1625,7 +1625,7 @@
vstmia r12, {q7}
.align 2
- sub sp, #0x90 @ place for tweak[9]
+0: sub sp, #0x90 @ place for tweak[9]
#endif
vld1.8 {q8}, [r0] @ initial tweak
@@ -2111,7 +2111,7 @@
vstmia r4, {q7}
.align 2
- sub sp, #0x90 @ place for tweak[9]
+0: sub sp, #0x90 @ place for tweak[9]
#endif
vld1.8 {q8}, [r0] @ initial tweak
adr r2, .Lxts_magic
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 9, 6:51 AM (20 h, 40 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14552348
Default Alt Text
D41303.diff (893 B)
Attached To
Mode
D41303: ossl: Add missing labels to bsaes-armv7.S
Attached
Detach File
Event Timeline
Log In to Comment