Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/subsys/bluetooth/host/
Daes_ccm.c20 static inline void xor16(uint8_t *dst, const uint8_t *a, const uint8_t *b) in xor16() function
135 xor16(b, Xn, &cleartext_msg[j * 16]); in ccm_auth()
180 xor16(&out_msg[j * 16], s_i, &in_msg[j * 16]); in ccm_crypt()