History log of /freebsd-10-stable/sys/crypto/rijndael/rijndael.h
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 143431 11-Mar-2005 ume

gbde(8) is also rejndael user.

Reported by: phk


# 143423 11-Mar-2005 ume

just use crypto/rijndael, and nuke opencrypto/rindael.[ch].
the two became almost identical since latest KAME merge.

Discussed with: sam


# 143420 11-Mar-2005 ume

integrate rijndael-alg-fst.h into rijndael.h.


# 143418 11-Mar-2005 ume

stop including rijndael-api-fst.h from rijndael.h.
this is required to integrate opencrypto into crypto.


# 122509 11-Nov-2003 ume

cleanup rijndael API.
since there are naming conflicts with opencrypto, #define was
added to rename functions intend to avoid conflicts.

Obtained from: KAME


# 67958 30-Oct-2000 kris

This commit was generated by cvs2svn to compensate for changes in r67957,
which included commits to RCS files with non-trunk default branches.


# 67957 30-Oct-2000 kris

Initial import of AES algorithm code (aka Rijndael) from KAME.