Searched refs:mic_out (Results 1 - 1 of 1) sorted by relevance

/include/linux/usb/
H A Dwusb.h353 * Compute the MIC over @key, @n and @hs and place it in @mic_out.
355 * @mic_out: Where to place the 8 byte MIC tag
366 static inline int wusb_oob_mic(u8 mic_out[8], const u8 key[16], argument
371 return wusb_prf_64(mic_out, 8, key, n, &a,

Completed in 316 milliseconds