Home
last modified time | relevance | path

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

/third_party/grpc/src/core/tsi/
Dssl_transport_security.cc348 size_t subject_alt_name_count, int* current_insert_index) { in add_subject_alt_names_properties_to_peer() argument
352 for (i = 0; i < subject_alt_name_count; i++) { in add_subject_alt_names_properties_to_peer()
428 int subject_alt_name_count = in peer_from_x509() local
434 GPR_ASSERT(subject_alt_name_count >= 0); in peer_from_x509()
437 static_cast<size_t>(subject_alt_name_count); in peer_from_x509()
438 for (int i = 0; i < subject_alt_name_count; i++) { in peer_from_x509()
463 if (subject_alt_name_count != 0) { in peer_from_x509()
465 peer, subject_alt_names, static_cast<size_t>(subject_alt_name_count), in peer_from_x509()