Home
last modified time | relevance | path

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

/linux-6.1.9/net/bluetooth/
Dsmp.c66 #define CMAC_MSG_MAX 80 macro
171 uint8_t tmp[16], mac_msb[16], msg_msb[CMAC_MSG_MAX]; in aes_cmac()
174 if (len > CMAC_MSG_MAX) in aes_cmac()