Searched refs:ddi_security_token (Results 1 – 1 of 1) sorted by relevance
84 char ddi_security_token[DDI_SECURITY_TOKEN_SIZE + 1]; member105 #define HAWKBIT_DDI_SECURITY_TOKEN hb_cfg.ddi_security_token325 if (len != sizeof(hb_cfg.ddi_security_token)) { in hawkbit_settings_set()329 rc = read_cb(cb_arg, &hb_cfg.ddi_security_token, sizeof(hb_cfg.ddi_security_token)); in hawkbit_settings_set()330 LOG_DBG("<%s> = %s", "hawkbit/ddi_token", hb_cfg.ddi_security_token); in hawkbit_settings_set()365 (void)cb("hawkbit/ddi_token", &hb_cfg.ddi_security_token, in hawkbit_settings_export()366 sizeof(hb_cfg.ddi_security_token)); in hawkbit_settings_export()794 strncpy(hb_cfg.ddi_security_token, config->auth_token, in hawkbit_set_config()795 sizeof(hb_cfg.ddi_security_token)); in hawkbit_set_config()797 hb_cfg.ddi_security_token); in hawkbit_set_config()[all …]