Home
last modified time | relevance | path

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

/linux/net/bluetooth/
H A Dsmp.c64 #define CMAC_MSG_MAX 80 macro
166 uint8_t tmp[16], mac_msb[16], msg_msb[CMAC_MSG_MAX]; in smp_aes_cmac()
170 if (len > CMAC_MSG_MAX) in smp_aes_cmac()