Home
last modified time | relevance | path

Searched refs:TLS_MAX_SALT_SIZE (Results 1 – 2 of 2) sorted by relevance

/linux/include/net/
H A Dtls.h69 #define TLS_MAX_SALT_SIZE 4 macro
195 char iv[TLS_MAX_IV_SIZE + TLS_MAX_SALT_SIZE];
/linux/net/tls/
H A Dtls_main.c63 static_assert(cipher ## _SALT_SIZE <= TLS_MAX_SALT_SIZE); \