Searched refs:TLS_MAX_IV_SIZE (Results 1 – 5 of 5) sorted by relevance
68 #define TLS_MAX_IV_SIZE 16 macro195 char iv[TLS_MAX_IV_SIZE + TLS_MAX_SALT_SIZE];
130 u8 iv_data[TLS_MAX_IV_SIZE];
47 unsigned char buf[TLS_HEADER_SIZE + TLS_MAX_IV_SIZE]; in tls_enc_record()
64 u8 iv[TLS_MAX_IV_SIZE];2455 char header[TLS_HEADER_SIZE + TLS_MAX_IV_SIZE]; in tls_rx_msg_size()2764 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); \