Lines Matching refs:callback
61 …const uint8_t * p, const uint16_t p_len, uint8_t * result, void (* callback)(void * arg), void * c… in mesh_k1()
62 mesh_k1_callback = callback; in mesh_k1()
121 …o_aes128_cmac_t * request, const uint8_t * n, uint8_t * result, void (* callback)(void * arg), voi… in mesh_k2()
122 mesh_k2_callback = callback; in mesh_k2()
150 …o_aes128_cmac_t * request, const uint8_t * n, uint8_t * result, void (* callback)(void * arg), voi… in mesh_k3()
151 mesh_k3_callback = callback; in mesh_k3()
183 …o_aes128_cmac_t * request, const uint8_t * n, uint8_t * result, void (* callback)(void * arg), voi… in mesh_k4()
184 mesh_k4_callback = callback; in mesh_k4()
206 …_cmac_t * request, const uint8_t * label_uuid, uint16_t * addr, void (* callback)(void * arg), voi… in mesh_virtual_address()
207 mesh_virtual_address_callback = callback; in mesh_virtual_address()
262 …ypto_aes128_cmac_t * request, mesh_network_key_t * network_key, void (* callback)(void * arg), voi… in mesh_network_key_derive()
263 mesh_network_key_derive_callback = callback; in mesh_network_key_derive()
272 …crypto_aes128_cmac_t * request, mesh_transport_key_t * app_key, void (* callback)(void * arg), voi… in mesh_transport_key_calc_aid()
273 mesh_k4(request, app_key->key, &app_key->aid, callback, callback_arg); in mesh_transport_key_calc_aid()