Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/security/
Dsecurity_connector_test.cc95 rpeer = grpc_shallow_peer_from_ssl_auth_context(ctx); in test_unauthenticated_ssl_peer()
198 rpeer = grpc_shallow_peer_from_ssl_auth_context(ctx); in test_cn_only_ssl_peer_to_auth_context()
235 rpeer = grpc_shallow_peer_from_ssl_auth_context(ctx); in test_cn_and_one_san_ssl_peer_to_auth_context()
276 rpeer = grpc_shallow_peer_from_ssl_auth_context(ctx); in test_cn_and_multiple_sans_ssl_peer_to_auth_context()
322 rpeer = grpc_shallow_peer_from_ssl_auth_context(ctx); in test_cn_and_multiple_sans_and_others_ssl_peer_to_auth_context()
/external/grpc-grpc/src/core/lib/security/security_connector/
Dsecurity_connector.h244 tsi_peer grpc_shallow_peer_from_ssl_auth_context(
Dsecurity_connector.cc965 tsi_peer grpc_shallow_peer_from_ssl_auth_context( function
1008 tsi_peer peer = grpc_shallow_peer_from_ssl_auth_context(auth_context);