Home
last modified time | relevance | path

Searched refs:GSS_C_NULL_OID (Results 1 – 25 of 37) sorted by relevance

12

/illumos-gate/usr/src/lib/libgss/
H A Dg_compare_name.c151 if ((union_name1->name_type == GSS_C_NULL_OID &&
152 union_name2->name_type != GSS_C_NULL_OID) ||
153 (union_name1->name_type != GSS_C_NULL_OID &&
154 union_name2->name_type == GSS_C_NULL_OID))
160 if ((union_name1->name_type != GSS_C_NULL_OID &&
161 union_name2->name_type != GSS_C_NULL_OID) &&
H A Dg_dsp_name.c112 union_name->name_type != GSS_C_NULL_OID) {
124 if (output_name_type && *output_name_type != GSS_C_NULL_OID) {
H A Dg_imp_name.c124 if (input_name_type != GSS_C_NULL_OID) {
143 if (input_name_type != GSS_C_NULL_OID &&
357 GSS_C_NULL_OID, &unionName->mech_name);
H A Dg_canon_name.c67 if (input_name == GSS_C_NO_NAME || mech_type == GSS_C_NULL_OID) in val_canon_name_args()
124 if (in_union->name_type != GSS_C_NULL_OID) {
H A Dg_init_sec_context.c108 gss_OID mech_type = GSS_C_NULL_OID;
137 if (mech_type == GSS_C_NULL_OID)
H A Dg_initialize.c445 *oid = GSS_C_NULL_OID; in __gss_mech_to_oid()
481 if (oid == GSS_C_NULL_OID) in __gss_oid_to_mech()
691 if (oid == GSS_C_NULL_OID)
H A Dg_dup_name.c103 if (src_union->name_type != GSS_C_NULL_OID) { in gss_duplicate_name()
H A Dg_store_cred.c124 if (desired_mech != GSS_C_NULL_OID) {
H A Dg_inquire_cred.c82 if ((mech = __gss_get_mechanism(GSS_C_NULL_OID)) == NULL)
H A Dg_dsp_status.c135 if (mech_type == GSS_C_NULL_OID)
H A Dg_accept_sec_context.c211 if (mech_type && (*mech_type != GSS_C_NULL_OID))
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dcmds_gss.c54 GSS_C_GSS_CODE, GSS_C_NULL_OID, &msg_ctx, &msg); in user_gss_error()
75 GSS_C_MECH_CODE, GSS_C_NULL_OID, &msg_ctx, &msg); in user_gss_error()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Dimport_name.c81 if ((input_name_type != GSS_C_NULL_OID) &&
106 } else if ((input_name_type != GSS_C_NULL_OID) &&
149 if ((input_name_type == GSS_C_NULL_OID) ||
H A Dinq_names.c45 if ((mechanism != GSS_C_NULL_OID) &&
H A Ddisp_status.c183 if ((mech_type != GSS_C_NULL_OID) &&
H A Dinq_cred.c241 if ((mech_type != GSS_C_NULL_OID) &&
H A Dstore_cred.c197 if (desired_mech != GSS_C_NULL_OID) {
/illumos-gate/usr/src/uts/common/rpc/sec_gss/
H A Drpcsec_gss_utils.c65 if (oid == GSS_C_NULL_OID || oid->length == 0) { in __rpc_gss_dup_oid()
107 *name_type = GSS_C_NULL_OID;
/illumos-gate/usr/src/uts/common/gssapi/
H A Dgssd_clnt_stubs.c148 name_type == GSS_C_NULL_OID ?
152 name_type == GSS_C_NULL_OID ?
384 name_type == GSS_C_NULL_OID ?
387 name_type == GSS_C_NULL_OID ?
391 (uint_t)(desired_mech_type != GSS_C_NULL_OID ?
394 (char *)(desired_mech_type != GSS_C_NULL_OID ?
679 name_type == GSS_C_NULL_OID ? 0 : (uint_t)name_type->length; in kgss_init_sec_context_wrapped()
682 name_type == GSS_C_NULL_OID ? in kgss_init_sec_context_wrapped()
685 arg.mech_type.GSS_OID_len = (uint_t)(mech_type != GSS_C_NULL_OID ? in kgss_init_sec_context_wrapped()
2387 (uint_t)(mech_type != GSS_C_NULL_OID ?
[all …]
/illumos-gate/usr/src/cmd/gss/gssd/
H A Dgssd_clnt_stubs.c122 name_type == GSS_C_NULL_OID ?
126 name_type == GSS_C_NULL_OID ?
337 name_type == GSS_C_NULL_OID ?
340 name_type == GSS_C_NULL_OID ?
344 (uint_t)(desired_mech_type != GSS_C_NULL_OID ?
347 (char *)(desired_mech_type != GSS_C_NULL_OID ?
632 name_type == GSS_C_NULL_OID ?
636 name_type == GSS_C_NULL_OID ?
639 arg.mech_type.GSS_OID_len = (uint_t)(mech_type != GSS_C_NULL_OID ?
2019 (uint_t)(mech_type != GSS_C_NULL_OID ?
[all …]
H A Dgssd_proc.c96 GSS_C_NULL_OID, &msg_ctx, &msg); in syslog_gss_error()
114 GSS_C_NULL_OID, in syslog_gss_error()
389 name_type = GSS_C_NULL_OID;
408 if (name_type != GSS_C_NULL_OID)
558 if (name_type != GSS_C_NULL_OID)
923 name_type = GSS_C_NULL_OID;
934 mech_type = GSS_C_NULL_OID;
943 if (name_type != GSS_C_NULL_OID)
1089 if (name_type != GSS_C_NULL_OID)
2113 mech_type = GSS_C_NULL_OID;
[all …]
/illumos-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_krb5ssp.c123 gss_OID name_type = GSS_C_NULL_OID; in smbd_krb5ssp_work()
124 gss_OID mech_type = GSS_C_NULL_OID; in smbd_krb5ssp_work()
/illumos-gate/usr/src/lib/gss_mechs/mech_spnego/mech/
H A Dspnego_disp_status.c189 if ((mech_type != GSS_C_NULL_OID) &&
/illumos-gate/usr/src/lib/gss_mechs/mech_dummy/mech/
H A Ddmech.c411 *mech_type = GSS_C_NULL_OID;
853 if (input_name_type == GSS_C_NULL_OID)
951 if ((desired_mech != GSS_C_NULL_OID) &&
1058 if ((mechanism != GSS_C_NULL_OID) &&
/illumos-gate/usr/src/lib/sasl_plugins/gssapi/
H A Dgssapi.c225 GSS_C_GSS_CODE, GSS_C_NULL_OID, in sasl_gss_seterror_()
287 GSS_C_MECH_CODE, GSS_C_NULL_OID,
890 if (text->mech_oid != GSS_C_NULL_OID) {
1063 GSS_C_NULL_OID,
1758 GSS_C_NULL_OID,
1767 if (text->mech_oid != GSS_C_NULL_OID) {

12