Home
last modified time | relevance | path

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

/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()