Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/x86/
H A Dthink-lmi.c425 char *auth_str, *new_pwd; in new_password_store() local
490 auth_str = kasprintf(GFP_KERNEL, "%s,%s,%s,%s,%s;", in new_password_store()
493 if (!auth_str) { in new_password_store()
497 ret = tlmi_simple_call(LENOVO_SET_BIOS_PASSWORD_GUID, auth_str); in new_password_store()
498 kfree(auth_str); in new_password_store()
697 char *auth_str, *passwd; in cert_to_password_store() local
720 auth_str = kasprintf(GFP_KERNEL, "%s,%s", passwd, setting->signature); in cert_to_password_store()
721 if (!auth_str) { in cert_to_password_store()
725 ret = tlmi_simple_call(LENOVO_CERT_TO_PASSWORD_GUID, auth_str); in cert_to_password_store()
726 kfree(auth_str); in cert_to_password_store()
[all …]