Searched refs:k_input (Results 1 – 2 of 2) sorted by relevance
| /Zephyr-latest/subsys/bluetooth/mesh/ |
| D | crypto.c | 628 int bt_mesh_prov_conf_key(uint8_t algorithm, const uint8_t *k_input, in bt_mesh_prov_conf_key() argument 634 return bt_mesh_k5(k_input, 64, conf_salt, "prck256", conf_key); in bt_mesh_prov_conf_key() 640 return bt_mesh_k1(k_input, 32, conf_salt, "prck", conf_key); in bt_mesh_prov_conf_key()
|
| D | crypto.h | 133 int bt_mesh_prov_conf_key(uint8_t algorithm, const uint8_t *k_input, const uint8_t *conf_salt,
|