Searched refs:bt_mesh_k1 (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/inc/ |
A D | crypto.h | 32 int bt_mesh_k1(const u8_t *ikm, size_t ikm_len, const u8_t salt[16], 38 bt_mesh_k1(ikm, ikm_len, salt, info, okm); \ 81 return bt_mesh_k1(dhkey, 32, prov_salt, "prsk", session_key); in bt_mesh_session_key() 91 err = bt_mesh_k1(dhkey, 32, prov_salt, "prsn", tmp); in bt_mesh_prov_nonce() 103 return bt_mesh_k1(dhkey, 32, prov_salt, "prdk", dev_key); in bt_mesh_dev_key()
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/ |
A D | crypto.c | 45 int bt_mesh_k1(const u8_t *ikm, size_t ikm_len, const u8_t salt[16], in bt_mesh_k1() function 188 return bt_mesh_k1(n, 16, salt, id128, out); in bt_mesh_id128() 830 return bt_mesh_k1(dhkey, 32, conf_salt, "prck", conf_key); in bt_mesh_prov_conf_key()
|
Completed in 4 milliseconds