Searched refs:grpc_ssl_peer_to_auth_context (Results 1 – 8 of 8) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/test/core/security/ |
D | security_connector_test.cc | 120 grpc_ssl_peer_to_auth_context(&peer, GRPC_SSL_TRANSPORT_SECURITY_TYPE); in test_unauthenticated_ssl_peer() 278 grpc_ssl_peer_to_auth_context(&peer, GRPC_SSL_TRANSPORT_SECURITY_TYPE); in test_cn_only_ssl_peer_to_auth_context() 324 grpc_ssl_peer_to_auth_context(&peer, GRPC_SSL_TRANSPORT_SECURITY_TYPE); in test_cn_and_one_san_ssl_peer_to_auth_context() 374 grpc_ssl_peer_to_auth_context(&peer, GRPC_SSL_TRANSPORT_SECURITY_TYPE); in test_cn_and_multiple_sans_ssl_peer_to_auth_context() 429 grpc_ssl_peer_to_auth_context(&peer, GRPC_SSL_TRANSPORT_SECURITY_TYPE); in test_cn_and_multiple_sans_and_others_ssl_peer_to_auth_context() 469 grpc_ssl_peer_to_auth_context(&invalid_peer, in test_spiffe_id_peer_to_auth_context() 483 grpc_ssl_peer_to_auth_context(&valid_peer, in test_spiffe_id_peer_to_auth_context() 501 grpc_ssl_peer_to_auth_context(&multiple_peer, in test_spiffe_id_peer_to_auth_context() 520 grpc_ssl_peer_to_auth_context(&multiple_uri_peer, in test_spiffe_id_peer_to_auth_context()
|
/external/grpc-grpc/test/core/security/ |
D | security_connector_test.cc | 90 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/rust/crates/grpcio-sys/grpc/src/core/lib/security/security_connector/ |
D | ssl_utils.h | 104 grpc_core::RefCountedPtr<grpc_auth_context> grpc_ssl_peer_to_auth_context(
|
D | ssl_utils.cc | 259 grpc_core::RefCountedPtr<grpc_auth_context> grpc_ssl_peer_to_auth_context( in grpc_ssl_peer_to_auth_context() function
|
/external/grpc-grpc/src/core/lib/security/security_connector/ |
D | security_connector.h | 243 grpc_auth_context* grpc_ssl_peer_to_auth_context(const tsi_peer* peer);
|
D | security_connector.cc | 819 grpc_auth_context* grpc_ssl_peer_to_auth_context(const tsi_peer* peer) { function 884 *auth_context = grpc_ssl_peer_to_auth_context(peer);
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/security_connector/tls/ |
D | tls_security_connector.cc | 201 grpc_ssl_peer_to_auth_context(&peer, GRPC_TLS_TRANSPORT_SECURITY_TYPE); in check_peer() 564 grpc_ssl_peer_to_auth_context(&peer, GRPC_TLS_TRANSPORT_SECURITY_TYPE); in check_peer()
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/security_connector/ssl/ |
D | ssl_security_connector.cc | 62 grpc_ssl_peer_to_auth_context(peer, GRPC_SSL_TRANSPORT_SECURITY_TYPE); in ssl_check_peer()
|