Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/tsi/alts/handshaker/
Dalts_handshaker_service_api_test_lib.cc81 resp->result.application_protocol.funcs.encode = encode_string_or_bytes_cb; in grpc_gcp_handshaker_resp_set_application_protocol()
96 resp->result.record_protocol.funcs.encode = encode_string_or_bytes_cb; in grpc_gcp_handshaker_resp_set_record_protocol()
110 resp->result.key_data.funcs.encode = encode_string_or_bytes_cb; in grpc_gcp_handshaker_resp_set_key_data()
118 identity->hostname.funcs.encode = encode_string_or_bytes_cb; in set_identity_hostname()
125 identity->service_account.funcs.encode = encode_string_or_bytes_cb; in set_identity_service_account()
222 resp->status.details.funcs.encode = encode_string_or_bytes_cb; in grpc_gcp_handshaker_resp_set_details()
237 resp->out_frames.funcs.encode = encode_string_or_bytes_cb; in grpc_gcp_handshaker_resp_set_out_frames()
/external/grpc-grpc/src/core/tsi/alts/handshaker/
Dalts_handshaker_service_api.cc127 req->client_start.target_name.funcs.encode = encode_string_or_bytes_cb; in grpc_gcp_handshaker_req_set_target_name()
177 identity->hostname.funcs.encode = encode_string_or_bytes_cb; in set_identity_hostname()
184 identity->service_account.funcs.encode = encode_string_or_bytes_cb; in set_identity_service_account()
256 endpoint->ip_address.funcs.encode = encode_string_or_bytes_cb; in set_endpoint()
343 req->next.in_bytes.funcs.encode = &encode_string_or_bytes_cb; in grpc_gcp_handshaker_req_set_in_bytes()
346 req->server_start.in_bytes.funcs.encode = &encode_string_or_bytes_cb; in grpc_gcp_handshaker_req_set_in_bytes()
Dalts_handshaker_service_api_util.h119 bool encode_string_or_bytes_cb(pb_ostream_t* stream, const pb_field_t* field,
Dalts_handshaker_service_api_util.cc77 bool encode_string_or_bytes_cb(pb_ostream_t* stream, const pb_field_t* field, in encode_string_or_bytes_cb() function