Searched refs:enable_extra_copy (Results 1 – 5 of 5) sorted by relevance
/external/grpc-grpc/test/core/tsi/alts/zero_copy_frame_protector/ |
D | alts_zero_copy_grpc_protector_test.cc | 104 bool enable_extra_copy) { in alts_zero_copy_grpc_protector_test_fixture_create() argument 115 enable_extra_copy, &max_protected_frame_size, in alts_zero_copy_grpc_protector_test_fixture_create() 119 enable_extra_copy, &max_protected_frame_size, in alts_zero_copy_grpc_protector_test_fixture_create() 236 bool enable_extra_copy) { in alts_zero_copy_protector_seal_unseal_small_buffer_tests() argument 239 /*rekey=*/false, /*integrity_only=*/true, enable_extra_copy); in alts_zero_copy_protector_seal_unseal_small_buffer_tests() 245 /*rekey=*/false, /*integrity_only=*/false, enable_extra_copy); in alts_zero_copy_protector_seal_unseal_small_buffer_tests() 251 /*rekey=*/true, /*integrity_only=*/true, enable_extra_copy); in alts_zero_copy_protector_seal_unseal_small_buffer_tests() 257 /*rekey=*/true, /*integrity_only=*/false, enable_extra_copy); in alts_zero_copy_protector_seal_unseal_small_buffer_tests() 264 bool enable_extra_copy) { in alts_zero_copy_protector_seal_unseal_large_buffer_tests() argument 267 /*rekey=*/false, /*integrity_only=*/true, enable_extra_copy); in alts_zero_copy_protector_seal_unseal_large_buffer_tests() [all …]
|
/external/grpc-grpc/src/core/tsi/alts/zero_copy_frame_protector/ |
D | alts_grpc_integrity_only_record_protocol.cc | 35 bool enable_extra_copy; member 90 if (integrity_only_record_protocol->enable_extra_copy) { in alts_grpc_integrity_only_protect() 200 bool is_protect, bool enable_extra_copy, alts_grpc_record_protocol** rp) { in alts_grpc_integrity_only_record_protocol_create() argument 217 impl->enable_extra_copy = enable_extra_copy; in alts_grpc_integrity_only_record_protocol_create()
|
D | alts_zero_copy_grpc_protector.cc | 113 bool is_integrity_only, bool is_protect, bool enable_extra_copy, in create_alts_grpc_record_protocol() argument 136 enable_extra_copy, record_protocol) in create_alts_grpc_record_protocol() 244 bool is_integrity_only, bool enable_extra_copy, in alts_zero_copy_grpc_protector_create() argument 261 /*is_protect=*/true, enable_extra_copy, &impl->record_protocol); in alts_zero_copy_grpc_protector_create() 265 /*is_protect=*/false, enable_extra_copy, &impl->unrecord_protocol); in alts_zero_copy_grpc_protector_create()
|
D | alts_grpc_integrity_only_record_protocol.h | 51 bool is_protect, bool enable_extra_copy, alts_grpc_record_protocol** rp);
|
D | alts_zero_copy_grpc_protector.h | 53 bool is_integrity_only, bool enable_extra_copy,
|