Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/gss/gsscred/
H A Dgsscred_utils.c56 static const char *expNameTokId = "\x04\x01"; variable
177 (void) memcpy(buf, expNameTokId, expNameTokIdLen); in gsscred_MakeNameHeader()
/illumos-gate/usr/src/lib/libgss/
H A Dg_imp_name.c179 static const char *expNameTokId = "\x04\x01"; variable
204 if (memcmp(expNameTokId, buf, expNameTokIdLen) != 0)
H A Dgssd_pname_to_uid.c225 static const char *expNameTokId = "\x04\x01"; variable
241 (memcmp(expName->value, expNameTokId, expNameTokIdLen) != 0))