Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/usb/
Dwusb.h278 struct aes_ccm_nonce { struct
313 const u8 key[16], const struct aes_ccm_nonce *_n,
318 const struct aes_ccm_nonce *n, in wusb_prf_64()
326 const struct aes_ccm_nonce *n, in wusb_prf_128()
334 const struct aes_ccm_nonce *n, in wusb_prf_256()
344 const struct aes_ccm_nonce *n, in wusb_key_derive()
369 const struct aes_ccm_nonce *n, in wusb_oob_mic()
/linux-4.1.27/drivers/usb/wusbcore/
Dcrypto.c97 struct aes_ccm_nonce ccm_nonce;
121 struct aes_ccm_nonce ccm_nonce;
200 const struct aes_ccm_nonce *n, in wusb_ccm_mac()
298 const u8 key[16], const struct aes_ccm_nonce *_n, in wusb_prf()
303 struct aes_ccm_nonce n = *_n; in wusb_prf()
359 static const struct aes_ccm_nonce stv_hsmic_n = {
428 static const struct aes_ccm_nonce stv_keydvt_n_a1 = {
Dsecurity.c371 struct aes_ccm_nonce ccm_n; in wusb_dev_4way_handshake()