Searched refs:mbedtls_x509_crt_parse_der_nocopy (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/mbedtls/include/mbedtls/ |
H A D | x509_crt.h | 491 int mbedtls_x509_crt_parse_der_nocopy(mbedtls_x509_crt *chain,
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/ |
H A D | x509_crt.h | 491 int mbedtls_x509_crt_parse_der_nocopy(mbedtls_x509_crt *chain,
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | x509_crt.c | 1364 int mbedtls_x509_crt_parse_der_nocopy(mbedtls_x509_crt *chain, in mbedtls_x509_crt_parse_der_nocopy() function
|
H A D | ssl_tls.c | 7841 ret = mbedtls_x509_crt_parse_der_nocopy(chain, ssl->in_msg + i, n); in ssl_parse_certificate_chain()
|
/aosp_15_r20/external/mbedtls/tests/suites/ |
H A D | test_suite_x509parse.function | 1082 TEST_EQUAL(mbedtls_x509_crt_parse_der_nocopy(&crt, buf->x, buf->len), result);
|
/aosp_15_r20/external/mbedtls/library/ |
H A D | x509_crt.c | 1363 int mbedtls_x509_crt_parse_der_nocopy(mbedtls_x509_crt *chain, in mbedtls_x509_crt_parse_der_nocopy() function
|
H A D | ssl_tls.c | 7165 ret = mbedtls_x509_crt_parse_der_nocopy(chain, ssl->in_msg + i, n); in ssl_parse_certificate_chain()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/ |
H A D | test_suite_x509parse.function | 1130 TEST_EQUAL(mbedtls_x509_crt_parse_der_nocopy(&crt, buf->x, buf->len), result);
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/ |
H A D | 3.0-migration-guide.md | 576 `mbedtls_x509_crt_parse_der_nocopy()` but it calls the callback with every
|
/aosp_15_r20/external/mbedtls/docs/ |
H A D | 3.0-migration-guide.md | 576 `mbedtls_x509_crt_parse_der_nocopy()` but it calls the callback with every
|