Home
last modified time | relevance | path

Searched refs:debug_crypto_verify (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/usb/wusbcore/
Dcrypto.c43 static int debug_crypto_verify; variable
45 module_param(debug_crypto_verify, int, 0);
46 MODULE_PARM_DESC(debug_crypto_verify, "verify the key generation algorithms");
510 if (debug_crypto_verify) { in wusb_crypto_init()