summaryrefslogtreecommitdiffstats
path: root/drivers/usb/wusbcore/crypto.c
Commit message (Collapse)AuthorAgeFilesLines
* uwb: use print_hex_dump()David Vrabel2008-12-221-16/+18
| | | | | | Use print_hex_dump() instead of the home-grown dump_bytes(). Signed-off-by: David Vrabel <david.vrabel@csr.com>
* uwb: use dev_dbg() for debug messagesDavid Vrabel2008-12-221-30/+0Star
| | | | | | | Instead of the home-grown d_fnstart(), d_fnend() and d_printf() macros, use dev_dbg() or remove the message entirely. Signed-off-by: David Vrabel <david.vrabel@csr.com>
* wusb: disable verification of the key generation algorithmsDavid Vrabel2008-10-281-4/+11
| | | | | | | | Verifing the key generation algorithms could take too long on a freshly booted system (due to lack of entropy) so disable the test unless a module parameter (debug_crypto_verify) is specified. Signed-off-by: David Vrabel <david.vrabel@csr.com>
* wusb: add the Wireless USB core (security)Inaky Perez-Gonzalez2008-09-171-0/+538
Add the WUSB security (authentication) code. Signed-off-by: David Vrabel <david.vrabel@csr.com>