Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dktls.h44 #define TLS_MAX_PARAM_SIZE 1024 /* Max key/mac/iv in sockopt */ macro
/freebsd/sys/kern/
H A Duipc_ktls.c334 if (tls->cipher_key_len < 0 || tls->cipher_key_len > TLS_MAX_PARAM_SIZE) in ktls_copyin_tls_enable()
338 if (tls->auth_key_len < 0 || tls->auth_key_len > TLS_MAX_PARAM_SIZE) in ktls_copyin_tls_enable()