Home
last modified time | relevance | path

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

/linux/drivers/platform/x86/lenovo/
H A Dthink-lmi.c459 char *auth_str, *new_pwd; in new_password_store() local
527 auth_str = kasprintf(GFP_KERNEL, "%s,%s,%s,%s,%s;", in new_password_store()
530 if (!auth_str) { in new_password_store()
534 ret = tlmi_simple_call(LENOVO_SET_BIOS_PASSWORD_GUID, auth_str); in new_password_store()
535 kfree(auth_str); in new_password_store()
773 char *auth_str, *passwd; in cert_to_password_store() local
794 auth_str = cert_command(setting, passwd, setting->signature); in cert_to_password_store()
795 if (!auth_str) { in cert_to_password_store()
799 ret = tlmi_simple_call(tlmi_priv.cert_guid->cert_to_password, auth_str); in cert_to_password_store()
800 kfree(auth_str); in cert_to_password_store()
[all …]