Searched refs:is_integrity_only (Results 1 – 6 of 6) sorted by relevance
/external/grpc-grpc/src/core/tsi/alts/zero_copy_frame_protector/ |
D | alts_iovec_record_protocol.cc | 35 bool is_integrity_only; member 196 if (!rp->is_integrity_only) { in alts_iovec_record_protocol_integrity_only_protect() 251 if (!rp->is_integrity_only) { in alts_iovec_record_protocol_integrity_only_unprotect() 299 if (rp->is_integrity_only) { in alts_iovec_record_protocol_privacy_integrity_protect() 365 if (rp->is_integrity_only) { 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 460 impl->is_integrity_only = is_integrity_only; 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 133 tsi_result result = is_integrity_only in create_alts_grpc_record_protocol() 244 bool is_integrity_only, bool enable_extra_copy, in alts_zero_copy_grpc_protector_create() argument 260 key, key_size, is_rekey, is_client, is_integrity_only, in alts_zero_copy_grpc_protector_create() 264 key, key_size, is_rekey, is_client, is_integrity_only, in alts_zero_copy_grpc_protector_create()
|
D | alts_grpc_record_protocol_common.cc | 91 bool is_integrity_only, 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_zero_copy_grpc_protector.h | 53 bool is_integrity_only, bool enable_extra_copy,
|
D | alts_grpc_record_protocol_common.h | 96 bool is_integrity_only,
|
D | alts_iovec_record_protocol.h | 188 bool is_integrity_only, bool is_protect, alts_iovec_record_protocol** rp,
|