Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-06-20 | call crypto_done() | Jason Wright | |
2000-06-19 | oops, nuke unused variable | Jason Wright | |
2000-06-19 | add authentication-only handling (easy setup). | Jason Wright | |
remove most of the parameters from ubsec_callback() since they can be found later. ok, so ubsec can now authenticate to itself (doesn't like software, tho) | |||
2000-06-18 | Use the same field data types as the reference code and adjust offsets | Jason Wright | |
appropriately. Byte swap key/iv fields because they are given to us as "network order", but the chip operates as little endian. coffset is in WORDS not bytes | |||
2000-06-14 | readd queue limiting code that was backed out yesterday. (ip_esp.c change | Jason Wright | |
seems to have fixed this). | |||
2000-06-13 | backout previous 2 changes... causes panics down the line. | Jason Wright | |
2000-06-13 | Oops: initialize q to avoid using the unitialized value when the queue fills | Jason Wright | |
2000-06-13 | put an upperbound on queue length | Jason Wright | |
2000-06-13 | correct 5805 test | Theo de Raadt | |
2000-06-12 | ESP 3des now works, after squishing 4 bugs | Theo de Raadt | |
2000-06-10 | correct SIMPLEQ bugs, ack interrupt. 8 packets have crypted, but kernel | Theo de Raadt | |
memory got corrupted. | |||
2000-06-10 | another vaddr used as paddr | Jason Wright | |
2000-06-10 | paddr not vaddr for mcr1 | Jason Wright | |
2000-06-03 | Move everything to where is supposed to be (reg definitions, etc). | Jason Wright | |
Add some of the skip logic. | |||
2000-06-02 | squeeze basic framework into place. process generates SIMPLEQ of requests, | Theo de Raadt | |
they get fed in, irq recovers old one, feeds new one in, callback schreds and calls back to crypto(9)... mac result buffers and packet offsets need work. | |||
2000-05-18 | work in progress: driver for BlueSteel (Broadcom) 5[56]01 crypto accelerator | Jason Wright | |