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_6_7_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] aes.c  1.1   7 years  mikeb   Constant time AES implementation This introduces a 32-bit constant time AES imp...
[TXT] aes.h  1.3   7 years  mikeb   Revert MI AES-XTS code back to T-tables amid poor performance Suffered by many,...
[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] chacha_private.h  1.2   8 years  mikeb   Sync chacha_ivsetup to the version in ssh so that we could specify custom counte...
[TXT] chachapoly.c  1.3   8 years  mikeb   spacing
[TXT] chachapoly.h  1.2   8 years  mikeb   Pass context as a void pointer to cut down on casts in xform.c
[TXT] cmac.c  1.3   7 years  mikeb   Switch 802.11 crypto over to the new AES OK stsp@
[TXT] cmac.h  1.3   7 years  mikeb   Switch 802.11 crypto over to the new AES OK stsp@
[TXT] criov.c  1.20   9 years  jsg   Remove some includes include-what-you-use claims don't have any direct symbols u...
[TXT] crypto.c  1.82   4 years  krw   Break crypto_unregister() sanity check into two expressions, making it clearer w...
[TXT] cryptodev.h  1.71   6 years  tedu   the userland crypto interface died long ago, can clean up the header
[TXT] cryptosoft.c  1.85   5 years  mpi   free(9) sizes. ok visa@
[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.7   8 years  naddy   Remove plain DES from the kernel crypto framework, including the crypto accelera...
[TXT] ecb3_enc.c  1.3   10 years  brad   ansify some function definitions and tidy up this code style wise. this ancient ...
[TXT] ecb_enc.c  1.6   8 years  naddy   Remove plain DES from the kernel crypto framework, including the crypto accelera...
[TXT] gmac.c  1.10   7 years  mikeb   Switch OCF and IPsec over to the new AES ok djm
[TXT] gmac.h  1.6   7 years  mikeb   Switch OCF and IPsec over to the new AES ok djm
[TXT] hmac.c  1.4   7 years  tedu   convert bcopy to memcpy. from david hill
[TXT] hmac.h  1.3   11 years  deraadt   Remove excessive sys/cdefs.h inclusion ok guenther millert kettenis
[TXT] idgen.c  1.6   4 years  cheloha   idgen32(9): use time_uptime(9) for rekey timestamps, not time_second(9) Timesta...
[TXT] idgen.h  1.3   11 years  djm   fix a bug that caused time-based rekeys to happen too frequently. rename the st...
[TXT] key_wrap.c  1.5   7 years  mikeb   Switch 802.11 crypto over to the new AES OK stsp@
[TXT] key_wrap.h  1.3   7 years  mikeb   Switch 802.11 crypto over to the new AES OK stsp@
[TXT] md5.c  1.4   9 years  tedu   convert bcopy to memcpy in md5 and sha1. also be consistent about clearing conte...
[TXT] md5.h  1.3   9 years  tedu   Defining the interface in terms of char * means most callers are required to cas...
[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] poly1305.c  1.1   8 years  mikeb   Import Poly1305 Message Authentication Code Poly1305 is a one-time authenticato...
[TXT] poly1305.h  1.1   8 years  mikeb   Import Poly1305 Message Authentication Code Poly1305 is a one-time authenticato...
[TXT] rijndael.c  1.20   9 years  mikeb   Sync our kernel AES code to the one shipped in OpenSSL/LibreSSL. This includes ...
[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.4   8 years  naddy   Remove plain DES from the kernel crypto framework, including the crypto accelera...
[TXT] sha1.c  1.11   9 years  tedu   convert bcopy to memcpy in md5 and sha1. also be consistent about clearing conte...
[TXT] sha1.h  1.6   9 years  tedu   Defining the interface in terms of char * means most callers are required to cas...
[TXT] sha2.c  1.18   9 years  jsg   Remove some includes include-what-you-use claims don't have any direct symbols u...
[TXT] sha2.h  1.5   9 years  tedu   Defining the interface in terms of char * means most callers are required to cas...
[TXT] siphash.c  1.5   6 years  mikeb   Sync with the code in libc OK millert; original commit message by tedu@: memcp...
[TXT] siphash.h  1.5   9 years  tedu   Use standard spelling for types, and rename local variable from "free". No actua...
[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.59   6 years  visa   Move some AES-related defines into xform.h to reduce duplication. gmac.c is left...
[TXT] xform.h  1.30   6 years  visa   Move some AES-related defines into xform.h to reduce duplication. gmac.c is left...
[TXT] xform_ipcomp.c  1.8   5 years  mpi   free(9) sizes. ok visa@