Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/test/core/security/
Dsecurity_connector_test.cc116 TSI_SECURITY_LEVEL_PEER_PROPERTY, in test_unauthenticated_ssl_peer()
271 TSI_SECURITY_LEVEL_PEER_PROPERTY, in test_cn_only_ssl_peer_to_auth_context()
317 TSI_SECURITY_LEVEL_PEER_PROPERTY, in test_cn_and_one_san_ssl_peer_to_auth_context()
362 TSI_SECURITY_LEVEL_PEER_PROPERTY, in test_cn_and_multiple_sans_ssl_peer_to_auth_context()
417 TSI_SECURITY_LEVEL_PEER_PROPERTY, in test_cn_and_multiple_sans_and_others_ssl_peer_to_auth_context()
Dalts_security_connector_test.cc172 TSI_SECURITY_LEVEL_PEER_PROPERTY, in test_alts_peer_to_auth_context_success()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/security_connector/local/
Dlocal_security_connector.cc62 GPR_ASSERT(strcmp(prop->name, TSI_SECURITY_LEVEL_PEER_PROPERTY) == 0); in local_auth_context_create()
126 TSI_SECURITY_LEVEL_PEER_PROPERTY, security_level, in local_check_peer()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/security_connector/alts/
Dalts_security_connector.cc198 tsi_peer_get_property_by_name(peer, TSI_SECURITY_LEVEL_PEER_PROPERTY); in grpc_alts_auth_context_from_tsi_peer()
258 if (strcmp(tsi_prop->name, TSI_SECURITY_LEVEL_PEER_PROPERTY) == 0) { in grpc_alts_auth_context_from_tsi_peer()
/external/rust/crates/grpcio-sys/grpc/src/core/tsi/
Dtransport_security_interface.h204 #define TSI_SECURITY_LEVEL_PEER_PROPERTY "security_level" macro
Dfake_transport_security.cc502 TSI_SECURITY_LEVEL_PEER_PROPERTY, in fake_handshaker_result_extract_peer()
Dssl_transport_security.cc1280 TSI_SECURITY_LEVEL_PEER_PROPERTY, in ssl_handshaker_result_extract_peer()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/security_connector/
Dssl_utils.cc302 } else if (strcmp(prop->name, TSI_SECURITY_LEVEL_PEER_PROPERTY) == 0) { in grpc_ssl_peer_to_auth_context()
372 TSI_SECURITY_LEVEL_PEER_PROPERTY); in grpc_shallow_peer_from_ssl_auth_context()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/security_connector/fake/
Dfake_security_connector.cc241 strcmp(prop_name, TSI_SECURITY_LEVEL_PEER_PROPERTY) != 0) { in fake_check_peer()
/external/rust/crates/grpcio-sys/grpc/src/core/tsi/alts/handshaker/
Dalts_tsi_handshaker.cc143 TSI_SECURITY_LEVEL_PEER_PROPERTY, in handshaker_result_extract_peer()