Searched refs:MAX_IV_SIZE (Results 1 – 8 of 8) 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)
314 u8 local_iv_ctr[MAX_IV_SIZE]; in handle_skcipher_req()4226 get_random_bytes(ctx->iv, MAX_IV_SIZE); in aead_cra_init()4227 flow_dump(" iv: ", ctx->iv, MAX_IV_SIZE); in aead_cra_init()
76 #define MAX_IV_SIZE 16 macro
76 u8 iv_data[MAX_IV_SIZE];
57 unsigned char buf[TLS_HEADER_SIZE + MAX_IV_SIZE]; in tls_enc_record()
63 u8 iv[MAX_IV_SIZE];2238 char header[TLS_HEADER_SIZE + MAX_IV_SIZE]; in tls_rx_msg_size()2714 if (iv_size > MAX_IV_SIZE || nonce_size > MAX_IV_SIZE || in tls_set_sw_offload()
Completed in 20 milliseconds