Home
last modified time | relevance | path

Searched refs:grpc_auth_json_key_create_from_string (Results 1 – 6 of 6) sorted by relevance

/third_party/grpc/test/core/security/
Djson_token_test.cc100 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()
Djwt_verifier_test.cc375 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()
Dcreate_jwt.cc38 key = grpc_auth_json_key_create_from_string( in create_jwt()
/third_party/grpc/src/core/lib/security/credentials/jwt/
Djson_token.h47 grpc_auth_json_key grpc_auth_json_key_create_from_string(
Djwt_credentials.cc173 grpc_auth_json_key_create_from_string(json_key), token_lifetime) in grpc_service_account_jwt_access_credentials_create()
Djson_token.cc125 grpc_auth_json_key grpc_auth_json_key_create_from_string( in grpc_auth_json_key_create_from_string() function