Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/security/
Dsecurity_connector_test.cc90 ctx = grpc_ssl_peer_to_auth_context(&peer); in test_unauthenticated_ssl_peer()
190 ctx = grpc_ssl_peer_to_auth_context(&peer); in test_cn_only_ssl_peer_to_auth_context()
226 ctx = grpc_ssl_peer_to_auth_context(&peer); in test_cn_and_one_san_ssl_peer_to_auth_context()
267 ctx = grpc_ssl_peer_to_auth_context(&peer); in test_cn_and_multiple_sans_ssl_peer_to_auth_context()
313 ctx = grpc_ssl_peer_to_auth_context(&peer); in test_cn_and_multiple_sans_and_others_ssl_peer_to_auth_context()
/external/grpc-grpc/src/core/lib/security/security_connector/
Dsecurity_connector.h243 grpc_auth_context* grpc_ssl_peer_to_auth_context(const tsi_peer* peer);
Dsecurity_connector.cc819 grpc_auth_context* grpc_ssl_peer_to_auth_context(const tsi_peer* peer) { function
884 *auth_context = grpc_ssl_peer_to_auth_context(peer);