Searched refs:ikm_len (Results 1 – 2 of 2) sorted by relevance
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/src/ |
H A D | crypto.h | 36 int bt_mesh_k1(const u8_t *ikm, size_t ikm_len, const u8_t salt[16], 39 #define bt_mesh_k1_str(ikm, ikm_len, salt_str, info, okm) \ argument 42 bt_mesh_k1(ikm, ikm_len, salt, info, okm); \
|
H A D | crypto.c | 52 int bt_mesh_k1(const u8_t *ikm, size_t ikm_len, const u8_t salt[16], in bt_mesh_k1() argument 57 err = bt_mesh_aes_cmac_one(salt, ikm, ikm_len, okm); in bt_mesh_k1()
|