Home
last modified time | relevance | path

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

/linux/include/net/
H A Dtls.h64 #define TLS_MAX_IV_SIZE 16 macro
190 char iv[TLS_MAX_IV_SIZE + TLS_MAX_SALT_SIZE];
/linux/net/tls/
H A Dtls.h130 u8 iv_data[TLS_MAX_IV_SIZE];
H A Dtls_device_fallback.c58 unsigned char buf[TLS_HEADER_SIZE + TLS_MAX_IV_SIZE]; in tls_enc_record()
H A Dtls_sw.c64 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()
H A Dtls_main.c62 static_assert(cipher ## _IV_SIZE <= TLS_MAX_IV_SIZE); \