Lines Matching full:w
56 int bt_crypto_f5(const uint8_t *w, const uint8_t *n1, const uint8_t *n2, const bt_addr_le_t *a1, in bt_crypto_f5() argument
73 LOG_DBG("w %s", bt_hex(w, 32)); in bt_crypto_f5()
77 sys_memcpy_swap(ws, w, 32); in bt_crypto_f5()
117 int bt_crypto_f6(const uint8_t *w, const uint8_t *n1, const uint8_t *n2, const uint8_t *r, in bt_crypto_f6() argument
125 LOG_DBG("w %s", bt_hex(w, 16)); in bt_crypto_f6()
146 sys_memcpy_swap(ws, w, 16); in bt_crypto_f6()
192 int bt_crypto_h6(const uint8_t w[16], const uint8_t key_id[4], uint8_t res[16]) in bt_crypto_h6()
198 LOG_DBG("w %s", bt_hex(w, 16)); in bt_crypto_h6()
201 sys_memcpy_swap(ws, w, 16); in bt_crypto_h6()
216 int bt_crypto_h7(const uint8_t salt[16], const uint8_t w[16], uint8_t res[16]) in bt_crypto_h7()
222 LOG_DBG("w %s", bt_hex(w, 16)); in bt_crypto_h7()
225 sys_memcpy_swap(ws, w, 16); in bt_crypto_h7()