Searched refs:MAX_IV_SIZE (Results 1 – 5 of 5) sorted by relevance
47 #define MAX_IV_SIZE AES_BLOCK_SIZE macro183 u8 resp_aad[ALIGN(MAX_ASSOC_SIZE + MAX_IV_SIZE,199 u8 iv[MAX_IV_SIZE];
58 MAX_KEY_SIZE + MAX_IV_SIZE)
98 2 * MAX_KEY_SIZE + 2 * MAX_IV_SIZE)
328 u8 local_iv_ctr[MAX_IV_SIZE]; in handle_ablkcipher_req()4405 get_random_bytes(ctx->iv, MAX_IV_SIZE); in aead_cra_init()4406 flow_dump(" iv: ", ctx->iv, MAX_IV_SIZE); in aead_cra_init()
44 #define MAX_IV_SIZE TLS_CIPHER_AES_GCM_128_IV_SIZE macro1029 char header[TLS_HEADER_SIZE + MAX_IV_SIZE]; in tls_read_size()1220 if (iv_size > MAX_IV_SIZE || nonce_size > MAX_IV_SIZE) { in tls_set_sw_offload()