Skip to content
Commit b35f75bc authored by Richard Gong's avatar Richard Gong Committed by Meng Li
Browse files

HSD #22012255049: crypto: intel_fcs: correct SDOS min. and max. buffer sizes



commit  f7700e50b1d0fedadecefc75f3aa4d36c28d0a56 from
https://github.com/altera-opensource/linux-socfpga.git

SDOS decryption and encryption buffer sizes are not set correctly, which
are for the plaintext data only. The decryption data should include
plaintext data and data header. The encryption data should include date
header, plaintext data, HMAC and padding.

SDOS = Secure Data Object Services
HMAC = Hash-based Message Authentication Code

Signed-off-by: default avatarRichard Gong <richard.gong@intel.com>
Signed-off-by: default avatarMeng Li <Meng.Li@windriver.com>
parent e7c41fb4
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment