Algorithms usable for per-segment integrity.
GMAC is legitimate here: the segment's bytes were just processed by AES-GCM under the DEK, so the trailing 16 bytes are the tag the AEAD itself produced. See segmentIntegrity.
GMAC
Algorithms usable for per-segment integrity.
GMACis legitimate here: the segment's bytes were just processed by AES-GCM under the DEK, so the trailing 16 bytes are the tag the AEAD itself produced. See segmentIntegrity.