Searched refs:subject_alt_name (Results 1 – 2 of 2) sorted by relevance
622 mbedtls_x509_sequence *subject_alt_name ) in x509_get_subject_alt_name() argument628 mbedtls_asn1_sequence *cur = subject_alt_name; in x509_get_subject_alt_name()666 mbedtls_x509_sequence *seq_cur = subject_alt_name->next; in x509_get_subject_alt_name()676 subject_alt_name->next = NULL; in x509_get_subject_alt_name()1683 static int x509_get_other_name( const mbedtls_x509_buf *subject_alt_name, in x509_get_other_name() argument1688 unsigned char *p = subject_alt_name->p; in x509_get_other_name()1689 const unsigned char *end = p + subject_alt_name->len; in x509_get_other_name()1692 if( ( subject_alt_name->tag & in x509_get_other_name()1767 *subject_alt_name, in x509_info_subject_alt_name() argument1773 const mbedtls_x509_sequence *cur = subject_alt_name; in x509_info_subject_alt_name()
1226 * Set the next sequence of the subject_alt_name to NULL when deleting