Lines Matching defs:sub
266 int friend_cred_update(struct bt_mesh_subnet *sub) in friend_cred_update()
289 struct friend_cred *friend_cred_create(struct bt_mesh_subnet *sub, u16_t addr, in friend_cred_create()
358 int friend_cred_get(struct bt_mesh_subnet *sub, u16_t addr, u8_t *nid, in friend_cred_get()
394 int friend_cred_get(struct bt_mesh_subnet *sub, u16_t addr, u8_t *nid, in friend_cred_get()
401 u8_t bt_mesh_net_flags(struct bt_mesh_subnet *sub) in bt_mesh_net_flags()
416 int bt_mesh_net_beacon_update(struct bt_mesh_subnet *sub) in bt_mesh_net_beacon_update()
438 struct bt_mesh_subnet *sub; in bt_mesh_net_create() local
493 void bt_mesh_net_revoke_keys(struct bt_mesh_subnet *sub) in bt_mesh_net_revoke_keys()
513 bool bt_mesh_kr_update(struct bt_mesh_subnet *sub, u8_t new_kr, bool new_key) in bt_mesh_kr_update()
605 void bt_mesh_net_sec_update(struct bt_mesh_subnet *sub) in bt_mesh_net_sec_update()
725 int bt_mesh_net_resend(struct bt_mesh_subnet *sub, struct os_mbuf *buf, in bt_mesh_net_resend()
957 struct bt_mesh_subnet *sub = &bt_mesh.sub[i]; in bt_mesh_subnet_find() local
981 static int net_decrypt(struct bt_mesh_subnet *sub, const u8_t *enc, in net_decrypt()
1022 static int friend_decrypt(struct bt_mesh_subnet *sub, const u8_t *data, in friend_decrypt()
1063 struct bt_mesh_subnet *sub; in net_find_and_decrypt() local