Lines Matching refs:ddi_security_token
83 char ddi_security_token[DDI_SECURITY_TOKEN_SIZE + 1]; member
104 #define HAWKBIT_DDI_SECURITY_TOKEN hb_cfg.ddi_security_token
326 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()
998 snprintf(header, sizeof(header), AUTH_HEADER_FULL, hb_cfg.ddi_security_token); in send_request()