Home
last modified time | relevance | path

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

/titanic_44/usr/src/pkg/manifests/
H A Dsystem-library-security-gss-spnego.mf39 file path=usr/lib/$(ARCH64)/gss/mech_spnego.so.1
40 file path=usr/lib/gss/mech_spnego.so.1
41 file path=usr/share/man/man5/mech_spnego.5
/titanic_44/usr/src/lib/gss_mechs/mech_spnego/
H A DMakefile.com32 LIBRARY = mech_spnego.a
/titanic_44/usr/src/cmd/gss/etc/
H A Dmech34 spnego 1.3.6.1.5.5.2 mech_spnego.so.1 [msinterop]
/titanic_44/usr/src/man/man5/
H A DMakefile74 mech_spnego.5 \
/titanic_44/usr/src/tools/quick/
H A Dmake-gss130 (cd $SRC/lib/gss_mechs/mech_spnego && $make $1)
/titanic_44/usr/src/lib/
H A DMakefile79 gss_mechs/mech_spnego \
582 gss_mechs/mech_spnego: gss_mechs/mech_krb5
/titanic_44/usr/src/lib/gss_mechs/mech_spnego/mech/
H A Dspnego_mech.c285 struct gss_mech_config mech_spnego; in gss_spnegomechglue_init() local
287 memset(&mech_spnego, 0, sizeof(mech_spnego)); in gss_spnegomechglue_init()
288 mech_spnego.mech = &spnego_mechanism; in gss_spnegomechglue_init()
289 mech_spnego.mechNameStr = "spnego"; in gss_spnegomechglue_init()
290 mech_spnego.mech_type = GSS_C_NO_OID; in gss_spnegomechglue_init()
292 return gssint_register_mechinfo(&mech_spnego); in gss_spnegomechglue_init()