Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/gss/gsscred/
H A Dgsscred_utils.c61 static const int mechOidTagLen = 1; variable
169 outNameHdr->length = mechOidLenLen + mechOidTagLen + in gsscred_MakeNameHeader()
186 mechOidLength = mechOidTagLen + mechOidDERLength + in gsscred_MakeNameHeader()
262 mechOidTagLen)) in gss_getGssCredEntry()
278 - mechOidLenLen - mechOidTagLen), &dummy); in gss_getGssCredEntry()
286 + dummy+ mechOidTagLen)) in gss_getGssCredEntry()
/titanic_41/usr/src/lib/libgss/
H A Dg_glue.c346 const int mechOidLenLen = 2, mechOidTagLen = 1, nameLenLen = 4; local
406 mechOidTagLen + mechOidDERLen +
423 mechOidLen = mechOidDERLen + mechOidTagLen + mech_type->length;