Searched refs:TLS_MAX_PARAM_SIZE (Results 1 – 2 of 2) sorted by relevance
44 #define TLS_MAX_PARAM_SIZE 1024 /* Max key/mac/iv in sockopt */ macro
466 if (en->auth_key_len < 0 || en->auth_key_len > TLS_MAX_PARAM_SIZE) in ktls_create_session()468 if (en->cipher_key_len < 0 || en->cipher_key_len > TLS_MAX_PARAM_SIZE) in ktls_create_session()