Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/x86/hp/hp-bioscfg/
H A Dbiosattr-interface.c45 char *auth_token_choice; in hp_set_attribute() local
57 auth_token_choice = bioscfg_drv.spm_data.auth_token; in hp_set_attribute()
59 auth_token_choice = bioscfg_drv.password_data[instance].current_password; in hp_set_attribute()
63 security_area_size = hp_calculate_security_buffer(auth_token_choice); in hp_set_attribute()
86 ret = hp_populate_security_buffer(start, auth_token_choice); in hp_set_attribute()