Searched refs:msg_msb (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | smp.c | 172 uint8_t tmp[16], mac_msb[16], msg_msb[CMAC_MSG_MAX]; in aes_cmac() local 185 swap_buf(m, msg_msb, len); in aes_cmac() 196 err = crypto_shash_tfm_digest(tfm, msg_msb, len, mac_msb); in aes_cmac()
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | smp.c | 173 uint8_t tmp[16], mac_msb[16], msg_msb[CMAC_MSG_MAX]; in aes_cmac() local 186 swap_buf(m, msg_msb, len); in aes_cmac() 197 err = crypto_shash_tfm_digest(tfm, msg_msb, len, mac_msb); in aes_cmac()
|
Completed in 9 milliseconds