Searched defs:crt (Results 1 – 1 of 1) sorted by relevance
523 __attribute_noinline__ char *tls_mbedtls_peer_serial_num(const mbedtls_x509_crt *crt, char *serial_… in tls_mbedtls_peer_serial_num()551 const mbedtls_x509_crt *crt = mbedtls_ssl_get_peer_cert(&conn->ssl); in tls_connection_peer_serial_num() local1399 mbedtls_x509_crt crt; in tls_mbedtls_set_ca() local2561 const mbedtls_x509_crt *crt) in tls_mbedtls_set_peer_subject()2664 #define mbedtls_x509_crt_has_ext_type(crt, ext_type) ((crt)->MBEDTLS_PRIVATE(ext_types) & (ext_type… argument2673 static int tls_mbedtls_match_altsubject(mbedtls_x509_crt *crt, const char *match) in tls_mbedtls_match_altsubject()2752 static int tls_mbedtls_match_suffixes(mbedtls_x509_crt *crt, const char *match, int full) in tls_mbedtls_match_suffixes()2799 static int tls_mbedtls_match_dn_field(mbedtls_x509_crt *crt, const char *match) in tls_mbedtls_match_dn_field()2943 __attribute_cold__ static void tls_mbedtls_verify_fail_event(mbedtls_x509_crt *crt, in tls_mbedtls_verify_fail_event()2970 mbedtls_x509_crt *crt, in tls_mbedtls_verify_cert_event()[all …]