summaryrefslogtreecommitdiff
path: root/sys/crypto/cryptosoft.c
AgeCommit message (Collapse)Author
2000-03-29Better support for weird IV schemes (like ESP half-IV, or the swapAngelos D. Keromytis
encryption block-number IV).
2000-03-25Add CRD_F_IV_PRESENT, to indicate encryption requests where anAngelos D. Keromytis
explicit IV preceeds the data to be encrypted. Nice weather in Australia...
2000-03-20move software crypto engine out of main crypto.cTheo de Raadt
2000-03-19split crypto driver front-end from software crypto engineTheo de Raadt