On 07/30/2015 02:53 AM, Herbert Xu wrote: > -}, { > + .init = qat_alg_aead_sha512_init, > + .exit = qat_alg_aead_exit, > + .setkey = qat_alg_aead_setkey, > + .decrypt = qat_alg_aead_dec, > + .encrypt = qat_alg_aead_enc, > + .ivsize = AES_BLOCK_SIZE, > + .maxauthsize = SHA512_DIGEST_SIZE, Hi Herbert, crypto_aead_encrypt() and crypto_aead_decrypt() work fine, but crypto_aead_givencrypt(), which is still supported on the API causes a crash. Should we also disable all the crypto_aead_giv* calls? I use it in my internal tests. Other that that looks ok: Tested-by: Tadeusz Struk <tadeusz.struk@xxxxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe linux-crypto" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html