Searched refs:json_key_string (Results 1 – 2 of 2) sorted by relevance
/external/grpc-grpc/test/core/security/ |
D | credentials_test.cc | 769 char* json_key_string = test_json_key_str(); in test_jwt_creds_lifetime() local 774 json_key_string, grpc_max_auth_token_lifetime(), nullptr); in test_jwt_creds_lifetime() 783 json_key_string, token_lifetime, nullptr); in test_jwt_creds_lifetime() 792 json_key_string, token_lifetime, nullptr); in test_jwt_creds_lifetime() 797 gpr_free(json_key_string); in test_jwt_creds_lifetime() 801 char* json_key_string = test_json_key_str(); in test_jwt_creds_success() local 810 json_key_string, grpc_max_auth_token_lifetime(), nullptr); in test_jwt_creds_success() 837 gpr_free(json_key_string); in test_jwt_creds_success() 843 char* json_key_string = test_json_key_str(); in test_jwt_creds_signing_failure() local 852 json_key_string, grpc_max_auth_token_lifetime(), nullptr); in test_jwt_creds_signing_failure() [all …]
|
/external/rust/crates/grpcio-sys/grpc/test/core/security/ |
D | credentials_test.cc | 1322 char* json_key_string = test_json_key_str(); in test_jwt_creds_lifetime() local 1328 json_key_string, grpc_max_auth_token_lifetime(), nullptr); in test_jwt_creds_lifetime() 1342 json_key_string, token_lifetime, nullptr); in test_jwt_creds_lifetime() 1354 json_key_string, token_lifetime, nullptr); in test_jwt_creds_lifetime() 1362 gpr_free(json_key_string); in test_jwt_creds_lifetime() 1369 char* json_key_string = test_json_key_str(); in test_jwt_creds_success() local 1377 json_key_string, grpc_max_auth_token_lifetime(), nullptr); in test_jwt_creds_success() 1407 gpr_free(json_key_string); in test_jwt_creds_success() 1414 char* json_key_string = test_json_key_str(); in test_jwt_creds_signing_failure() local 1423 json_key_string, grpc_max_auth_token_lifetime(), nullptr); in test_jwt_creds_signing_failure() [all …]
|