Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F140210758
D36403.id110017.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
800 B
Referenced Files
None
Subscribers
None
D36403.id110017.diff
View Options
diff --git a/sys/crypto/armv8/armv8_crypto.h b/sys/crypto/armv8/armv8_crypto.h
--- a/sys/crypto/armv8/armv8_crypto.h
+++ b/sys/crypto/armv8/armv8_crypto.h
@@ -73,12 +73,12 @@
struct crypto_buffer_cursor *, struct crypto_buffer_cursor *,
size_t, const uint8_t *,
uint8_t tag[static GMAC_DIGEST_LEN],
- const uint8_t[static AES_BLOCK_LEN],
+ const uint8_t[static AES_GCM_IV_LEN],
const __uint128_val_t *);
int armv8_aes_decrypt_gcm(AES_key_t *, size_t,
struct crypto_buffer_cursor *, struct crypto_buffer_cursor *,
size_t, const uint8_t *, const uint8_t tag[static GMAC_DIGEST_LEN],
- const uint8_t[static AES_BLOCK_LEN],
+ const uint8_t[static AES_GCM_IV_LEN],
const __uint128_val_t *);
void armv8_aes_encrypt_xts(AES_key_t *, const void *, size_t,
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Dec 22, 11:45 AM (16 h, 25 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27112998
Default Alt Text
D36403.id110017.diff (800 B)
Attached To
Mode
D36403: Fix the IV length in the armv8 AES GCM code
Attached
Detach File
Event Timeline
Log In to Comment