]> git.proxmox.com Git - mirror_ubuntu-disco-kernel.git/blobdiff - drivers/crypto/inside-secure/safexcel.c
crypto: inside-secure - authenc(hmac(sha224), cbc(aes)) support
[mirror_ubuntu-disco-kernel.git] / drivers / crypto / inside-secure / safexcel.c
index 8c963ef0953a0bbf42ddeea973470741b3d9873a..0f061c3757e95166102c510479f446f73eef87e7 100644 (file)
@@ -793,6 +793,7 @@ static struct safexcel_alg_template *safexcel_algs[] = {
        &safexcel_alg_hmac_sha1,
        &safexcel_alg_hmac_sha224,
        &safexcel_alg_hmac_sha256,
+       &safexcel_alg_authenc_hmac_sha224_cbc_aes,
        &safexcel_alg_authenc_hmac_sha256_cbc_aes,
 };