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.c67 #define CMAC_MSG_MAX 80 macro
172 uint8_t tmp[16], mac_msb[16], msg_msb[CMAC_MSG_MAX]; in aes_cmac()
175 if (len > CMAC_MSG_MAX) in aes_cmac()