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/ |
D | alts_grpc_record_protocol_test.cc | 279 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/ |
D | alts_grpc_record_protocol.h | 49 tsi_result alts_grpc_record_protocol_protect(
|
D | alts_zero_copy_grpc_protector.cc | 164 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()
|
D | alts_grpc_record_protocol_common.cc | 123 tsi_result alts_grpc_record_protocol_protect( in alts_grpc_record_protocol_protect() function
|