CVS commit: src/sys/crypto/rijndael

2016-12-10 Thread Alexander Nasonov
Module Name:src Committed By: alnsn Date: Sun Dec 11 00:28:45 UTC 2016 Modified Files: src/sys/crypto/rijndael: rijndael-api-fst.c rijndael-api-fst.h Log Message: Add XTS mode. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25

CVS commit: src/sys/crypto/rijndael

2011-05-14 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sat May 14 16:27:50 UTC 2011 Modified Files: src/sys/crypto/rijndael: rijndael-api-fst.c Log Message: Declare for-loop control variable outside of the for statement to prevent a warning and therefore fix the build. To generate a

CVS commit: src/sys/crypto/rijndael

2011-05-14 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sat May 14 16:46:55 UTC 2011 Modified Files: src/sys/crypto/rijndael: rijndael-api-fst.c Log Message: Revert my previous change. christos@ submitted a different fix pretty much at the same time. Did an update amd64 release build

CVS commit: src/sys/crypto/rijndael

2011-05-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat May 14 01:59:19 UTC 2011 Modified Files: src/sys/crypto/rijndael: rijndael-api-fst.c Log Message: - don't assume aligned buffers. - little KNF To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22