Home
last modified time | relevance | path

Searched defs:crt (Results 1 – 8 of 8) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dx509_crt.c78 mbedtls_x509_crt *crt; member
864 mbedtls_x509_crt *crt, in x509_get_crt_ext()
1073 static int x509_crt_parse_der_core(mbedtls_x509_crt *crt, in x509_crt_parse_der_core()
1321 mbedtls_x509_crt *crt = chain, *prev = NULL; in mbedtls_x509_crt_parse_der_internal() local
1752 const mbedtls_x509_crt *crt) in mbedtls_x509_crt_info()
1930 int mbedtls_x509_crt_check_key_usage(const mbedtls_x509_crt *crt, in mbedtls_x509_crt_check_key_usage()
1956 int mbedtls_x509_crt_check_extended_key_usage(const mbedtls_x509_crt *crt, in mbedtls_x509_crt_check_extended_key_usage()
1990 int mbedtls_x509_crt_is_revoked(const mbedtls_x509_crt *crt, const mbedtls_x509_crl *crl) in mbedtls_x509_crt_is_revoked()
2010 static int x509_crt_verifycrl(mbedtls_x509_crt *crt, mbedtls_x509_crt *ca, in x509_crt_verifycrl()
2444 mbedtls_x509_crt *crt, in x509_crt_check_ee_locally_trusted()
[all …]
H A Ddebug.c386 const char *text, const mbedtls_x509_crt *crt) in mbedtls_debug_print_crt()
H A Dx509write_crt.c665 int mbedtls_x509write_crt_pem(mbedtls_x509write_cert *crt, in mbedtls_x509write_crt_pem()
H A Dssl_tls13_generic.c765 const mbedtls_x509_crt *crt = mbedtls_ssl_own_cert(ssl); in ssl_tls13_write_certificate_body() local
H A Dssl_tls12_server.c2403 const mbedtls_x509_crt *crt; in ssl_write_certificate_request() local
H A Dssl_tls.c1937 const mbedtls_x509_crt *crt) in mbedtls_ssl_set_hs_dn_hints()
7612 const mbedtls_x509_crt *crt; in mbedtls_ssl_write_certificate() local
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Ddebug.h47 #define MBEDTLS_SSL_DEBUG_CRT(level, text, crt) \ argument
50 #define MBEDTLS_SSL_DEBUG_CRT(level, text, crt) do { } while (0) argument
66 #define MBEDTLS_SSL_DEBUG_CRT(level, text, crt) do { } while (0) argument
H A Dssl.h3606 const mbedtls_x509_crt *crt) in mbedtls_ssl_conf_dn_hints()