Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
linux-dpdk: crypto: partially re-enable aes-cmac with aesni_mb
The combination of des/3des and aes-cmac is buggy in the aesni_mb crypto driver. Because of that, aes-cmac provided by the aseni_mb driver is currently fully disabled and hidden from capabilities. Re-enable aes-cmac with aesni_mb driver but do not allow it with des/3des. Fail session creation and return ODP_CRYPTO_SES_ERR_ALG_COMBO if des/3des and aes-cmac are attempted to be used together. Signed-off-by: Janne Peltonen <janne.peltonen@nokia.com> Reviewed-by: Matias Elo <matias.elo@nokia.com>
- Loading branch information