Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/security/
Djson_token_test.cc98 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()
Djwt_verifier_test.cc357 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()
Dcreate_jwt.cc38 key = grpc_auth_json_key_create_from_string( in create_jwt()
/external/grpc-grpc/src/core/lib/security/credentials/jwt/
Djson_token.h50 grpc_auth_json_key grpc_auth_json_key_create_from_string(
Djwt_credentials.cc187 grpc_auth_json_key_create_from_string(json_key), token_lifetime); in grpc_service_account_jwt_access_credentials_create()
Djson_token.cc119 grpc_auth_json_key grpc_auth_json_key_create_from_string( in grpc_auth_json_key_create_from_string() function