Home
last modified time | relevance | path

Searched defs:san (Results 1 – 3 of 3) sorted by relevance

/mbedtls-latest/library/
Dx509.c1395 mbedtls_x509_subject_alternative_name *san) in mbedtls_x509_parse_subject_alt_name()
1503 void mbedtls_x509_free_subject_alt_name(mbedtls_x509_subject_alternative_name *san) in mbedtls_x509_free_subject_alt_name()
1521 mbedtls_x509_subject_alternative_name san; in mbedtls_x509_info_subject_alt_name() local
Dx509_crt.c2904 static int x509_crt_check_san_ip(const mbedtls_x509_sequence *san, in x509_crt_check_san_ip()
2925 static int x509_crt_check_san_uri(const mbedtls_x509_sequence *san, in x509_crt_check_san_uri()
2943 static int x509_crt_check_san(const mbedtls_x509_sequence *san, in x509_crt_check_san()
/mbedtls-latest/include/mbedtls/
Dx509.h299 san; /**< A union of the supported SAN types */ member