On Fri, Jul 31, 2015 at 01:39:59PM -0700, Tadeusz Struk wrote:
> 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.
givencrypt will be removed once all drivers are converted across.
So it must not be used.
> Other that that looks ok:
> Tested-by: Tadeusz Struk <[email protected]>
Thanks,
--
Email: Herbert Xu <[email protected]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
--
To unsubscribe from this list: send the line "unsubscribe linux-crypto" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html