Searched refs:subject_alt_names (Results 1 – 4 of 4) sorted by relevance
79 …mbedtls_x509_sequence subject_alt_names; /**< Optional list of raw entries of Subject Alternati… member
1025 &crt->subject_alt_names ) ) != 0 ) in x509_get_crt_ext()2165 &crt->subject_alt_names, in mbedtls_x509_crt_info()3031 for( cur = &crt->subject_alt_names; cur != NULL; cur = cur->next ) in x509_crt_verify_name()3316 seq_cur = cert_cur->subject_alt_names.next; in mbedtls_x509_crt_free()
421 cur = &crt.subject_alt_names;
1329 * List all SAN types in the subject_alt_names field of the certificate.
Completed in 15 milliseconds