Re: [cryptoapi/sysfs] display cipher details in sysfs

From: Andreas Happe
Date: Fri Sep 10 2004 - 06:22:29 EST


Andreas Happe <crow@xxxxxxxxxxxxxxxxxx> [040910 12:44]:
On Tue, Sep 07, 2004 at 05:49:14PM +0200, Michal Ludvig wrote:

This is a compile time thing, e.g. something like:
.cia_min_keysize = 1,
.cia_max_keysize = 128
for variable keysizes, and
.cia_keysizes = { 128, 192, 256, -1 }
for discrete keysizes.
typeof(cia_keysizes) would be "int[]".

can do, but see james morris other patch.

*argh*

s/patch/post/

--Andreas
-
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/