Searched refs:gss_str2oid (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/gss/gssd/
H A Dgssdtest.c88 static gss_OID gss_str2oid(char *);
401 mech_type = gss_str2oid((char *)GSS_KRB5_MECH_OID);
403 mech_type = gss_str2oid(argv[0]);
580 mech_type = gss_str2oid((char *)GSS_DUMMY_MECH_OID);
582 mech_type = gss_str2oid(argv[0]);
702 mech_type = gss_str2oid((char *)GSS_KRB5_MECH_OID);
854 mech_type = gss_str2oid((char *)GSS_KRB5_MECH_OID);
856 mech_type = gss_str2oid(argv[0]);
1707 mech_type = gss_str2oid((char *)GSS_KRB5_MECH_OID);
1709 mech_type = gss_str2oid(arg
2028 gss_str2oid(string) function
[all...]

Completed in 60 milliseconds