Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/x86/hp/hp-bioscfg/
H A Dspmobj-attributes.c72 char *strprefix = NULL; in hp_populate_security_buffer() local
92 strprefix = kasprintf(GFP_KERNEL, "%s%s", UTF_PREFIX, in hp_populate_security_buffer()
94 if (!strprefix) in hp_populate_security_buffer()
97 auth = hp_ascii_to_utf16_unicode(auth, strprefix); in hp_populate_security_buffer()
98 kfree(strprefix); in hp_populate_security_buffer()