Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dnet.c171 err = bt_mesh_k2(key, p, sizeof(p), &nid, keys->enc, keys->privacy); in bt_mesh_net_keys_create()
182 BT_DBG("PrivacyKey %s", bt_hex(keys->privacy, 16)); in bt_mesh_net_keys_create()
245 cred->cred[idx].enc, cred->cred[idx].privacy); in friend_cred_set()
253 BT_DBG("Friend PrivacyKey %s", bt_hex(cred->cred[idx].privacy, 16)); in friend_cred_set()
392 *priv = cred->cred[sub->kr_flag].privacy; in friend_cred_get()
797 priv = sub->keys[new_key].privacy; in bt_mesh_net_resend()
897 priv = tx->sub->keys[tx->sub->kr_flag].privacy; in bt_mesh_net_encode()
903 priv = tx->sub->keys[tx->sub->kr_flag].privacy; in bt_mesh_net_encode()
1126 !net_decrypt(sub, cred->cred[0].enc, cred->cred[0].privacy, in friend_decrypt()
1136 !net_decrypt(sub, cred->cred[1].enc, cred->cred[1].privacy, in friend_decrypt()
[all …]
Dnet.h70 uint8_t privacy[16]; /* PrivacyKey */ member
392 uint8_t privacy[16]; /* PrivacyKey */ member
Dfriend.c502 priv = sub->keys[sub->kr_flag].privacy; in encrypt_friend_pdu()
/hal_espressif-latest/components/bt/host/bluedroid/
DKconfig.in1153 …For ESP32, ESP32 only support network privacy mode. If this option is enabled, ESP32 will only acc…
1160 For other BLE chips, devices support network privacy mode and device privacy mode,
/hal_espressif-latest/components/bt/host/nimble/
DKconfig.in531 bool "Enable host based privacy for random address."
536 If this option is disabled then controller based privacy is used.