Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/gss_mechs/mech_spnego/mech/
H A Dspnego_mech.c1395 gss_buffer_t oidstrp = &oidstr; in mechoidset2str() local
1402 if (oidstrp->value) in mechoidset2str()
1403 gss_release_buffer(&min, oidstrp); in mechoidset2str()
1408 maj = gss_oid_to_str(&min, mech_oid, oidstrp); in mechoidset2str()
1409 if (strlcat(buf, maj ? oid_no_map : oidstrp->value, in mechoidset2str()
1411 if (oidstrp->value) in mechoidset2str()
1412 gss_release_buffer(&min, oidstrp); in mechoidset2str()
1415 if (oidstrp->value) in mechoidset2str()
1416 gss_release_buffer(&min, oidstrp); in mechoidset2str()