Home
last modified time | relevance | path

Searched refs:MAX_ASSOC_SIZE (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/crypto/bcm/
H A Dcipher.h38 #define MAX_ASSOC_SIZE 512 macro
172 u8 resp_aad[ALIGN(MAX_ASSOC_SIZE + MAX_IV_SIZE,
H A Dcipher.c2646 if (req->assoclen > MAX_ASSOC_SIZE) { in aead_enqueue()
2649 __func__, req->assoclen, MAX_ASSOC_SIZE); in aead_enqueue()