Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/platform/x86/hp/hp-bioscfg/
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()
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()
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()
Dbioscfg.h199 u8 *auth_token; member