Home
last modified time | relevance | path

Searched refs:mbedtls_ssl_conf_max_frag_len (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/mbedtls/tests/src/test_helpers/
H A Dssl_helpers.c1903 TEST_ASSERT(mbedtls_ssl_conf_max_frag_len(&(server.conf), in mbedtls_test_ssl_perform_handshake()
1906 TEST_ASSERT(mbedtls_ssl_conf_max_frag_len(&(client.conf), in mbedtls_test_ssl_perform_handshake()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/src/test_helpers/
H A Dssl_helpers.c2086 TEST_ASSERT(mbedtls_ssl_conf_max_frag_len(&(server.conf), in mbedtls_test_ssl_perform_handshake()
2089 TEST_ASSERT(mbedtls_ssl_conf_max_frag_len(&(client.conf), in mbedtls_test_ssl_perform_handshake()
/aosp_15_r20/external/mbedtls/include/mbedtls/
H A Dssl.h4269 int mbedtls_ssl_conf_max_frag_len(mbedtls_ssl_config *conf, unsigned char mfl_code);
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/
H A Dssl.h4443 int mbedtls_ssl_conf_max_frag_len(mbedtls_ssl_config *conf, unsigned char mfl_code);
/aosp_15_r20/external/mbedtls/programs/ssl/
H A Dssl_client2.c1781 if ((ret = mbedtls_ssl_conf_max_frag_len(&conf, opt.mfl_code)) != 0) { in main()
H A Dssl_server2.c2769 if ((ret = mbedtls_ssl_conf_max_frag_len(&conf, opt.mfl_code)) != 0) { in main()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/ssl/
H A Dssl_client2.c1859 if ((ret = mbedtls_ssl_conf_max_frag_len(&conf, opt.mfl_code)) != 0) { in main()
H A Dssl_server2.c2845 if ((ret = mbedtls_ssl_conf_max_frag_len(&conf, opt.mfl_code)) != 0) { in main()
/aosp_15_r20/external/mbedtls/library/
H A Dssl_tls.c3135 int mbedtls_ssl_conf_max_frag_len(mbedtls_ssl_config *conf, unsigned char mfl_code) in mbedtls_ssl_conf_max_frag_len() function
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dssl_tls.c2964 int mbedtls_ssl_conf_max_frag_len(mbedtls_ssl_config *conf, unsigned char mfl_code) in mbedtls_ssl_conf_max_frag_len() function
/aosp_15_r20/external/mbedtls/
H A DChangeLog2579 * Change wording in the `mbedtls_ssl_conf_max_frag_len()`'s documentation to
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/
H A DChangeLog2839 * Change wording in the `mbedtls_ssl_conf_max_frag_len()`'s documentation to