Searched refs:TLS_MAX_IV_SIZE (Results 1 – 5 of 5) sorted by relevance
64 #define TLS_MAX_IV_SIZE 16 macro190 char iv[TLS_MAX_IV_SIZE + TLS_MAX_SALT_SIZE];
130 u8 iv_data[TLS_MAX_IV_SIZE];
58 unsigned char buf[TLS_HEADER_SIZE + TLS_MAX_IV_SIZE]; in tls_enc_record()
64 u8 iv[TLS_MAX_IV_SIZE];2362 char header[TLS_HEADER_SIZE + TLS_MAX_IV_SIZE]; in tls_rx_msg_size()2672 if (nonce_size > TLS_MAX_IV_SIZE || prot->aad_size > TLS_MAX_AAD_SIZE) in init_prot_info()
62 static_assert(cipher ## _IV_SIZE <= TLS_MAX_IV_SIZE); \