Home
last modified time | relevance | path

Searched refs:mbedtls_x509_crt_parse (Results 1 – 7 of 7) sorted by relevance

/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dpkcs11.c80 if( 0 != mbedtls_x509_crt_parse( cert, cert_blob, cert_blob_size ) ) in mbedtls_pkcs11_x509_cert_bind()
A Dssl_cache.c114 if( mbedtls_x509_crt_parse( session->peer_cert, entry->peer_cert.p, in mbedtls_ssl_cache_get()
A Dx509.c1028 ret = mbedtls_x509_crt_parse( &clicert, (const unsigned char *) mbedtls_test_cli_crt, in mbedtls_x509_self_test()
1038 ret = mbedtls_x509_crt_parse( &cacert, (const unsigned char *) mbedtls_test_ca_crt, in mbedtls_x509_self_test()
A Dx509_crt.c1413 int mbedtls_x509_crt_parse( mbedtls_x509_crt *chain, in mbedtls_x509_crt_parse() function
1539 ret = mbedtls_x509_crt_parse( chain, buf, n ); in mbedtls_x509_crt_parse_file()
/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/
A Dx509_crt.h460 int mbedtls_x509_crt_parse( mbedtls_x509_crt *chain, const unsigned char *buf, size_t buflen );
A Dcompat-1.3.h2453 #define x509_crt_parse mbedtls_x509_crt_parse
/optee_os-3.20.0/lib/libmbedtls/mbedtls/
A DChangeLog2643 * Fix bug in mbedtls_x509_crt_parse that caused trailing extra data in the

Completed in 29 milliseconds