Searched refs:TLS_MAX_MSG_SIZE_V10_2 (Results 1 – 7 of 7) sorted by relevance
31 #define MAX_TLS_PAGES (1 + btoc(TLS_MAX_MSG_SIZE_V10_2))
1188 outbuf_cap = tls_header_len(en) + TLS_MAX_MSG_SIZE_V10_2 + in test_ktls_transmit_app_data() 1335 ATF_REQUIRE(len <= TLS_MAX_MSG_SIZE_V10_2); in test_ktls_transmit_control() 1505 outbuf_cap = tls_header_len(en) + TLS_MAX_MSG_SIZE_V10_2 + in test_ktls_receive_app_data() 1537 if (todo > TLS_MAX_MSG_SIZE_V10_2 - padding) in test_ktls_receive_app_data() 1538 todo = TLS_MAX_MSG_SIZE_V10_2 - padding; in test_ktls_receive_app_data() 1623 ATF_REQUIRE(len <= TLS_MAX_MSG_SIZE_V10_2); in test_ktls_receive_corrupted_record() 1712 ATF_REQUIRE(len <= TLS_MAX_MSG_SIZE_V10_2); in test_ktls_receive_truncated_record() 1753 ATF_REQUIRE(len <= TLS_MAX_MSG_SIZE_V10_2); in test_ktls_receive_bad_major() 1795 ATF_REQUIRE(len <= TLS_MAX_MSG_SIZE_V10_2); in test_ktls_receive_bad_minor() 1837 ATF_REQUIRE(len <= TLS_MAX_MSG_SIZE_V10_2); in test_ktls_receive_bad_type() [all...]
46 #define TLS_MAX_MSG_SIZE_V10_2 16384 macro
1023 maxextsiz = TLS_MAX_MSG_SIZE_V10_2; in svc_vc_reply()1106 maxextsiz = TLS_MAX_MSG_SIZE_V10_2; in svc_vc_backchannel_reply()
305 maxextsiz = TLS_MAX_MSG_SIZE_V10_2; in clnt_bck_call()
421 maxextsiz = TLS_MAX_MSG_SIZE_V10_2; in clnt_vc_call()
722 tls->params.max_frame_len = min(TLS_MAX_MSG_SIZE_V10_2, ktls_maxlen); in ktls_create_session()2553 tls->params.tls_hlen + TLS_MAX_MSG_SIZE_V10_2 + in ktls_decrypt()