Home
last modified time | relevance | path

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

/third_party/grpc/test/core/security/
Dsecurity_connector_test.cc465 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/
Dssl_transport_security.h47 #define TSI_X509_URI_PEER_PROPERTY "x509_uri" macro
Dssl_transport_security.cc383 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/
Dssl_utils.cc306 } 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/
Dssl_transport_security_test.cc273 if (strcmp(prop->name, TSI_X509_URI_PEER_PROPERTY) == 0) { in check_uri()