Home
last modified time | relevance | path

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

/linux/drivers/platform/x86/lenovo/
H A Dthink-lmi.c734 static char *thumbtypes[] = {"Md5", "Sha1", "Sha256"}; variable
747 for (i = 0; i < ARRAY_SIZE(thumbtypes); i++) { in certificate_thumbprint_show()
752 thumbtypes[i]); in certificate_thumbprint_show()
755 wmistr = kasprintf(GFP_KERNEL, "%s", thumbtypes[i]); in certificate_thumbprint_show()