summaryrefslogtreecommitdiff
path: root/sys/dev/pci/safe.c
AgeCommit message (Expand)Author
2010-01-10Fix two bugs in IPsec/HMAC-SHA2:Markus Friedl
2009-09-13M_DUP_PKTHDR() define -> m_dup_pkthdr() function to properly dealKenneth R Westerback
2009-06-25Change safe_rng_read() from __inline to static __inline likeJonathan Gray
2008-10-15Second pass of simple timeout_add -> timeout_add_sec conversionsBret Lambert
2008-06-09rename arc4random_bytes => arc4random_buf to match libc's nicer name;Damien Miller
2007-09-18arc4random_bytes() is the preferred interface for generating nonces;Damien Miller
2007-02-28of ofTheo de Raadt
2006-06-29do not check for master/io/mem enables; ok kettenisTheo de Raadt
2006-03-12make SAFE_DEBUG compile clean; ssehic@gmailTheo de Raadt
2006-02-06typos from alexey dobriyan;Jason McIntyre
2005-12-17Replace 'while (j>=0)' constructs with safer, more KNF friendly for()Kenneth R Westerback
2005-11-09fix comments, splimp -> splnetBrad Smith
2005-08-09do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisub...Michael Shalayeff
2004-05-07Replace RSA-derived md5 code with code derived from Colin Plumb's PD version.Todd C. Miller
2004-05-04Remove useless ``elm'' argument from the SIMPLEQ_REMOVE_HEAD macro.Alexander Yurchenko
2004-02-03advertise features of our crypto chips better; ok tdevalTheo de Raadt
2004-01-09remove uvm_extern.hBrad Smith
2003-08-22need to flip the operands wordwise for big endian machines. modexp worksJason Wright
2003-08-20How about we NOT stomp all over memory past the end of the result buffer.Jason Wright
2003-08-20- The safenet chip really likes it's big nums to be written to differentJason Wright
2003-08-20most of the infrastructure to support public key operation. This is justJason Wright
2003-08-14add more delays during initJason Wright
2003-08-14remove magic swapping constants in favor of the #defines I added a fewJason Wright
2003-08-14- remove some uneeded junk (mainly leftovers from ubsec cut/paste)Jason Wright
2003-08-12- Don't need the bus_dma callback cruft as we have everything necessary in theJason Wright
2003-08-12cleaning: remove sc_flags and FBSDID junkJason Wright
2003-08-12safenet 1141 driver from freebsd (sam at errno):Jason Wright