Tags: pantacor/keyctl_caam
Tags
crypto: keyctl_caam - validate arguments for import operation Validate arguments for import operation to avoid explicit null dereferenced. Reported by Coverity, ID 11031187. Signed-off-by: Iuliana Prodan <iuliana.prodan@nxp.com>
MLK-24496 crypto: caam - update blob and tag overhead sizes For blobs, a randomly-generated 256-bit blob key is used to encrypt the data using the AES-CCM cryptographic algorithm. Therefore, blob size is max key size, CCM_OVERHEAD, blob header added by CAAM and the tagged object header size. Tagged object header was added to have red key (plaintext) length available for decapsulation. Signed-off-by: Iuliana Prodan <iuliana.prodan@nxp.com>