Home
last modified time | relevance | path

Searched refs:test_json_key_str (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/test/core/security/
Djson_token_test.cc82 static char* test_json_key_str(const char* bad_part3) { in test_json_key_str() function
98 char* json_string = test_json_key_str(nullptr); in test_parse_json_key_success()
128 char* json_string = test_json_key_str(non_closing_part3); in test_parse_json_key_failure_bad_json()
144 char* json_string = test_json_key_str(no_type_part3); in test_parse_json_key_failure_no_type()
159 char* json_string = test_json_key_str(no_client_id_part3); in test_parse_json_key_failure_no_client_id()
173 char* json_string = test_json_key_str(no_client_email_part3); in test_parse_json_key_failure_no_client_email()
188 char* json_string = test_json_key_str(no_private_key_id_part3); in test_parse_json_key_failure_no_private_key_id()
333 char* json_string = test_json_key_str(nullptr); in test_jwt_encode_and_sign()
Dcredentials_test.cc245 static char* test_json_key_str(void) { in test_json_key_str() function
1322 char* json_key_string = test_json_key_str(); in test_jwt_creds_lifetime()
1369 char* json_key_string = test_json_key_str(); in test_jwt_creds_success()
1414 char* json_key_string = test_json_key_str(); in test_jwt_creds_signing_failure()
1458 char* json_key = test_json_key_str(); in test_google_default_creds_auth_key()
/external/grpc-grpc/test/core/security/
Djson_token_test.cc80 static char* test_json_key_str(const char* bad_part3) { in test_json_key_str() function
96 char* json_string = test_json_key_str(nullptr); in test_parse_json_key_success()
126 char* json_string = test_json_key_str(non_closing_part3); in test_parse_json_key_failure_bad_json()
142 char* json_string = test_json_key_str(no_type_part3); in test_parse_json_key_failure_no_type()
157 char* json_string = test_json_key_str(no_client_id_part3); in test_parse_json_key_failure_no_client_id()
171 char* json_string = test_json_key_str(no_client_email_part3); in test_parse_json_key_failure_no_client_email()
186 char* json_string = test_json_key_str(no_private_key_id_part3); in test_parse_json_key_failure_no_private_key_id()
377 char* json_string = test_json_key_str(nullptr); in test_jwt_encode_and_sign()
Dcredentials_test.cc133 static char* test_json_key_str(void) { in test_json_key_str() function
769 char* json_key_string = test_json_key_str(); in test_jwt_creds_lifetime()
801 char* json_key_string = test_json_key_str(); in test_jwt_creds_success()
843 char* json_key_string = test_json_key_str(); in test_jwt_creds_signing_failure()
880 char* json_key = test_json_key_str(); in test_google_default_creds_auth_key()