summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/ubsecvar.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* ubsec(4): timeout_add(9) -> timeout_add_msec(9)cheloha2020-01-101-2/+2
* Remove support for public key operationsmikeb2014-08-151-32/+1
* Bring CBC oracle attack countermeasure from r1.32 of cryptosoft.c tomikeb2010-12-151-4/+1
* Add support for the BCM5825 and the next-generation BCM5860, 5861,reyk2009-03-271-2/+12
* add support for AES-CBC with the BCM5823 (or newer, but we don't support newerreyk2009-03-251-4/+8
* nuke term 3 based on terms filejason2003-06-041-3/+1
* Don't use constants for the output parameter, use the iparam count as a pointer to the first result location.jason2002-09-241-2/+1
* But when denormalizing we need the normalized length, too as well as the destination length.jason2002-07-031-1/+2
* Rework MODEXP:jason2002-05-151-1/+2
* add and use three more flags:jason2002-05-131-1/+4
* basic infrastructure for handling RSA with CRT parameters. Just need tojason2002-05-061-1/+15
* - Only copy the significant bits of the result out (and make sure the bufferjason2002-05-061-1/+2
* Don't refer to the parameters directly by number, use macro's so it can bejason2002-05-021-1/+5
* 1024 bit maxjason2002-04-261-2/+1
* register as supporting modular exponentiationjason2002-04-261-1/+14
* Credit DARPA/USAF appropriately.jason2002-04-081-1/+6
* First round of post-bus_dma cleanups:jason2002-01-281-10/+1
* Quick (and a little dirty) conversion to bus_dma(9).jason2002-01-281-1/+4
* From Patrik Lindergren (patrik@ipunplugged.com):jason2002-01-191-31/+54
* - More vtophys death: packet buffer lists are is bus_dma(9) memory as isjason2001-07-021-3/+17
* move definitions around a bit and define a few more constantsjason2001-06-291-7/+14
* allocate contexts during attach since we can't mess with them duringjason2001-06-291-7/+14
* Put back bus_dmaification of context's (seems to have been fixed byjason2001-06-081-3/+2
* Un-bus_dma(9) mcr1 context and mcr operations (causes problems under load).jason2001-05-301-11/+9
* bus_dmaify mcr handling (just leaves buffer lists and mac buffer to go...)jason2001-05-231-1/+2
* - Don't poll the rng more than 100 times a secondjason2001-05-221-13/+29
* use real uioderaadt2001-05-141-2/+2
* initial cut at /dev/crypto support. takes original mbuf "try, and discardderaadt2001-05-131-1/+2
* Initial support for Broadcom 5820, which is very much like the 5805 exceptjason2001-05-131-2/+6
* - add infrastructure for dealing with the key generator (MCR2)jason2001-01-291-4/+19
* oopsderaadt2001-01-111-2/+1
* move ich to auich at mickey's requestderaadt2001-01-111-1/+2
* fix session codederaadt2000-08-131-3/+3
* not completely working session code from jasonderaadt2000-08-131-1/+12
* move mcr out of q; and write prelim mcr aggregation code, which does not yetderaadt2000-08-111-2/+2
* remove the (unused) sc_intrmask, and be more careful about initializingjason2000-07-291-2/+1
* oops, add macbuf to the queue structurejason2000-06-191-1/+2
* put an upperbound on queue lengthjason2000-06-131-1/+6
* ESP 3des now works, after squishing 4 bugsderaadt2000-06-121-1/+21
* Move everything to where is supposed to be (reg definitions, etc).jason2000-06-031-17/+12
* work in progress: driver for BlueSteel (Broadcom) 5[56]01 crypto acceleratorjason2000-05-181-0/+47