Home
last modified time | relevance | path

Searched refs:auth_token (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/platform/x86/hp/hp-bioscfg/
H A Dspmobj-attributes.c313 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()
H A Dbiosattr-interface.c56 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()
H A Dpasswdobj-attributes.c46 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()
H A Dbioscfg.h199 u8 *auth_token; member
/openbmc/openbmc-test-automation/lib/
H A Dredfish_request.robot45 ${auth_token}= Create Dictionary X-Auth-Token ${session_resp.headers['X-Auth-Token']}
47 Set To Dictionary ${session_dict} headers ${auth_token}