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
/
crypto.h
Age
Commit message (
Expand
)
Author
2000-10-09
AES alias for Rijndael, also adjust the name.
Angelos D. Keromytis
2000-06-20
Add crypto_done() prototype.
Angelos D. Keromytis
2000-06-18
Add Rijndael (128-bit blocksize) in the software crypto driver.
Angelos D. Keromytis
2000-06-18
Move prototype to include file.
Angelos D. Keromytis
2000-06-18
Crypto kernel thread interface; requests are enqueued and processed by
Angelos D. Keromytis
2000-06-06
Replace all the opaque pointers with just one.
Angelos D. Keromytis
2000-04-28
avoid using void * when we are talking about pointers
Theo de Raadt
2000-04-23
Change the type of freesession to take u_int64_t as argument.
Angelos D. Keromytis
2000-04-19
split out mbuf scatter gather function
Theo de Raadt
2000-03-29
Better support for weird IV schemes (like ESP half-IV, or the swap
Angelos D. Keromytis
2000-03-25
Add CRD_F_IV_PRESENT, to indicate encryption requests where an
Angelos D. Keromytis
2000-03-20
move software crypto engine out of main crypto.c
Theo de Raadt
2000-03-17
Cryptographic services framework, and software "device driver". The
Angelos D. Keromytis