Home
last modified time | relevance | path

Searched refs:MAX_IV_SIZE (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/drivers/crypto/bcm/
Dcipher.h37 #define MAX_IV_SIZE AES_BLOCK_SIZE macro
173 u8 resp_aad[ALIGN(MAX_ASSOC_SIZE + MAX_IV_SIZE,
189 u8 iv[MAX_IV_SIZE];
Dspum.h47 MAX_KEY_SIZE + MAX_IV_SIZE)
Dspu2.h87 2 * MAX_KEY_SIZE + 2 * MAX_IV_SIZE)
Dcipher.c313 u8 local_iv_ctr[MAX_IV_SIZE]; in handle_skcipher_req()
4169 get_random_bytes(ctx->iv, MAX_IV_SIZE); in aead_cra_init()
4170 flow_dump(" iv: ", ctx->iv, MAX_IV_SIZE); in aead_cra_init()