summaryrefslogtreecommitdiff
path: root/sys/arch/i386/pci/glxsb.c
AgeCommit message (Expand)Author
2015-09-08sizes for free(); ok semarieTheo de Raadt
2014-12-09Replace some malloc(n*size,...) calls with mallocarray().Doug Hogan
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2013-10-29unbreak glxsb(4) by properly allocating it's key schedule;Mike Belopuhov
2013-08-25one change missed by jsging's commit is needed to unbreak the build;Mike Belopuhov
2012-12-05Remove excessive sys/cdefs.h inclusionTheo de Raadt
2012-01-13handle m_copyback errors, this code is too sensitive for suchMike Belopuhov
2011-01-12use explicit_bzero() for the session, in drivers where struct sessionTheo de Raadt
2011-01-11for key material that is being being discarded, convert bzero() toTheo de Raadt
2010-12-15Bring CBC oracle attack countermeasure from r1.32 of cryptosoft.c toMike Belopuhov
2010-09-20Write the start of an activate function. QUIESCE should wait for theTheo de Raadt
2010-07-02m_copyback can fail to allocate memory, but is a void fucntion so gymnasticsBret Lambert
2010-01-10Fix two bugs in IPsec/HMAC-SHA2:Markus Friedl
2009-10-30correct interrupt status bits; patfbsd@davenulle.orgTheo de Raadt
2009-08-05timeout_add -> timeout_add_msecBret Lambert
2008-09-19AES with keysize != 128 bit is not supported in hardware, so we needMarkus Friedl
2008-06-09rename arc4random_bytes => arc4random_buf to match libc's nicer name;Damien Miller
2007-12-09FREE -> freeHans-Joerg Hoexer
2007-11-14do not process requests linked to unused sessions. (crypto_freesessionMarkus Friedl
2007-09-18arc4random_bytes() is the preferred interface for generating nonces;Damien Miller
2007-09-10Remove unused "extern" declaration.Henric Jungheim
2007-09-07Use M_ZERO in a few more places to shave bytes from the kernel.Artur Grabowski
2007-08-07provide software version of HMAC, so IPsec can actually use the crypto HW;Markus Friedl
2007-02-12Enable the AES acceleration. Won't be picked up for IPsec, since weTom Cosgrove
2007-01-19Update comment (on how long we wait for operation to complete) reflectTom Cosgrove
2007-01-02Use bus_space_write_region_4() instead of doing the same thing bit byTom Cosgrove
2006-11-19Handle operations larger than will fit in the buffer we allocate,Tom Cosgrove
2006-11-19Improve the AES acceleration, by allocating a contiguous DMA-ableTom Cosgrove
2006-11-17Add code for AES acceleration. This is currently disabled withTom Cosgrove
2006-10-26Driver for the AMD Geode LX series processor security block.Tom Cosgrove