#include <linux/crypto.h>
#include <linux/module.h>
#include <linux/err.h>
#include <linux/uwb.h>
#include <linux/slab.h>
#include <linux/usb/wusb.h>
#include <linux/scatterlist.h>
Go to the source code of this file.
|
| module_param (debug_crypto_verify, int, 0) |
|
| MODULE_PARM_DESC (debug_crypto_verify,"verify the key generation algorithms") |
|
struct aes_ccm_block | __attribute__ ((packed)) |
|
ssize_t | wusb_prf (void *out, size_t out_size, const u8 key[16], const struct aes_ccm_nonce *_n, const struct aes_ccm_label *a, const void *b, size_t blen, size_t len) |
|
int | wusb_crypto_init (void) |
|
void | wusb_crypto_exit (void) |
|
mcontroller : adapter info structure for old mimd_t apps
: base address : irq number : number of logical drives : pci bus : pci device : pci function : pci id : vendor id : slot number : unique id
Definition at line 171 of file esd_usb2.c.
module_param |
( |
debug_crypto_verify |
, |
|
|
int |
, |
|
|
0 |
|
|
) |
| |
MODULE_PARM_DESC |
( |
debug_crypto_verify |
, |
|
|
"verify the key generation algorithms" |
|
|
) |
| |