Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/wusbcore/include/
Dwusb.h263 struct aes_ccm_nonce { struct
298 const u8 key[16], const struct aes_ccm_nonce *_n,
303 const struct aes_ccm_nonce *n, in wusb_prf_64()
311 const struct aes_ccm_nonce *n, in wusb_prf_128()
319 const struct aes_ccm_nonce *n, in wusb_prf_256()
329 const struct aes_ccm_nonce *n, in wusb_key_derive()
354 const struct aes_ccm_nonce *n, in wusb_oob_mic()
/Linux-v5.4/drivers/staging/wusbcore/
Dcrypto.c87 struct aes_ccm_nonce ccm_nonce;
111 struct aes_ccm_nonce ccm_nonce;
181 const struct aes_ccm_nonce *n, in wusb_ccm_mac()
243 const u8 key[16], const struct aes_ccm_nonce *_n, in wusb_prf()
248 struct aes_ccm_nonce n = *_n; in wusb_prf()
291 static const struct aes_ccm_nonce stv_hsmic_n = {
356 static const struct aes_ccm_nonce stv_keydvt_n_a1 = {
Dsecurity.c358 struct aes_ccm_nonce ccm_n; in wusb_dev_4way_handshake()