Re: [PATCH 6/8] crypto: qat - Convert to new AEAD interface

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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



[Index of Archives]     [Kernel]     [Gnu Classpath]     [Gnu Crypto]     [DM Crypt]     [Netfilter]     [Bugtraq]

  Powered by Linux