Searched refs:n_len (Results 1 – 2 of 2) sorted by relevance
/Zephyr-Core-3.7.0/subsys/bluetooth/mesh/ |
D | crypto.h | 62 int bt_mesh_k5(const uint8_t *n, size_t n_len, const uint8_t salt[32], uint8_t *p, uint8_t out[32]);
|
D | crypto.c | 202 int bt_mesh_k5(const uint8_t *n, size_t n_len, const uint8_t salt[32], in bt_mesh_k5() argument 208 err = bt_mesh_sha256_hmac_one_raw_key(salt, n, n_len, t); in bt_mesh_k5()
|