Searched refs:grpc_auth_json_key_create_from_string (Results 1 – 6 of 6) sorted by relevance
98 grpc_auth_json_key_create_from_string(json_string); in test_parse_json_key_success()128 grpc_auth_json_key_create_from_string(json_string); in test_parse_json_key_failure_bad_json()144 grpc_auth_json_key_create_from_string(json_string); in test_parse_json_key_failure_no_type()159 grpc_auth_json_key_create_from_string(json_string); in test_parse_json_key_failure_no_client_id()173 grpc_auth_json_key_create_from_string(json_string); in test_parse_json_key_failure_no_client_email()188 grpc_auth_json_key_create_from_string(json_string); in test_parse_json_key_failure_no_private_key_id()203 grpc_auth_json_key_create_from_string(no_private_key_json_string); in test_parse_json_key_failure_no_private_key()382 grpc_auth_json_key_create_from_string(json_string); in test_jwt_encode_and_sign()
357 grpc_auth_json_key key = grpc_auth_json_key_create_from_string(key_str); in test_jwt_verifier_google_email_issuer_success()390 grpc_auth_json_key key = grpc_auth_json_key_create_from_string(key_str); in test_jwt_verifier_custom_email_issuer_success()437 grpc_auth_json_key key = grpc_auth_json_key_create_from_string(key_str); in test_jwt_verifier_url_issuer_success()476 grpc_auth_json_key key = grpc_auth_json_key_create_from_string(key_str); in test_jwt_verifier_url_issuer_bad_config()499 grpc_auth_json_key key = grpc_auth_json_key_create_from_string(key_str); in test_jwt_verifier_bad_json_key()550 grpc_auth_json_key key = grpc_auth_json_key_create_from_string(key_str); in test_jwt_verifier_bad_signature()
38 key = grpc_auth_json_key_create_from_string( in create_jwt()
50 grpc_auth_json_key grpc_auth_json_key_create_from_string(
187 grpc_auth_json_key_create_from_string(json_key), token_lifetime); in grpc_service_account_jwt_access_credentials_create()
119 grpc_auth_json_key grpc_auth_json_key_create_from_string( in grpc_auth_json_key_create_from_string() function