Re: [PATCH] loop: fixing cryptoloop troubles.
From: Pascal Brisset
Date: Mon Aug 11 2003 - 03:40:46 EST
James Morris writes:
> Ok, please take into account the case where src == dst.
OK, looks like there is a tricky interplay between algorithms and
transforms. Cipher implementors will need documentation here, e.g.
"cia_encrypt and cia_decrypt are always called with src==dst UNLESS
we are running in CBC mode AND cia_ivsize!=0" (Please confirm...)
Anybody who tries to bypass the scatterlist-based api by exporting
and calling crypto_alg_lookup() (as I did) will get bitten badly.
-- Pascal
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/