Home
last modified time | relevance | path

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

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