Home
last modified time | relevance | path

Searched refs:mbedtls_ssl_check_record (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/ssl/
H A Dssl_test_common_source.c148 ret_cr1 = mbedtls_ssl_check_record(ssl, tmp_buf, len); in ssl_check_record()
153 ret_cr2 = mbedtls_ssl_check_record(ssl, tmp_buf, len); in ssl_check_record()
/aosp_15_r20/external/mbedtls/programs/ssl/
H A Dssl_test_common_source.c148 ret_cr1 = mbedtls_ssl_check_record(ssl, tmp_buf, len); in ssl_check_record()
153 ret_cr2 = mbedtls_ssl_check_record(ssl, tmp_buf, len); in ssl_check_record()
/aosp_15_r20/external/mbedtls/include/mbedtls/
H A Dssl.h2438 int mbedtls_ssl_check_record(mbedtls_ssl_context const *ssl,
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/
H A Dssl.h2542 int mbedtls_ssl_check_record(mbedtls_ssl_context const *ssl,
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dssl_msg.c318 int mbedtls_ssl_check_record(mbedtls_ssl_context const *ssl, in mbedtls_ssl_check_record() function
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/
H A D3.0-migration-guide.md890 `mbedtls_ssl_check_record()`, which is only useful in some specific cases, so it
/aosp_15_r20/external/mbedtls/docs/
H A D3.0-migration-guide.md890 `mbedtls_ssl_check_record()`, which is only useful in some specific cases, so it
/aosp_15_r20/external/mbedtls/library/
H A Dssl_msg.c318 int mbedtls_ssl_check_record(mbedtls_ssl_context const *ssl, in mbedtls_ssl_check_record() function
/aosp_15_r20/external/mbedtls/
H A DChangeLog2397 * Add a new API function mbedtls_ssl_check_record() to allow checking that
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/
H A DChangeLog2657 * Add a new API function mbedtls_ssl_check_record() to allow checking that