Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/usb/
Dwusb.h279 struct aes_ccm_nonce { struct
314 const u8 key[16], const struct aes_ccm_nonce *_n,
319 const struct aes_ccm_nonce *n, in wusb_prf_64()
327 const struct aes_ccm_nonce *n, in wusb_prf_128()
335 const struct aes_ccm_nonce *n, in wusb_prf_256()
345 const struct aes_ccm_nonce *n, in wusb_key_derive()
370 const struct aes_ccm_nonce *n, in wusb_oob_mic()
/Linux-v4.19/drivers/usb/wusbcore/
Dcrypto.c84 struct aes_ccm_nonce ccm_nonce;
108 struct aes_ccm_nonce ccm_nonce;
196 const struct aes_ccm_nonce *n, in wusb_ccm_mac()
295 const u8 key[16], const struct aes_ccm_nonce *_n, in wusb_prf()
300 struct aes_ccm_nonce n = *_n; in wusb_prf()
365 static const struct aes_ccm_nonce stv_hsmic_n = {
434 static const struct aes_ccm_nonce stv_keydvt_n_a1 = {
Dsecurity.c358 struct aes_ccm_nonce ccm_n; in wusb_dev_4way_handshake()