Searched refs:mbedtls_x509_crt_parse_der_internal (Results 1 – 1 of 1) sorted by relevance
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/ |
A D | x509_crt.c | 1333 static int mbedtls_x509_crt_parse_der_internal( mbedtls_x509_crt *chain, in mbedtls_x509_crt_parse_der_internal() function 1389 return( mbedtls_x509_crt_parse_der_internal( chain, buf, buflen, 0, NULL, NULL ) ); in mbedtls_x509_crt_parse_der_nocopy() 1399 return( mbedtls_x509_crt_parse_der_internal( chain, buf, buflen, make_copy, cb, p_ctx ) ); in mbedtls_x509_crt_parse_der_with_ext_cb() 1406 return( mbedtls_x509_crt_parse_der_internal( chain, buf, buflen, 1, NULL, NULL ) ); in mbedtls_x509_crt_parse_der()
|
Completed in 7 milliseconds