Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dx509_crt.h491 int mbedtls_x509_crt_parse_der_nocopy(mbedtls_x509_crt *chain,
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dx509_crt.c1366 int mbedtls_x509_crt_parse_der_nocopy(mbedtls_x509_crt *chain, in mbedtls_x509_crt_parse_der_nocopy() function
H A Dssl_tls.c7865 ret = mbedtls_x509_crt_parse_der_nocopy(chain, ssl->in_msg + i, n); in ssl_parse_certificate_chain()