Searched refs:auth_str (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.1/drivers/platform/x86/ |
| D | think-lmi.c | 423 char *auth_str, *new_pwd; in new_password_store() local 485 auth_str = kasprintf(GFP_KERNEL, "%s,%s,%s,%s,%s;", in new_password_store() 488 if (!auth_str) { in new_password_store() 492 ret = tlmi_simple_call(LENOVO_SET_BIOS_PASSWORD_GUID, auth_str); in new_password_store() 493 kfree(auth_str); in new_password_store() 691 char *auth_str, *passwd; in cert_to_password_store() local 714 auth_str = kasprintf(GFP_KERNEL, "%s,%s", passwd, setting->signature); in cert_to_password_store() 715 if (!auth_str) { in cert_to_password_store() 719 ret = tlmi_simple_call(LENOVO_CERT_TO_PASSWORD_GUID, auth_str); in cert_to_password_store() 720 kfree(auth_str); in cert_to_password_store() [all …]
|