Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/tsi/alts/zero_copy_frame_protector/
Dalts_grpc_record_protocol_test.cc279 tsi_result status = alts_grpc_record_protocol_protect( in random_seal_unseal()
303 tsi_result status = alts_grpc_record_protocol_protect( in empty_seal_unseal()
325 status = alts_grpc_record_protocol_protect(sender, &var->original_sb, in unsync_seal_unseal()
330 status = alts_grpc_record_protocol_protect(sender, &var->duplicate_sb, in unsync_seal_unseal()
348 status = alts_grpc_record_protocol_protect(sender, &var->original_sb, in corrupted_data()
366 status = alts_grpc_record_protocol_protect(rp, nullptr, &var->protected_sb); in input_check()
368 status = alts_grpc_record_protocol_protect(rp, &var->original_sb, nullptr); in input_check()
371 status = alts_grpc_record_protocol_protect(rp, &var->original_sb, in input_check()
/external/grpc-grpc/src/core/tsi/alts/zero_copy_frame_protector/
Dalts_grpc_record_protocol.h49 tsi_result alts_grpc_record_protocol_protect(
Dalts_zero_copy_grpc_protector.cc164 tsi_result status = alts_grpc_record_protocol_protect( in alts_zero_copy_grpc_protector_protect()
171 return alts_grpc_record_protocol_protect( in alts_zero_copy_grpc_protector_protect()
Dalts_grpc_record_protocol_common.cc123 tsi_result alts_grpc_record_protocol_protect( in alts_grpc_record_protocol_protect() function