Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/security/
Djwt_verifier_test.cc209 grpc_json* json = grpc_json_parse_string_with_len( in test_claims_success()
228 grpc_json* json = grpc_json_parse_string_with_len( in test_expired_claims_failure()
253 grpc_json* json = grpc_json_parse_string_with_len( in test_invalid_claims_failure()
262 grpc_json* json = grpc_json_parse_string_with_len( in test_bad_audience_claims_failure()
276 grpc_json* json = grpc_json_parse_string_with_len( in test_bad_subject_claims_failure()
/external/grpc-grpc/test/core/json/
Dfuzzer.cc39 if ((x = grpc_json_parse_string_with_len(s, size))) { in LLVMFuzzerTestOneInput()
/external/grpc-grpc/src/core/lib/json/
Djson.h59 grpc_json* grpc_json_parse_string_with_len(char* input, size_t size);
Djson_string.cc283 grpc_json* grpc_json_parse_string_with_len(char* input, size_t size) { in grpc_json_parse_string_with_len() function
311 return grpc_json_parse_string_with_len(input, UNBOUND_JSON_STRING_LENGTH); in grpc_json_parse_string()
/external/grpc-grpc/src/core/lib/security/credentials/google_default/
Dgoogle_default_credentials.cc133 json = grpc_json_parse_string_with_len( in create_default_creds_from_path()
/external/grpc-grpc/src/core/lib/security/credentials/jwt/
Djwt_verifier.cc89 json = grpc_json_parse_string_with_len( in parse_json_part_from_jwt()
416 json = grpc_json_parse_string_with_len(response->body, response->body_length); in json_from_http()