Searched refs:TLS_MAX_MSG_SIZE_V10_2 (Results 1 – 2 of 2) sorted by relevance
43 #define TLS_MAX_MSG_SIZE_V10_2 16384 macro
551 tls->params.max_frame_len = min(TLS_MAX_MSG_SIZE_V10_2, ktls_maxlen); in ktls_create_session()1786 tls->params.tls_hlen + TLS_MAX_MSG_SIZE_V10_2 + in ktls_decrypt()1989 vm_paddr_t parray[1 + btoc(TLS_MAX_MSG_SIZE_V10_2)]; in ktls_encrypt()1990 struct iovec src_iov[1 + btoc(TLS_MAX_MSG_SIZE_V10_2)]; in ktls_encrypt()1991 struct iovec dst_iov[1 + btoc(TLS_MAX_MSG_SIZE_V10_2)]; in ktls_encrypt()