Searched refs:MAX_IV_SIZE (Results 1 – 4 of 4) sorted by relevance
37 #define MAX_IV_SIZE AES_BLOCK_SIZE macro173 u8 resp_aad[ALIGN(MAX_ASSOC_SIZE + MAX_IV_SIZE,189 u8 iv[MAX_IV_SIZE];
47 MAX_KEY_SIZE + MAX_IV_SIZE)
87 2 * MAX_KEY_SIZE + 2 * MAX_IV_SIZE)
313 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()