Lines Matching refs:mfl
70 int mfl;
97 opts->mfl = MBEDTLS_SSL_MAX_FRAG_LEN_NONE;
1782 (unsigned char) options->mfl ) == 0 );
1784 (unsigned char) options->mfl ) == 0 );
1786 TEST_ASSERT( MBEDTLS_SSL_MAX_FRAG_LEN_NONE == options->mfl );
4499 void app_data( int mfl, int cli_msg_len, int srv_msg_len,
4506 options.mfl = mfl;
4520 void app_data_tls( int mfl, int cli_msg_len, int srv_msg_len,
4524 test_app_data( mfl, cli_msg_len, srv_msg_len, expected_cli_fragments,
4532 void app_data_dtls( int mfl, int cli_msg_len, int srv_msg_len,
4536 test_app_data( mfl, cli_msg_len, srv_msg_len, expected_cli_fragments,
4558 void handshake_fragmentation( int mfl, int expected_srv_hs_fragmentation, int expected_cli_hs_fragm…
4569 options.mfl = mfl;
4610 void resize_buffers( int mfl, int renegotiation, int legacy_renegotiation,
4616 options.mfl = mfl;
4631 void resize_buffers_serialize_mfl( int mfl )
4633 test_resize_buffers( mfl, 0, MBEDTLS_SSL_LEGACY_NO_RENEGOTIATION, 1, 1,
4642 void resize_buffers_renegotiate_mfl( int mfl, int legacy_renegotiation,
4645 test_resize_buffers( mfl, 1, legacy_renegotiation, 0, 1, cipher );