Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libgss/
H A Dg_glue.c345 const unsigned int tokIdLen = 2; local
405 name_buf->length = tokIdLen + mechOidLenLen +
419 (void) memcpy(buf, tokId, tokIdLen);
420 buf += tokIdLen;
433 (name_buf->length - tokIdLen -2)) != 0) {