Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/tsi/alts/handshaker/
Dalts_handshaker_service_api.cc504 resp->out_frames.funcs.decode = decode_string_or_bytes_cb; in grpc_gcp_handshaker_resp_decode()
505 resp->status.details.funcs.decode = decode_string_or_bytes_cb; in grpc_gcp_handshaker_resp_decode()
506 resp->result.application_protocol.funcs.decode = decode_string_or_bytes_cb; in grpc_gcp_handshaker_resp_decode()
507 resp->result.record_protocol.funcs.decode = decode_string_or_bytes_cb; in grpc_gcp_handshaker_resp_decode()
508 resp->result.key_data.funcs.decode = decode_string_or_bytes_cb; in grpc_gcp_handshaker_resp_decode()
509 resp->result.peer_identity.hostname.funcs.decode = decode_string_or_bytes_cb; in grpc_gcp_handshaker_resp_decode()
511 decode_string_or_bytes_cb; in grpc_gcp_handshaker_resp_decode()
512 resp->result.local_identity.hostname.funcs.decode = decode_string_or_bytes_cb; in grpc_gcp_handshaker_resp_decode()
514 decode_string_or_bytes_cb; in grpc_gcp_handshaker_resp_decode()
Dalts_handshaker_service_api_util.cc112 bool decode_string_or_bytes_cb(pb_istream_t* stream, const pb_field_t* field, in decode_string_or_bytes_cb() function
128 identity->hostname.funcs.decode = decode_string_or_bytes_cb; in decode_repeated_identity_cb()
129 identity->service_account.funcs.decode = decode_string_or_bytes_cb; in decode_repeated_identity_cb()
Dalts_handshaker_service_api_util.h136 bool decode_string_or_bytes_cb(pb_istream_t* stream, const pb_field_t* field,
/external/grpc-grpc/test/core/tsi/alts/handshaker/
Dalts_handshaker_service_api_test_lib.cc37 decode_string_or_bytes_cb; in grpc_gcp_handshaker_decoded_req_create()
39 decode_string_or_bytes_cb; in grpc_gcp_handshaker_decoded_req_create()
41 decode_string_or_bytes_cb; in grpc_gcp_handshaker_decoded_req_create()
43 decode_string_or_bytes_cb; in grpc_gcp_handshaker_decoded_req_create()
44 req->client_start.target_name.funcs.decode = decode_string_or_bytes_cb; in grpc_gcp_handshaker_decoded_req_create()
56 req->server_start.in_bytes.funcs.decode = decode_string_or_bytes_cb; in grpc_gcp_handshaker_decoded_req_create()
58 decode_string_or_bytes_cb; in grpc_gcp_handshaker_decoded_req_create()
60 decode_string_or_bytes_cb; in grpc_gcp_handshaker_decoded_req_create()
312 req->next.in_bytes.funcs.decode = decode_string_or_bytes_cb; in grpc_gcp_handshaker_req_decode()