summaryrefslogtreecommitdiff
path: root/sys/crypto/crypto.h
AgeCommit message (Expand)Author
2000-10-09AES alias for Rijndael, also adjust the name.Angelos D. Keromytis
2000-06-20Add crypto_done() prototype.Angelos D. Keromytis
2000-06-18Add Rijndael (128-bit blocksize) in the software crypto driver.Angelos D. Keromytis
2000-06-18Move prototype to include file.Angelos D. Keromytis
2000-06-18Crypto kernel thread interface; requests are enqueued and processed byAngelos D. Keromytis
2000-06-06Replace all the opaque pointers with just one.Angelos D. Keromytis
2000-04-28avoid using void * when we are talking about pointersTheo de Raadt
2000-04-23Change the type of freesession to take u_int64_t as argument.Angelos D. Keromytis
2000-04-19split out mbuf scatter gather functionTheo de Raadt
2000-03-29Better support for weird IV schemes (like ESP half-IV, or the swapAngelos D. Keromytis
2000-03-25Add CRD_F_IV_PRESENT, to indicate encryption requests where anAngelos D. Keromytis
2000-03-20move software crypto engine out of main crypto.cTheo de Raadt
2000-03-17Cryptographic services framework, and software "device driver". TheAngelos D. Keromytis