Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/
Daes_ccm.c100 const uint8_t *cleartext_msg, uint16_t msg_len, const uint8_t *aad, in ccm_auth() argument
130 b[i] = Xn[i] ^ cleartext_msg[(j * 16) + i]; in ccm_auth()
135 xor16(b, Xn, &cleartext_msg[j * 16]); in ccm_auth()