Home
last modified time | relevance | path

Searched refs:GRPC_PRIVACY_AND_INTEGRITY (Results 1 – 11 of 11) sorted by relevance

/third_party/grpc/include/grpc/
Dgrpc_security_constants.h118 GRPC_PRIVACY_AND_INTEGRITY, enumerator
119 GRPC_SECURITY_MAX = GRPC_PRIVACY_AND_INTEGRITY,
/third_party/grpc/test/core/security/
Dsecurity_connector_test.cc88 GPR_ASSERT(grpc_check_security_level(GRPC_PRIVACY_AND_INTEGRITY, in test_check_security_level()
89 GRPC_PRIVACY_AND_INTEGRITY) == true); in test_check_security_level()
90 GPR_ASSERT(grpc_check_security_level(GRPC_PRIVACY_AND_INTEGRITY, in test_check_security_level()
92 GPR_ASSERT(grpc_check_security_level(GRPC_PRIVACY_AND_INTEGRITY, in test_check_security_level()
95 GRPC_PRIVACY_AND_INTEGRITY) == false); in test_check_security_level()
101 GRPC_PRIVACY_AND_INTEGRITY) == false); in test_check_security_level()
Dcredentials_test.cc413 GPR_ASSERT(creds->min_security_level() == GRPC_PRIVACY_AND_INTEGRITY); in test_google_iam_creds()
431 GPR_ASSERT(creds->min_security_level() == GRPC_PRIVACY_AND_INTEGRITY); in test_access_token_creds()
498 GRPC_PRIVACY_AND_INTEGRITY); in test_oauth2_google_iam_composite_creds()
629 GPR_ASSERT(creds->min_security_level() == GRPC_PRIVACY_AND_INTEGRITY); in test_compute_engine_creds_success()
730 GPR_ASSERT(creds->min_security_level() == GRPC_PRIVACY_AND_INTEGRITY); in test_refresh_token_creds_success()
987 GPR_ASSERT(creds->min_security_level() == GRPC_PRIVACY_AND_INTEGRITY); in test_sts_creds_success()
1032 GPR_ASSERT(creds->min_security_level() == GRPC_PRIVACY_AND_INTEGRITY); in test_sts_creds_token_file_not_found()
1073 GPR_ASSERT(creds->min_security_level() == GRPC_PRIVACY_AND_INTEGRITY); in test_sts_creds_no_actor_token_success()
1232 GPR_ASSERT(jwt_creds->min_security_level() == GRPC_PRIVACY_AND_INTEGRITY); in test_jwt_creds_lifetime()
1617 plugin, GRPC_PRIVACY_AND_INTEGRITY, nullptr); in test_metadata_plugin_success()
[all …]
/third_party/grpc/src/core/lib/security/credentials/
Dcredentials.h177 grpc_security_level min_security_level = GRPC_PRIVACY_AND_INTEGRITY)
/third_party/grpc/src/core/lib/security/security_connector/
Dssl_utils.cc98 return GRPC_PRIVACY_AND_INTEGRITY; in grpc_tsi_security_level_string_to_enum()
104 if (security_level == GRPC_PRIVACY_AND_INTEGRITY) { in grpc_security_level_to_string()
/third_party/grpc/src/php/ext/grpc/
Dcall_credentials.c137 grpc_metadata_credentials_create_from_plugin(plugin, GRPC_PRIVACY_AND_INTEGRITY, NULL); in PHP_METHOD()
/third_party/grpc/src/ruby/ext/grpc/
Drb_call_credentials.c280 plugin, GRPC_PRIVACY_AND_INTEGRITY, NULL); in grpc_rb_call_credentials_init()
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dgrpc.pxi451 GRPC_PRIVACY_AND_INTEGRITY
452 GRPC_SECURITY_MAX = GRPC_PRIVACY_AND_INTEGRITY
Dcredentials.pyx.pxi80 …n grpc_metadata_credentials_create_from_plugin(c_metadata_plugin, GRPC_PRIVACY_AND_INTEGRITY, NULL)
/third_party/grpc/src/cpp/client/
Dsecure_credentials.cc405 c_plugin, GRPC_PRIVACY_AND_INTEGRITY, nullptr)); in MetadataCredentialsFromPlugin()
/third_party/grpc/src/csharp/ext/
Dgrpc_csharp_ext.c1177 plugin, GRPC_PRIVACY_AND_INTEGRITY, NULL); in grpcsharp_metadata_credentials_create_from_plugin()