Home
last modified time | relevance | path

Searched refs:mbedtls_x509_crt_parse_der_nocopy (Results 1 - 3 of 3) sorted by relevance

/third_party/mbedtls/include/mbedtls/
H A Dx509_crt.h363 * use mbedtls_x509_crt_parse_der_nocopy() instead.
428 * is destroyed (like mbedtls_x509_crt_parse_der_nocopy())
435 * mbedtls_x509_crt_parse_der_nocopy()
491 int mbedtls_x509_crt_parse_der_nocopy(mbedtls_x509_crt *chain,
/third_party/mbedtls/library/
H A Dx509_crt.c1364 int mbedtls_x509_crt_parse_der_nocopy(mbedtls_x509_crt *chain, in mbedtls_x509_crt_parse_der_nocopy() function
H A Dssl_tls.c7841 ret = mbedtls_x509_crt_parse_der_nocopy(chain, ssl->in_msg + i, n); in ssl_parse_certificate_chain()

Completed in 15 milliseconds