OpenBSD CVS

src/sys/crypto/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / sys / crypto

Current tag: OPENBSD_4_3


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] arc4.c  1.3   16 years  djm   Add __bounded__ attributes to prototypes. Use (x & 0xff) rather than (x % 256) -...
[TXT] arc4.h  1.3   16 years  djm   Add __bounded__ attributes to prototypes. Use (x & 0xff) rather than (x % 256) -...
[TXT] blf.c  1.7   16 years  martynas   typos; ok jmc@ sys/netinet/in_pcb.c and sys/net/bridgestp.c ok henning@ sys/dev...
[TXT] blf.h  1.6   17 years  grunk   Don't use arbitrary 128 bytes as size of the blf key array if we know exactly ho...
[TXT] cast.c  1.3   19 years  hshoexer   major knf fix spelling in comment, by rohee@ no binary change ok deraadt@
[TXT] cast.h  1.2   22 years  millert   First round of __P removal in sys
[TXT] castsb.h  1.1   24 years  deraadt   branches: 1.1.2; move crypto code
[TXT] criov.c  1.16   17 years  pedro   Avoid void * arithmetic, okay deraadt@, suggestions from millert@
[TXT] crypto.c  1.51   16 years  tedu   finish conversion to workq. remove list remnants, and put spl in the right plac...
[TXT] cryptodev.h  1.46   16 years  tedu   finish conversion to workq. remove list remnants, and put spl in the right plac...
[TXT] cryptosoft.c  1.49   16 years  hshoexer   fix error introduced by my previous commit: "MALLOC(*swd, ...)" vs. "swd = mal...
[TXT] cryptosoft.h  1.11   16 years  henric   Make the hmac ipad/opad globals "const" and fixup the crypto functions to match....
[TXT] des_locl.h  1.3   18 years  hshoexer   get rid of ifdef MSDOS, no binary change ok markus@
[TXT] ecb3_enc.c  1.2   21 years  miod   Use int32_t rather long on strategic places, to be more sparc64-friendly; ok jas...
[TXT] ecb_enc.c  1.3   18 years  hshoexer   get rid of ifdef MSDOS, no binary change ok markus@
[TXT] md5.c  1.1   20 years  millert   branches: 1.1.2; Replace RSA-derived md5 code with code derived from Colin Plum...
[TXT] md5.h  1.1   20 years  millert   branches: 1.1.2; Replace RSA-derived md5 code with code derived from Colin Plum...
[TXT] michael.c  1.1   18 years  reyk   Implementation of the Michael MIC as defined in IEEE 802.11i for TKIP. The MIC g...
[TXT] michael.h  1.1   18 years  reyk   Implementation of the Michael MIC as defined in IEEE 802.11i for TKIP. The MIC g...
[TXT] podd.h  1.1   24 years  deraadt   branches: 1.1.2; move crypto code
[TXT] rijndael.c  1.18   19 years  markus   AESCTR support for ESP (RFC 3686); ok hshoexer
[TXT] rijndael.h  1.12   17 years  tedu   make the #defines in rijndael.h a bit more meaningful ok djm and with a hint fro...
[TXT] rmd160.c  1.4   20 years  markus   alignment fixes (e.g sparc 64); from Daniel Lucq; ok millert, henning
[TXT] rmd160.h  1.3   22 years  millert   First round of __P removal in sys
[TXT] set_key.c  1.2   21 years  miod   Use int32_t rather long on strategic places, to be more sparc64-friendly; ok jas...
[TXT] sha1.c  1.8   16 years  henric   Make the hmac ipad/opad globals "const" and fixup the crypto functions to match....
[TXT] sha1.h  1.5   16 years  henric   Make the hmac ipad/opad globals "const" and fixup the crypto functions to match....
[TXT] sha2.c  1.6   20 years  millert   Rev 1.4 was bogus (committed from the wrong tree), this repairs it.
[TXT] sha2.h  1.2   20 years  millert   Sync userland sha2.c with kernel. The SHAXXX_End and SHAXXX_Data functions have...
[TXT] sk.h  1.2   21 years  miod   Use int32_t rather long on strategic places, to be more sparc64-friendly; ok jas...
[TXT] spr.h  1.2   21 years  miod   Use int32_t rather long on strategic places, to be more sparc64-friendly; ok jas...
[TXT] xform.c  1.33   16 years  hshoexer   Here too: Convert MALLOC/FREE to malloc/free and use M_ZERO where applicable. ...
[TXT] xform.h  1.17   16 years  henric   Make the hmac ipad/opad globals "const" and fixup the crypto functions to match....
[TXT] cryptodev.c (in the Attic) [Hide]  1.67   16 years  hshoexer   Here too: Convert MALLOC/FREE to malloc/free and use M_ZERO where applicable. ...
[TXT] deflate.c (in the Attic) [Hide]  1.5   16 years  hshoexer   Here too: Convert MALLOC/FREE to malloc/free and use M_ZERO where applicable. ...
[TXT] deflate.h (in the Attic) [Hide]  1.3   22 years  millert   First round of __P removal in sys
[TXT] des.h (in the Attic) [Hide]  1.3   18 years  hshoexer   get rid of ifdef MSDOS, no binary change ok markus@
[TXT] skipjack.c (in the Attic) [Hide]  1.4   18 years  mickey   kill evil \r; from cedric
[TXT] skipjack.h (in the Attic) [Hide]  1.4   18 years  mickey   kill evil \r; from cedric