Home
last modified time | relevance | path

Searched refs:bt_mesh_k2 (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/bluetooth/mesh/
Dcrypto.h55 int bt_mesh_k2(const uint8_t n[16], const uint8_t *p, size_t p_len, uint8_t net_id[1],
Dcrypto.c77 int bt_mesh_k2(const uint8_t n[16], const uint8_t *p, size_t p_len, in bt_mesh_k2() function
Dsubnet.c304 return bt_mesh_k2(key, p, p_len, &cred->nid, &cred->enc, &cred->privacy); in msg_cred_create()