Searched refs:ikm_len (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | crypto.h | 52 int bt_mesh_k1(const uint8_t *ikm, size_t ikm_len, const uint8_t salt[16], const char *info,
|
D | crypto.c | 64 int bt_mesh_k1(const uint8_t *ikm, size_t ikm_len, const uint8_t salt[16], in bt_mesh_k1() argument 69 err = bt_mesh_aes_cmac_one_raw_key(salt, ikm, ikm_len, okm); in bt_mesh_k1()
|