Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F166721712
D37547.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
388 B
Referenced Files
None
Subscribers
None
D37547.diff
View Options
diff --git a/sys/crypto/aesni/aesni_wrap.c b/sys/crypto/aesni/aesni_wrap.c
--- a/sys/crypto/aesni/aesni_wrap.c
+++ b/sys/crypto/aesni/aesni_wrap.c
@@ -147,7 +147,7 @@
void
aesni_decrypt_ecb(int rounds, const void *key_schedule, size_t len,
- const uint8_t from[AES_BLOCK_LEN], uint8_t to[AES_BLOCK_LEN])
+ const uint8_t *from, uint8_t *to)
{
__m128i tot;
__m128i tout[8];
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Aug 16, 9:03 PM (15 h, 18 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
36838527
Default Alt Text
D37547.diff (388 B)
Attached To
Mode
D37547: aesni: Remove misleading array bounds for aesni_decryt_ecb.
Attached
Detach File
Event Timeline
Log In to Comment