index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
crypto
/
cryptodev.c
Age
Commit message (
Expand
)
Author
2001-06-24
Remove whitespace.
Angelos D. Keromytis
2001-06-23
Adjust length.
Angelos D. Keromytis
2001-06-23
Use C-style comments...
Angelos D. Keromytis
2001-06-23
Initialize crd_skip
Angelos D. Keromytis
2001-06-23
Remove unneeded crp_iv field, set the right flags for IV handling in
Angelos D. Keromytis
2001-06-23
merge crypto/crypto{dev,}.h to crypto/cryptodev.h, to avoid name conflicts in...
Theo de Raadt
2001-06-23
hifn now supports up to 256K
Peter Valchev
2001-06-18
keep track of the txform/thash, and make sure that non-blocksize
Theo de Raadt
2001-06-16
range check the enc & mac key lengths
Theo de Raadt
2001-06-15
save txform->blocksize so we know what the IV size is
Theo de Raadt
2001-06-15
constrain to less than 64K until a hifn driver bug is fixed
Theo de Raadt
2001-06-11
explicit IV & other fixes; pointed out as umich people tried to use this...
Theo de Raadt
2001-05-16
No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok)
Hakan Olsson
2001-05-15
DTYPE_CRYPTO
Theo de Raadt
2001-05-14
dummy cryptof_stat
Theo de Raadt
2001-05-14
art added fo_stat everywhere, except here, then blamed me...
Theo de Raadt
2001-05-14
use real uio
Theo de Raadt
2001-05-13
copyrights and $OpenBSD$ tags
Jason Wright
2001-05-13
bail out better from tsleep failure
Theo de Raadt
2001-05-13
initial cut at /dev/crypto support. takes original mbuf "try, and discard
Theo de Raadt