Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dcrypto.h90 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()
Dprov.c1185 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()
Dprovisioner_prov.c2386 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/
Dms_funcs.h43 int get_asymetric_start_key(const u8 *master_key, u8 *session_key,
Dms_funcs.c357 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()