Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/
A Dx509_crt.h476 int mbedtls_x509_crt_parse_file( mbedtls_x509_crt *chain, const char *path );
A Dcompat-1.3.h2455 #define x509_crt_parse_file mbedtls_x509_crt_parse_file
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dx509_crt.c1530 int mbedtls_x509_crt_parse_file( mbedtls_x509_crt *chain, const char *path ) in mbedtls_x509_crt_parse_file() function
1597 w_ret = mbedtls_x509_crt_parse_file( chain, filename ); in mbedtls_x509_crt_parse_path()
1652 t_ret = mbedtls_x509_crt_parse_file( chain, entry_name ); in mbedtls_x509_crt_parse_path()

Completed in 23 milliseconds