On Wed, Jan 21, 2009 at 02:29:48AM +, Andreas Steffen wrote:
>
> Because of type=nivaead
>
> if (alg->cra_type == &crypto_aead_type)
> return alg;
>
> crypto_lookup_aead() does not return the algorithm and falls through
> to the statement
>
> return ERR_PTR(crypto_nivaead_de
Hi Linus:
This push fixes a number of minor bugs:
* A crash in authenc that may occur if null encryption is used
(a rare configuration).
* Error handling in blkcipher_walk_done (though this error should
never occur unless underlying algorithm is buggy).
* Crash in CCM with no association data