Searched refs:TSI_X509_URI_PEER_PROPERTY (Results 1 – 5 of 5) sorted by relevance
/third_party/grpc/test/core/security/ |
D | security_connector_test.cc | 465 TSI_X509_URI_PEER_PROPERTY, invalid_spiffe_id[i].c_str(), in test_spiffe_id_peer_to_auth_context() 480 TSI_X509_URI_PEER_PROPERTY, valid_spiffe_id.c_str(), in test_spiffe_id_peer_to_auth_context() 497 TSI_X509_URI_PEER_PROPERTY, multiple_spiffe_id[i].c_str(), in test_spiffe_id_peer_to_auth_context() 516 TSI_X509_URI_PEER_PROPERTY, multiple_uri[i].c_str(), in test_spiffe_id_peer_to_auth_context()
|
/third_party/grpc/src/core/tsi/ |
D | ssl_transport_security.h | 47 #define TSI_X509_URI_PEER_PROPERTY "x509_uri" macro
|
D | ssl_transport_security.cc | 383 TSI_X509_URI_PEER_PROPERTY, reinterpret_cast<const char*>(name), in add_subject_alt_names_properties_to_peer()
|
/third_party/grpc/src/core/lib/security/security_connector/ |
D | ssl_utils.cc | 306 } else if (strcmp(prop->name, TSI_X509_URI_PEER_PROPERTY) == 0) { in grpc_ssl_peer_to_auth_context() 379 TSI_X509_URI_PEER_PROPERTY); in grpc_shallow_peer_from_ssl_auth_context()
|
/third_party/grpc/test/core/tsi/ |
D | ssl_transport_security_test.cc | 273 if (strcmp(prop->name, TSI_X509_URI_PEER_PROPERTY) == 0) { in check_uri()
|