Home
last modified time | relevance | path

Searched refs:is_integrity_only (Results 1 – 6 of 6) sorted by relevance

/external/grpc-grpc/src/core/tsi/alts/zero_copy_frame_protector/
Dalts_iovec_record_protocol.cc35 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()
Dalts_zero_copy_grpc_protector.cc113 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()
Dalts_grpc_record_protocol_common.cc91 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()
Dalts_zero_copy_grpc_protector.h53 bool is_integrity_only, bool enable_extra_copy,
Dalts_grpc_record_protocol_common.h96 bool is_integrity_only,
Dalts_iovec_record_protocol.h188 bool is_integrity_only, bool is_protect, alts_iovec_record_protocol** rp,