Searched refs:grpc_auth_json_key_create_from_string (Results 1 – 6 of 6) sorted by relevance
100 grpc_auth_json_key_create_from_string(json_string); in test_parse_json_key_success()130 grpc_auth_json_key_create_from_string(json_string); in test_parse_json_key_failure_bad_json()146 grpc_auth_json_key_create_from_string(json_string); in test_parse_json_key_failure_no_type()161 grpc_auth_json_key_create_from_string(json_string); in test_parse_json_key_failure_no_client_id()175 grpc_auth_json_key_create_from_string(json_string); in test_parse_json_key_failure_no_client_email()190 grpc_auth_json_key_create_from_string(json_string); in test_parse_json_key_failure_no_private_key_id()205 grpc_auth_json_key_create_from_string(no_private_key_json_string); in test_parse_json_key_failure_no_private_key()335 grpc_auth_json_key_create_from_string(json_string); in test_jwt_encode_and_sign()
375 grpc_auth_json_key key = grpc_auth_json_key_create_from_string(key_str); in test_jwt_verifier_google_email_issuer_success()408 grpc_auth_json_key key = grpc_auth_json_key_create_from_string(key_str); in test_jwt_verifier_custom_email_issuer_success()455 grpc_auth_json_key key = grpc_auth_json_key_create_from_string(key_str); in test_jwt_verifier_url_issuer_success()494 grpc_auth_json_key key = grpc_auth_json_key_create_from_string(key_str); in test_jwt_verifier_url_issuer_bad_config()517 grpc_auth_json_key key = grpc_auth_json_key_create_from_string(key_str); in test_jwt_verifier_bad_json_key()568 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()
47 grpc_auth_json_key grpc_auth_json_key_create_from_string(
173 grpc_auth_json_key_create_from_string(json_key), token_lifetime) in grpc_service_account_jwt_access_credentials_create()
125 grpc_auth_json_key grpc_auth_json_key_create_from_string( in grpc_auth_json_key_create_from_string() function