Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/tsi/
Dssl_transport_security.cc339 tsi_peer* peer, GENERAL_NAMES* subject_alt_names, in add_subject_alt_names_properties_to_peer() argument
349 sk_GENERAL_NAME_value(subject_alt_names, TSI_SIZE_AS_SIZE(i)); in add_subject_alt_names_properties_to_peer()
399 GENERAL_NAMES* subject_alt_names = static_cast<GENERAL_NAMES*>( in peer_from_x509() local
402 (subject_alt_names != nullptr) in peer_from_x509()
403 ? static_cast<int>(sk_GENERAL_NAME_num(subject_alt_names)) in peer_from_x509()
430 peer, subject_alt_names, static_cast<size_t>(subject_alt_name_count)); in peer_from_x509()
435 if (subject_alt_names != nullptr) { in peer_from_x509()
436 sk_GENERAL_NAME_pop_free(subject_alt_names, GENERAL_NAME_free); in peer_from_x509()