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_3_5


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] arc4.c  1.1   20 years  markus   branches: 1.1.2; arc4 support; ok millert@, fgsch@
[TXT] arc4.h  1.1   20 years  markus   branches: 1.1.2; arc4 support; ok millert@, fgsch@
[TXT] blf.c  1.5   21 years  markus   makeing a local array static saves some bytes; idea from mickey@
[TXT] blf.h  1.5   21 years  nate   inital -> initial
[TXT] cast.c  1.2   23 years  deraadt   OpenBSD tags
[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.14   20 years  jason   mirror change in mbufs: cuio_copyback's 4th arg is now const void *
[TXT] crypto.c  1.44   20 years  beck   Fastpath for userland crypto requests. This change makes userland crypto request...
[TXT] cryptodev.h  1.42   20 years  jason   mirror change in mbufs: cuio_copyback's 4th arg is now const void *
[TXT] cryptosoft.c  1.39   20 years  itojun   hmac-sha2-{256,384,512} support in AH/ESP auth. markus ok
[TXT] cryptosoft.h  1.10   22 years  deraadt   KNF
[TXT] des_locl.h  1.2   21 years  miod   Use int32_t rather long on strategic places, to be more sparc64-friendly; ok jas...
[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.2   21 years  miod   Use int32_t rather long on strategic places, to be more sparc64-friendly; ok jas...
[TXT] podd.h  1.1   24 years  deraadt   branches: 1.1.2; move crypto code
[TXT] rijndael.c  1.15   20 years  deraadt   save kernel space; full unroll is not needed; from freebsd
[TXT] rijndael.h  1.9   20 years  deraadt   expose two more functions
[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.3   21 years  millert   Move the rounds into separate functions on sparc64 so gcc's optimizer doesn't bl...
[TXT] sha1.h  1.3   22 years  millert   First round of __P removal in sys
[TXT] sha2.c  1.2   20 years  fgsch   branches: 1.2.4; zap context correctly, from Juergen Buchmueller <pullmoll at s...
[TXT] sha2.h  1.1   20 years  itojun   branches: 1.1.4; hmac-sha2-{256,384,512} support in AH/ESP auth. markus ok
[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.24   20 years  markus   - use 1/2 space for rijndael context in ipsec - rijndael_set_key_enc_only() set...
[TXT] xform.h  1.13   20 years  itojun   hmac-sha2-{256,384,512} support in AH/ESP auth. markus ok
[TXT] cryptodev.c (in the Attic) [Hide]  1.61   20 years  markus   disable mac for now, they are not usable with current hardware; ok deraadt@
[TXT] deflate.c (in the Attic) [Hide]  1.3   22 years  hugh   branches: 1.3.4; Move param.h before systm.h so vax macros are picked up proper...
[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.2   21 years  miod   Use int32_t rather long on strategic places, to be more sparc64-friendly; ok jas...
[TXT] skipjack.c (in the Attic) [Hide]  1.3   23 years  angelos   Use the M_CRYPTO_DATA and M_CRYPTO_OPS malloc types.
[TXT] skipjack.h (in the Attic) [Hide]  1.3   22 years  millert   First round of __P removal in sys