Home
last modified time | relevance | path

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/
Dsecurity_connector_test.cc120 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/
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/rust/crates/grpcio-sys/grpc/src/core/lib/security/security_connector/
Dssl_utils.h104 grpc_core::RefCountedPtr<grpc_auth_context> grpc_ssl_peer_to_auth_context(
Dssl_utils.cc259 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/
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);
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/security_connector/tls/
Dtls_security_connector.cc201 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/
Dssl_security_connector.cc62 grpc_ssl_peer_to_auth_context(peer, GRPC_SSL_TRANSPORT_SECURITY_TYPE); in ssl_check_peer()