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

/linux-master/drivers/platform/x86/hp/hp-bioscfg/
H A Dspmobj-attributes.c313 bioscfg_drv.spm_data.auth_token = kmemdup(buf, length, GFP_KERNEL);
314 if (!bioscfg_drv.spm_data.auth_token) {
322 kfree(bioscfg_drv.spm_data.auth_token);
323 bioscfg_drv.spm_data.auth_token = NULL;
328 static struct kobj_attribute password_spm_auth_token = __ATTR_WO(auth_token);
355 kfree(bioscfg_drv.spm_data.auth_token);
356 bioscfg_drv.spm_data.auth_token = NULL;
378 bioscfg_drv.spm_data.auth_token = NULL;
H A Dbiosattr-interface.c56 if (bioscfg_drv.spm_data.auth_token)
57 auth_token_choice = bioscfg_drv.spm_data.auth_token;
H A Dpasswdobj-attributes.c44 /* clear auth_token */
45 kfree(bioscfg_drv.spm_data.auth_token);
46 bioscfg_drv.spm_data.auth_token = NULL;
H A Dbioscfg.h199 u8 *auth_token; member in struct:secure_platform_data

Completed in 210 milliseconds