Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/bcm/
Dcipher.h47 #define MAX_IV_SIZE AES_BLOCK_SIZE macro
183 u8 resp_aad[ALIGN(MAX_ASSOC_SIZE + MAX_IV_SIZE,
199 u8 iv[MAX_IV_SIZE];
Dspum.h58 MAX_KEY_SIZE + MAX_IV_SIZE)
Dspu2.h98 2 * MAX_KEY_SIZE + 2 * MAX_IV_SIZE)
Dcipher.c328 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()
/Linux-v4.19/net/tls/
Dtls_sw.c44 #define MAX_IV_SIZE TLS_CIPHER_AES_GCM_128_IV_SIZE macro
1029 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()