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_4_BASE


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.2   11 years  deraadt   Remove excessive sys/cdefs.h inclusion ok guenther millert kettenis
[TXT] criov.c  1.16   17 years  pedro   Avoid void * arithmetic, okay deraadt@, suggestions from millert@
[TXT] crypto.c  1.60   11 years  tedu   institute a hard cap on crypto devs instead of a useless wraparound check ok bec...
[TXT] cryptodev.h  1.57   11 years  tedu   institute a hard cap on crypto devs instead of a useless wraparound check ok bec...
[TXT] cryptosoft.c  1.68   11 years  mikeb   Bring back a small copy optimization in the aes-gcm handling: with ESN AAD is 12...
[TXT] cryptosoft.h  1.14   11 years  mikeb   Fix one of the two issues with ESN support in the GCM case: supply correct AAD l...
[TXT] des_locl.h  1.4   11 years  deraadt   Remove excessive sys/cdefs.h inclusion ok guenther millert kettenis
[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.2   11 years  deraadt   Remove excessive sys/cdefs.h inclusion ok guenther millert kettenis
[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.3   11 years  deraadt   Remove excessive sys/cdefs.h inclusion ok guenther millert kettenis
[TXT] idgen.c  1.4   10 years  djm   fix a bug that caused time-based rekeys to happen too frequently. rename the st...
[TXT] idgen.h  1.3   10 years  djm   fix a bug that caused time-based rekeys to happen too frequently. rename the st...
[TXT] key_wrap.c  1.4   10 years  deraadt   Replace more ovbcopy with memmove; swap the src and dst arguments too
[TXT] key_wrap.h  1.2   11 years  deraadt   Remove excessive sys/cdefs.h inclusion ok guenther millert kettenis
[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.2   11 years  deraadt   Remove excessive sys/cdefs.h inclusion ok guenther millert kettenis
[TXT] michael.c  1.2   15 years  damien   gives this a chance to work on architectures with strict alignment constraints.
[TXT] michael.h  1.2   11 years  deraadt   Remove excessive sys/cdefs.h inclusion ok guenther millert kettenis
[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.4   11 years  deraadt   Remove excessive sys/cdefs.h inclusion ok guenther millert kettenis
[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.80   11 years  mikeb   We need to allocate memory for crp_buf in the DMA accessible region since it's p...
[TXT] des.h (in the Attic) [Hide]  1.3   18 years  hshoexer   get rid of ifdef MSDOS, no binary change ok markus@