Home
last modified time | relevance | path

Searched refs:GRPC_SECURITY_OK (Results 1 – 12 of 12) sorted by relevance

/external/grpc-grpc/src/core/lib/security/security_connector/
Dlocal_security_connector.cc122 return GRPC_SECURITY_OK; in local_auth_context_create()
135 grpc_error* error = status == GRPC_SECURITY_OK in local_check_peer()
214 return GRPC_SECURITY_OK; in grpc_local_channel_security_connector_create()
244 return GRPC_SECURITY_OK; in grpc_local_server_security_connector_create()
Dalts_security_connector.cc172 return GRPC_SECURITY_OK; in grpc_alts_auth_context_from_tsi_peer()
186 status == GRPC_SECURITY_OK in alts_check_peer()
265 return GRPC_SECURITY_OK; in grpc_alts_channel_security_connector_create()
287 return GRPC_SECURITY_OK; in grpc_alts_server_security_connector_create()
Dsecurity_connector.cc1009 if (grpc_ssl_host_matches_name(&peer, host)) status = GRPC_SECURITY_OK;
1015 status = GRPC_SECURITY_OK;
1017 if (status != GRPC_SECURITY_OK) {
1106 return GRPC_SECURITY_OK;
1132 grpc_security_status retval = GRPC_SECURITY_OK;
1166 if (retval == GRPC_SECURITY_OK) {
Dsecurity_connector.h38 typedef enum { GRPC_SECURITY_OK = 0, GRPC_SECURITY_ERROR } grpc_security_status; enumerator
/external/grpc-grpc/src/core/lib/security/credentials/fake/
Dfake_credentials.cc41 return GRPC_SECURITY_OK; in fake_transport_security_create_security_connector()
48 return GRPC_SECURITY_OK; in fake_transport_security_server_create_security_connector()
/external/grpc-grpc/src/core/lib/http/
Dhttpcli_security_connector.cc141 return GRPC_SECURITY_OK; in httpcli_ssl_channel_security_connector_create()
188 pem_root_certs, root_store, host, &sc) == GRPC_SECURITY_OK); in ssl_handshake()
/external/grpc-grpc/src/core/ext/transport/chttp2/server/secure/
Dserver_secure_chttp2.cc58 if (status != GRPC_SECURITY_OK) { in grpc_server_add_secure_http2_port()
/external/grpc-grpc/src/core/lib/security/credentials/ssl/
Dssl_credentials.cc62 grpc_security_status status = GRPC_SECURITY_OK; in ssl_create_security_connector()
80 if (status != GRPC_SECURITY_OK) { in ssl_create_security_connector()
/external/grpc-grpc/test/core/security/
Dssl_server_fuzzer.cc88 GPR_ASSERT(status == GRPC_SECURITY_OK); in LLVMFuzzerTestOneInput()
Dalts_security_connector_test.cc148 GRPC_SECURITY_OK); in test_alts_peer_to_auth_context_success()
Dcredentials_test.cc426 return GRPC_SECURITY_OK; in check_channel_oauth2_create_security_connector()
445 GRPC_SECURITY_OK); in test_channel_oauth2_composite_creds()
499 return GRPC_SECURITY_OK; in check_channel_oauth2_google_iam_create_security_connector()
528 &new_args) == GRPC_SECURITY_OK); in test_channel_oauth2_google_iam_composite_creds()
/external/grpc-grpc/src/core/ext/transport/chttp2/client/secure/
Dsecure_channel_create.cc120 if (security_status != GRPC_SECURITY_OK) { in get_secure_naming_subchannel_args()