Home
last modified time | relevance | path

Searched refs:subject_alt_name (Results 1 – 2 of 2) sorted by relevance

/openthread-3.5.0/third_party/mbedtls/repo/library/
Dx509_crt.c622 mbedtls_x509_sequence *subject_alt_name ) in x509_get_subject_alt_name() argument
628 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() argument
1688 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() argument
1773 const mbedtls_x509_sequence *cur = subject_alt_name; in x509_info_subject_alt_name()
/openthread-3.5.0/third_party/mbedtls/repo/
DChangeLog1226 * Set the next sequence of the subject_alt_name to NULL when deleting