mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 21:38:32 +08:00
crypto: ccree - allow more AEAD assoc data fragments
Increase the maximum supported AEAD associated data fragments. Signed-off-by: Gilad Ben-Yossef <gilad@benyossef.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
parent
f3df82b468
commit
18dd574acd
@ -14,7 +14,7 @@
|
||||
#define CC_MAX_MLLI_ENTRY_SIZE 0xFFFF
|
||||
|
||||
#define LLI_MAX_NUM_OF_DATA_ENTRIES 128
|
||||
#define LLI_MAX_NUM_OF_ASSOC_DATA_ENTRIES 4
|
||||
#define LLI_MAX_NUM_OF_ASSOC_DATA_ENTRIES 8
|
||||
#define MLLI_TABLE_MIN_ALIGNMENT 4 /* 32 bit alignment */
|
||||
#define MAX_NUM_OF_BUFFERS_IN_MLLI 4
|
||||
#define MAX_NUM_OF_TOTAL_MLLI_ENTRIES \
|
||||
|
Loading…
Reference in New Issue
Block a user