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 D | ssl_test_common_source.c | 148 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 D | ssl_test_common_source.c | 148 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 D | ssl.h | 2438 int mbedtls_ssl_check_record(mbedtls_ssl_context const *ssl,
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/ |
H A D | ssl.h | 2542 int mbedtls_ssl_check_record(mbedtls_ssl_context const *ssl,
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | ssl_msg.c | 318 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 D | 3.0-migration-guide.md | 890 `mbedtls_ssl_check_record()`, which is only useful in some specific cases, so it
|
/aosp_15_r20/external/mbedtls/docs/ |
H A D | 3.0-migration-guide.md | 890 `mbedtls_ssl_check_record()`, which is only useful in some specific cases, so it
|
/aosp_15_r20/external/mbedtls/library/ |
H A D | ssl_msg.c | 318 int mbedtls_ssl_check_record(mbedtls_ssl_context const *ssl, in mbedtls_ssl_check_record() function
|
/aosp_15_r20/external/mbedtls/ |
H A D | ChangeLog | 2397 * Add a new API function mbedtls_ssl_check_record() to allow checking that
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/ |
H A D | ChangeLog | 2657 * Add a new API function mbedtls_ssl_check_record() to allow checking that
|