Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/security/credentials/jwt/
Djwt_credentials.cc146 char* json_copy = gpr_strdup(json_key); in redact_private_key() local
147 grpc_json* json = grpc_json_parse_string(json_copy); in redact_private_key()
149 gpr_free(json_copy); in redact_private_key()
163 gpr_free(json_copy); in redact_private_key()