Home
last modified time | relevance | path

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

/third_party/grpc/src/core/tsi/
Dssl_transport_security.cc353 GENERAL_NAME* subject_alt_name = in add_subject_alt_names_properties_to_peer() local
355 if (subject_alt_name->type == GEN_DNS || in add_subject_alt_names_properties_to_peer()
356 subject_alt_name->type == GEN_EMAIL || in add_subject_alt_names_properties_to_peer()
357 subject_alt_name->type == GEN_URI) { in add_subject_alt_names_properties_to_peer()
360 if (subject_alt_name->type == GEN_DNS) { in add_subject_alt_names_properties_to_peer()
361 name_size = ASN1_STRING_to_UTF8(&name, subject_alt_name->d.dNSName); in add_subject_alt_names_properties_to_peer()
362 } else if (subject_alt_name->type == GEN_EMAIL) { in add_subject_alt_names_properties_to_peer()
363 name_size = ASN1_STRING_to_UTF8(&name, subject_alt_name->d.rfc822Name); in add_subject_alt_names_properties_to_peer()
366 &name, subject_alt_name->d.uniformResourceIdentifier); in add_subject_alt_names_properties_to_peer()
381 if (subject_alt_name->type == GEN_URI) { in add_subject_alt_names_properties_to_peer()
[all …]
/third_party/mbedtls/library/
Dx509_crt.c648 mbedtls_x509_sequence *subject_alt_name ) in x509_get_subject_alt_name() argument
654 mbedtls_asn1_sequence *cur = subject_alt_name; in x509_get_subject_alt_name()
692 mbedtls_x509_sequence *seq_cur = subject_alt_name->next; in x509_get_subject_alt_name()
702 subject_alt_name->next = NULL; in x509_get_subject_alt_name()
1700 static int x509_get_other_name( const mbedtls_x509_buf *subject_alt_name, in x509_get_other_name() argument
1705 unsigned char *p = subject_alt_name->p; in x509_get_other_name()
1706 const unsigned char *end = p + subject_alt_name->len; in x509_get_other_name()
1709 if( ( subject_alt_name->tag & in x509_get_other_name()
1835 *subject_alt_name, in x509_info_subject_alt_name() argument
1841 const mbedtls_x509_sequence *cur = subject_alt_name; in x509_info_subject_alt_name()
/third_party/openssl/crypto/objects/
Dobj_mac.num86 subject_alt_name 85
/third_party/mbedtls/
DChangeLog1549 * Set the next sequence of the subject_alt_name to NULL when deleting