Searched refs:ddi_security_token (Results 1 – 1 of 1) sorted by relevance
83 char ddi_security_token[DDI_SECURITY_TOKEN_SIZE + 1]; member104 #define HAWKBIT_DDI_SECURITY_TOKEN hb_cfg.ddi_security_token326 if (len != sizeof(hb_cfg.ddi_security_token)) { in hawkbit_settings_set()330 rc = read_cb(cb_arg, &hb_cfg.ddi_security_token, sizeof(hb_cfg.ddi_security_token)); in hawkbit_settings_set()331 LOG_DBG("<%s> = %s", "hawkbit/ddi_token", hb_cfg.ddi_security_token); in hawkbit_settings_set()359 (void)cb("hawkbit/ddi_token", &hb_cfg.ddi_security_token, in hawkbit_settings_export()360 sizeof(hb_cfg.ddi_security_token)); in hawkbit_settings_export()788 strncpy(hb_cfg.ddi_security_token, config->auth_token, in hawkbit_set_config()789 sizeof(hb_cfg.ddi_security_token)); in hawkbit_set_config()791 hb_cfg.ddi_security_token); in hawkbit_set_config()[all …]