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_5_2


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.4   12 years  matthew   Use explicit_bzero() for clearing key material. Pointed out by Michael W. Bombar...
[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] cmac.c  1.2   13 years  deraadt   for key material that is being being discarded, convert bzero() to explicit_bzer...
[TXT] cmac.h  1.1   15 years  damien   Implementation of the HMAC-MD5, HMAC-SHA1, HMAC-SHA256, AES-128-CMAC and AES Key...
[TXT] criov.c  1.16   17 years  pedro   Avoid void * arithmetic, okay deraadt@, suggestions from millert@
[TXT] crypto.c  1.59   13 years  deraadt   for key material that is being being discarded, convert bzero() to explicit_bzer...
[TXT] cryptodev.h  1.56   11 years  mikeb   Add support for the Extended (64-bit) Sequence Number as defined in RFC4302 and ...
[TXT] cryptosoft.c  1.64   11 years  mikeb   Add support for the Extended (64-bit) Sequence Number as defined in RFC4302 and ...
[TXT] cryptosoft.h  1.13   13 years  mikeb   OCF support for the Galois/Counter Mode (GCM) for AES as described in FIPS SP 80...
[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] gmac.c  1.3   13 years  deraadt   in AES_GMAC_Final(), explicitly clear the local buffer ok mikeb
[TXT] gmac.h  1.1   13 years  mikeb   OCF support for the Galois/Counter Mode (GCM) for AES as described in FIPS SP 80...
[TXT] hmac.c  1.3   13 years  deraadt   for key material that is being being discarded, convert bzero() to explicit_bzer...
[TXT] hmac.h  1.2   15 years  djm   match libc sha2(3) API changes for kernel; ok millert@
[TXT] idgen.c  1.3   14 years  miod   sizeof(ptr) -> sizeof(*ptr) as intended; ok djm@ millert@
[TXT] idgen.h  1.2   15 years  djm   implement automatic time-based rekeying (every 10 minutes); ok deraadt@
[TXT] key_wrap.c  1.3   13 years  deraadt   for key material that is being being discarded, convert bzero() to explicit_bzer...
[TXT] key_wrap.h  1.1   15 years  damien   Implementation of the HMAC-MD5, HMAC-SHA1, HMAC-SHA256, AES-128-CMAC and AES Key...
[TXT] md5.c  1.2   13 years  deraadt   for key material that is being being discarded, convert bzero() to explicit_bzer...
[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.2   15 years  damien   gives this a chance to work on architectures with strict alignment constraints.
[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.19   15 years  djm   constify arguments in wrapper functions; the lower level functions were already ...
[TXT] rijndael.h  1.13   15 years  djm   constify arguments in wrapper functions; the lower level functions were already ...
[TXT] rmd160.c  1.5   13 years  deraadt   for key material that is being being discarded, convert bzero() to explicit_bzer...
[TXT] rmd160.h  1.5   14 years  millert   Buffer in RMD160_CTX is length RMD160_BLOCK_LENGTH not RMD160_DIGEST_LENGTH. Use...
[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.9   13 years  deraadt   in SHA1Final(), explicitly clear the local buffer ok mikeb
[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.8   13 years  deraadt   for key material that is being being discarded, convert bzero() to explicit_bzer...
[TXT] sha2.h  1.3   15 years  djm   match libc sha2(3) API changes for kernel; ok millert@
[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.43   12 years  deraadt   Replace the cruddy old sys/net/zlib.[ch]. We now use the sys/lib/libz code. Mi...
[TXT] xform.h  1.22   13 years  mikeb   Retire Skipjack There's not much use for the declassified cipher from the 80's ...
[TXT] xform_ipcomp.c  1.1   12 years  deraadt   Replace the cruddy old sys/net/zlib.[ch]. We now use the sys/lib/libz code. Mi...
[TXT] cryptodev.c (in the Attic) [Hide]  1.79   12 years  guenther   Add struct proc * argument to FRELE() and FILE_SET_MATURE() in anticipation of f...
[TXT] des.h (in the Attic) [Hide]  1.3   18 years  hshoexer   get rid of ifdef MSDOS, no binary change ok markus@