Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/tsi/alts/zero_copy_frame_protector/
Dalts_iovec_record_protocol.cc377 size_t protected_data_length = in alts_iovec_record_protocol_privacy_integrity_unprotect() local
379 if (protected_data_length < rp->tag_length) { in alts_iovec_record_protocol_privacy_integrity_unprotect()
395 if (unprotected_data.iov_len != protected_data_length - rp->tag_length) { in alts_iovec_record_protocol_privacy_integrity_unprotect()
401 protected_data_length, static_cast<unsigned char*>(header.iov_base), in alts_iovec_record_protocol_privacy_integrity_unprotect()
417 if (bytes_written != protected_data_length - rp->tag_length) { in alts_iovec_record_protocol_privacy_integrity_unprotect()