Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dx509_crt.c624 mbedtls_x509_sequence *subject_alt_name ) in x509_get_subject_alt_name() argument
630 mbedtls_asn1_sequence *cur = subject_alt_name; in x509_get_subject_alt_name()
668 mbedtls_x509_sequence *seq_cur = subject_alt_name->next; in x509_get_subject_alt_name()
678 subject_alt_name->next = NULL; in x509_get_subject_alt_name()
1685 static int x509_get_other_name( const mbedtls_x509_buf *subject_alt_name, in x509_get_other_name() argument
1690 unsigned char *p = subject_alt_name->p; in x509_get_other_name()
1691 const unsigned char *end = p + subject_alt_name->len; in x509_get_other_name()
1694 if( ( subject_alt_name->tag & in x509_get_other_name()
1769 *subject_alt_name, in x509_info_subject_alt_name() argument
1775 const mbedtls_x509_sequence *cur = subject_alt_name; in x509_info_subject_alt_name()
/optee_os-3.20.0/lib/libmbedtls/mbedtls/
A DChangeLog1320 * Set the next sequence of the subject_alt_name to NULL when deleting

Completed in 12 milliseconds