Home
last modified time | relevance | path

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

/net/bluetooth/
Dmgmt.c215 #define ZERO_KEY "\x00\x00\x00\x00\x00\x00\x00\x00" \ macro
4562 exp_feature_changed(NULL, ZERO_KEY, false, sk); in set_zero_key_func()
4992 EXP_FEAT(ZERO_KEY, set_zero_key_func),
5732 if (memcmp(cp->rand192, ZERO_KEY, 16) || in add_remote_oob_data()
5733 memcmp(cp->hash192, ZERO_KEY, 16)) { in add_remote_oob_data()
5747 if (!memcmp(cp->rand192, ZERO_KEY, 16) || in add_remote_oob_data()
5748 !memcmp(cp->hash192, ZERO_KEY, 16)) { in add_remote_oob_data()
5760 if (!memcmp(cp->rand256, ZERO_KEY, 16) || in add_remote_oob_data()
5761 !memcmp(cp->hash256, ZERO_KEY, 16)) { in add_remote_oob_data()
Dhci_event.c44 #define ZERO_KEY "\x00\x00\x00\x00\x00\x00\x00\x00" \ macro
4713 if (!crypto_memneq(ev->link_key, ZERO_KEY, HCI_LINK_KEY_SIZE)) { in hci_link_key_notify_evt()
5256 if (!crypto_memneq(data->rand256, ZERO_KEY, 16) || in bredr_oob_data_present()
5257 !crypto_memneq(data->hash256, ZERO_KEY, 16)) in bredr_oob_data_present()
5267 if (!crypto_memneq(data->rand192, ZERO_KEY, 16) || in bredr_oob_data_present()
5268 !crypto_memneq(data->hash192, ZERO_KEY, 16)) in bredr_oob_data_present()