Searched refs:PROV_FREE_MEM (Results 1 – 1 of 1) sorted by relevance
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/ |
D | provisioner_prov.c | 342 #define PROV_FREE_MEM(_idx, member) \ macro 1248 PROV_FREE_MEM(idx, dhkey); 1249 PROV_FREE_MEM(idx, auth); 1250 PROV_FREE_MEM(idx, rand); 1251 PROV_FREE_MEM(idx, conf); 1252 PROV_FREE_MEM(idx, local_conf); 1253 PROV_FREE_MEM(idx, conf_salt); 1254 PROV_FREE_MEM(idx, conf_key); 1255 PROV_FREE_MEM(idx, conf_inputs); 1256 PROV_FREE_MEM(idx, prov_salt);
|