Searched refs:auth_token (Results 1 – 5 of 5) sorted by relevance
313 bioscfg_drv.spm_data.auth_token = kmemdup(buf, length, GFP_KERNEL); in auth_token_store()314 if (!bioscfg_drv.spm_data.auth_token) { in auth_token_store()322 kfree(bioscfg_drv.spm_data.auth_token); in auth_token_store()323 bioscfg_drv.spm_data.auth_token = NULL; in auth_token_store()328 static struct kobj_attribute password_spm_auth_token = __ATTR_WO(auth_token);355 kfree(bioscfg_drv.spm_data.auth_token); in hp_exit_secure_platform_attributes()356 bioscfg_drv.spm_data.auth_token = NULL; in hp_exit_secure_platform_attributes()378 bioscfg_drv.spm_data.auth_token = NULL; in hp_populate_secure_platform_data()
56 if (bioscfg_drv.spm_data.auth_token) in hp_set_attribute()57 auth_token_choice = bioscfg_drv.spm_data.auth_token; in hp_set_attribute()
46 kfree(bioscfg_drv.spm_data.auth_token); in hp_clear_all_credentials()47 bioscfg_drv.spm_data.auth_token = NULL; in hp_clear_all_credentials()
199 u8 *auth_token; member
45 ${auth_token}= Create Dictionary X-Auth-Token ${session_resp.headers['X-Auth-Token']}47 Set To Dictionary ${session_dict} headers ${auth_token}