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

/linux-master/drivers/platform/x86/hp/hp-bioscfg/
H A Dspmobj-attributes.c121 bioscfg_drv.spm_data.mechanism = data.state;
122 if (bioscfg_drv.spm_data.mechanism)
123 bioscfg_drv.spm_data.is_enabled = 1;
216 spm_mechanism_types[bioscfg_drv.spm_data.mechanism]);
233 bioscfg_drv.spm_data.signing_key = kmemdup(buf, length, GFP_KERNEL);
234 if (!bioscfg_drv.spm_data.signing_key)
240 (void *)bioscfg_drv.spm_data.signing_key,
244 bioscfg_drv.spm_data.mechanism = SIGNING_KEY;
248 kfree(bioscfg_drv.spm_data.signing_key);
249 bioscfg_drv.spm_data
[all...]
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.c45 kfree(bioscfg_drv.spm_data.auth_token);
46 bioscfg_drv.spm_data.auth_token = NULL;
H A Dbioscfg.h220 struct secure_platform_data spm_data; member in struct:bioscfg_priv

Completed in 119 milliseconds