Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/x86/hp/hp-bioscfg/
H A Dspmobj-attributes.c122 if (bioscfg_drv.spm_data.mechanism) in update_spm_state()
123 bioscfg_drv.spm_data.is_enabled = 1; in update_spm_state()
234 if (!bioscfg_drv.spm_data.signing_key) in sk_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()
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()
371 bioscfg_drv.spm_data.is_enabled = 0; in hp_populate_secure_platform_data()
372 bioscfg_drv.spm_data.mechanism = 0; in hp_populate_secure_platform_data()
[all …]
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.h220 struct secure_platform_data spm_data; member
H A Dbioscfg.c1032 bioscfg_drv.spm_data.attr_name_kobj = NULL; in hp_init()