Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/tsi/alts/handshaker/
Dalts_handshaker_service_api.cc199 encode_repeated_identity_cb; in grpc_gcp_handshaker_req_add_target_identity_hostname()
218 encode_repeated_identity_cb; in grpc_gcp_handshaker_req_add_target_identity_service_account()
409 param->local_identities.funcs.encode = &encode_repeated_identity_cb; in grpc_gcp_handshaker_req_param_add_local_identity_hostname()
431 param->local_identities.funcs.encode = &encode_repeated_identity_cb; in grpc_gcp_handshaker_req_param_add_local_identity_service_account()
Dalts_handshaker_service_api_util.h126 bool encode_repeated_identity_cb(pb_ostream_t* stream, const pb_field_t* field,
Dalts_handshaker_service_api_util.cc85 bool encode_repeated_identity_cb(pb_ostream_t* stream, const pb_field_t* field, in encode_repeated_identity_cb() function