On Fri, 2009-08-14 at 23:02 +1000, Herbert Xu wrote: > diff --git a/crypto/ablkcipher.c b/crypto/ablkcipher.c > index 03fb5fa..f6f0833 100644 > --- a/crypto/ablkcipher.c > +++ b/crypto/ablkcipher.c > @@ -183,6 +183,12 @@ EXPORT_SYMBOL_GPL(crypto_givcipher_type); > > const char *crypto_default_geniv(const struct crypto_alg *alg) > { > + if (((alg->cra_flags & CRYPTO_ALG_TYPE_MASK) == > + CRYPTO_ALG_TYPE_BLKCIPHER ? alg->cra_blkcipher.ivsize : > + alg->cra_ablkcipher.ivsize) != > + alg->cra_blocksize) > + return "chainiv"; I guess you used this cryptic construct instead of something more readable because this is about a crypto algorithms? ;-) -- Best Regards, Artem Bityutskiy (Артём Битюцкий) -- 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