Re: [cryptodev:master 73/233] drivers/crypto/nx/nx-842-pseries.c:45:14: error: 'DDE_BUFFER_LAST_MULT' undeclared here (not in a function)

2015-06-13 Thread Dan Streetman
On Sat, Jun 13, 2015 at 8:58 AM, kbuild test robot wrote: > tree: > git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git master > head: 81781e681551ed3f56c9202e9adc7ef941cba654 > commit: 959e6659b6f74ec1fa4d391a3b88d63dc0189f36 [73/233] crypto: nx - add > nx842 constraints

caam: Can you do zero-length seq fifo loads?

2015-06-13 Thread Herbert Xu
Hi Kim: I'm trying to convert the caam driver to the new AEAD interface. I've run into some weird code in the GCM implementation. The function gcm_set_sh_desc handles generic GCM and it does some pretty hairy stuff with respect to zero-length AD and zero-length cryptlen. It appears to be avoidi