Searched refs:is_protect (Results 1 – 9 of 9) sorted by relevance
/external/grpc-grpc/src/core/tsi/alts/zero_copy_frame_protector/ |
D | alts_iovec_record_protocol.cc | 36 bool is_protect; member 202 if (!rp->is_protect) { in alts_iovec_record_protocol_integrity_only_protect() 257 if (rp->is_protect) { in alts_iovec_record_protocol_integrity_only_unprotect() 305 if (!rp->is_protect) { in alts_iovec_record_protocol_privacy_integrity_protect() 371 if (rp->is_protect) { in alts_iovec_record_protocol_privacy_integrity_unprotect() 429 bool is_integrity_only, bool is_protect, alts_iovec_record_protocol** rp, in alts_iovec_record_protocol_create() argument 448 alts_counter_create(is_protect ? !is_client : is_client, counter_length, in alts_iovec_record_protocol_create() 461 impl->is_protect = is_protect; in alts_iovec_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 135 crypter, overflow_limit, is_client, is_protect, in create_alts_grpc_record_protocol() 138 crypter, overflow_limit, is_client, is_protect, in create_alts_grpc_record_protocol()
|
D | alts_grpc_privacy_integrity_record_protocol.cc | 125 bool is_protect, alts_grpc_record_protocol** rp) { in alts_grpc_privacy_integrity_record_protocol_create() argument 136 /*is_integrity_only=*/false, is_protect); in alts_grpc_privacy_integrity_record_protocol_create()
|
D | alts_grpc_record_protocol_common.cc | 92 bool is_protect) { in alts_grpc_record_protocol_init() argument 101 crypter, overflow_size, is_client, is_integrity_only, is_protect, in alts_grpc_record_protocol_init()
|
D | alts_grpc_privacy_integrity_record_protocol.h | 46 bool is_protect, alts_grpc_record_protocol** rp);
|
D | alts_grpc_integrity_only_record_protocol.h | 51 bool is_protect, bool enable_extra_copy, alts_grpc_record_protocol** rp);
|
D | alts_grpc_integrity_only_record_protocol.cc | 200 bool is_protect, bool enable_extra_copy, alts_grpc_record_protocol** rp) { in alts_grpc_integrity_only_record_protocol_create() argument 212 /*is_integrity_only=*/true, is_protect); in alts_grpc_integrity_only_record_protocol_create()
|
D | alts_grpc_record_protocol_common.h | 97 bool is_protect);
|
D | alts_iovec_record_protocol.h | 188 bool is_integrity_only, bool is_protect, alts_iovec_record_protocol** rp,
|