Searched refs:session_key (Results 1 – 5 of 5) sorted by relevance
| /hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/ |
| D | crypto.h | 90 uint8_t session_key[16]) in bt_mesh_session_key() 92 return bt_mesh_k1(dhkey, 32, prov_salt, "prsk", session_key); in bt_mesh_session_key()
|
| D | prov.c | 1185 uint8_t session_key[16] = {0}; in prov_data() local 1198 err = bt_mesh_session_key(link.dhkey, link.prov_salt, session_key); in prov_data() 1205 BT_DBG("SessionKey: %s", bt_hex(session_key, 16)); in prov_data() 1216 err = bt_mesh_prov_decrypt(session_key, nonce, data, pdu); in prov_data()
|
| D | provisioner_prov.c | 2386 uint8_t session_key[16] = {0}; local 2391 err = bt_mesh_session_key(link[idx].dhkey, link[idx].prov_salt, session_key); 2396 BT_DBG("SessionKey: %s", bt_hex(session_key, 16)); 2491 err = bt_mesh_prov_encrypt(session_key, nonce, pdu, net_buf_simple_add(&buf, 33));
|
| /hal_espressif-latest/components/wpa_supplicant/src/crypto/ |
| D | ms_funcs.h | 43 int get_asymetric_start_key(const u8 *master_key, u8 *session_key,
|
| D | ms_funcs.c | 357 int get_asymetric_start_key(const u8 *master_key, u8 *session_key, in get_asymetric_start_key() argument 414 os_memcpy(session_key, digest, session_key_len); in get_asymetric_start_key()
|