summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/safe.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* dev/rndvar.h no longer has statistical interfaces (removed during variousderaadt2020-05-291-2/+1
* replace add_*_randomness with enqueue_randomness()jasper2018-04-281-2/+2
* Reduce the per-packet allocation costs for crypto operations (cryptop)patrick2017-02-071-6/+9
* Remove plain DES from the kernel crypto framework, including the cryptonaddy2015-12-101-19/+6
* Expand ancient NTOHL/NTOHS/HTONS/HTONL macros.mpi2015-07-161-2/+2
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* Remove support for public key operationsmikeb2014-08-151-277/+1
* Some reallocarray() use; review Jean-Philippe Ouellet, patrick keshishianderaadt2014-07-131-2/+2
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-4/+4
* Remove excessive sys/cdefs.h inclusionderaadt2012-12-051-3/+1
* handle m_copyback errors, this code is too sensitive for suchmikeb2012-01-131-3/+6
* Passing M_WAITOK to mbuf functions is supposed to be a contract betweenblambert2011-04-051-2/+3
* use nitems(); no binary change for drivers that are compiled on amd64.jasper2011-04-031-5/+4
* use explicit_bzero() for key materials, including that in the session.deraadt2011-01-121-3/+5
* Bring CBC oracle attack countermeasure from r1.32 of cryptosoft.c tomikeb2010-12-151-33/+3
* m_copyback can fail to allocate memory, but is a void fucntion so gymnasticsblambert2010-07-021-3/+5
* update a random sampling of drivers after the proc.h -> systm.h movetedu2010-04-061-2/+1
* Fix two bugs in IPsec/HMAC-SHA2:markus2010-01-101-5/+5
* M_DUP_PKTHDR() define -> m_dup_pkthdr() function to properly dealkrw2009-09-131-3/+8
* Change safe_rng_read() from __inline to static __inline likejsg2009-06-251-3/+3
* Second pass of simple timeout_add -> timeout_add_sec conversionsblambert2008-10-151-3/+3
* rename arc4random_bytes => arc4random_buf to match libc's nicer name;djm2008-06-091-2/+2
* arc4random_bytes() is the preferred interface for generating nonces;djm2007-09-181-2/+2
* of ofderaadt2007-02-281-2/+2
* do not check for master/io/mem enables; ok kettenisderaadt2006-06-291-14/+2
* make SAFE_DEBUG compile clean; ssehic@gmailderaadt2006-03-121-10/+5
* typos from alexey dobriyan;jmc2006-02-061-2/+2
* Replace 'while (j>=0)' constructs with safer, more KNF friendly for()krw2005-12-171-9/+3
* fix comments, splimp -> splnetbrad2005-11-091-3/+3
* do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisubmatch(); kettenis@ testing; brad@ okmickey2005-08-091-4/+1
* Replace RSA-derived md5 code with code derived from Colin Plumb's PD version.millert2004-05-071-2/+2
* Remove useless ``elm'' argument from the SIMPLEQ_REMOVE_HEAD macro.grange2004-05-041-2/+2
* advertise features of our crypto chips better; ok tdevalderaadt2004-02-031-9/+10
* remove uvm_extern.hbrad2004-01-091-3/+1
* need to flip the operands wordwise for big endian machines. modexp worksjason2003-08-221-4/+5
* How about we NOT stomp all over memory past the end of the result buffer.jason2003-08-201-5/+6
* - The safenet chip really likes it's big nums to be written to differentjason2003-08-201-5/+6
* most of the infrastructure to support public key operation. This is justjason2003-08-201-12/+277
* add more delays during initjason2003-08-141-7/+8
* remove magic swapping constants in favor of the #defines I added a fewjason2003-08-141-3/+3
* - remove some uneeded junk (mainly leftovers from ubsec cut/paste)jason2003-08-141-59/+57
* - Don't need the bus_dma callback cruft as we have everything necessary in thejason2003-08-121-39/+130
* cleaning: remove sc_flags and FBSDID junkjason2003-08-121-10/+7
* safenet 1141 driver from freebsd (sam at errno):jason2003-08-121-0/+1814