Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libpkg/common/
H A Dsecurity.c258 static char fp_str[ATTR_MAX]; in get_fingerprint() local
269 fp_str[0] = '\0'; in get_fingerprint()
275 (void) strlcat(fp_str, tmp, ATTR_MAX); in get_fingerprint()
279 fp_str[strlen(fp_str) - 1] = '\0'; in get_fingerprint()
281 return (fp_str); in get_fingerprint()