NetBSD/sys/crypto/rijndael
thorpej 0ab79d5327 * Move config defns for the crypto algorithms into their own files.
Define an attribute for each crypto algorithm, and use that attribute
  to select the files that implement the algorithm.
* Give the "wlan" attribute a dependency on the "arc4" attribute.
* Give the "cgd" pseudo-device the "des", "blowfish", "cast128", and
  "rijndael" attributes.
* Use the new attribute-as-option-dependencies feature of config(8) to
  give the IPSEC_ESP option dependencies on the "des", "blowfish", "cast128",
  and "rijndael" attributes.
2002-10-11 01:52:04 +00:00
..
boxes-fst.dat Fix several alignment problems in this implementation due to its use of 2001-05-22 23:45:41 +00:00
files.rijndael * Move config defns for the crypto algorithms into their own files. 2002-10-11 01:52:04 +00:00
rijndael-alg-fst.c add RCSIDs 2001-11-13 00:56:55 +00:00
rijndael-alg-fst.h
rijndael-api-fst.c missing IV handling in CBC mode (does not affect ESP code as we have 2002-05-24 06:28:06 +00:00
rijndael-api-fst.h Fix several alignment problems in this implementation due to its use of 2001-05-22 23:45:41 +00:00
rijndael.h
rijndael_local.h