Lines Matching refs:mfl
2695 void app_data(int mfl, int cli_msg_len, int srv_msg_len,
2702 options.mfl = mfl;
2724 void app_data_tls(int mfl, int cli_msg_len, int srv_msg_len,
2728 test_app_data(mfl, cli_msg_len, srv_msg_len, expected_cli_fragments,
2736 void app_data_dtls(int mfl, int cli_msg_len, int srv_msg_len,
2740 test_app_data(mfl, cli_msg_len, srv_msg_len, expected_cli_fragments,
2765 void handshake_fragmentation(int mfl,
2779 options.mfl = mfl;
2825 void resize_buffers(int mfl, int renegotiation, int legacy_renegotiation,
2831 options.mfl = mfl;
2852 void resize_buffers_serialize_mfl(int mfl)
2854 test_resize_buffers(mfl, 0, MBEDTLS_SSL_LEGACY_NO_RENEGOTIATION, 1, 1,
2862 void resize_buffers_renegotiate_mfl(int mfl, int legacy_renegotiation,
2865 test_resize_buffers(mfl, 1, legacy_renegotiation, 0, 1, cipher);