Home
last modified time | relevance | path

Searched refs:is_protect (Results 1 – 9 of 9) sorted by relevance

/external/grpc-grpc/src/core/tsi/alts/zero_copy_frame_protector/
Dalts_iovec_record_protocol.cc36 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()
Dalts_zero_copy_grpc_protector.cc113 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()
Dalts_grpc_privacy_integrity_record_protocol.cc125 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()
Dalts_grpc_record_protocol_common.cc92 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()
Dalts_grpc_privacy_integrity_record_protocol.h46 bool is_protect, alts_grpc_record_protocol** rp);
Dalts_grpc_integrity_only_record_protocol.h51 bool is_protect, bool enable_extra_copy, alts_grpc_record_protocol** rp);
Dalts_grpc_integrity_only_record_protocol.cc200 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()
Dalts_grpc_record_protocol_common.h97 bool is_protect);
Dalts_iovec_record_protocol.h188 bool is_integrity_only, bool is_protect, alts_iovec_record_protocol** rp,