Home
last modified time | relevance | path

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

/third_party/grpc/src/core/tsi/alts/zero_copy_frame_protector/
Dalts_iovec_record_protocol.cc379 size_t protected_data_length = in alts_iovec_record_protocol_privacy_integrity_unprotect() local
381 if (protected_data_length < rp->tag_length) { in alts_iovec_record_protocol_privacy_integrity_unprotect()
397 if (unprotected_data.iov_len != protected_data_length - rp->tag_length) { in alts_iovec_record_protocol_privacy_integrity_unprotect()
403 protected_data_length, static_cast<unsigned char*>(header.iov_base), in alts_iovec_record_protocol_privacy_integrity_unprotect()
419 if (bytes_written != protected_data_length - rp->tag_length) { in alts_iovec_record_protocol_privacy_integrity_unprotect()