Searched refs:GSS_OID (Results 1 – 4 of 4) sorted by relevance
61 typedef opaque GSS_OID<>; typedef65 typedef GSS_OID GSS_OID_SET<>;81 GSS_OID name_type; /* type of desired name */101 GSS_OID name_type; /* type of desired name */102 GSS_OID desired_mech_type; /* cred mechanisms */137 GSS_OID name_type; /* type of principal name */138 GSS_OID mech_type; /* requested mechanism */150 GSS_OID actual_mech_type; /* actual mechanism used */173 GSS_OID mech_type; /* mechanism used */299 GSS_OID mech_type; /* mechanism */[all …]
160 arg.desired_mechs.GSS_OID_SET_val = (GSS_OID *)161 MALLOC(sizeof (GSS_OID) * desired_mechs->count);189 arg.desired_mechs.GSS_OID_SET_len * sizeof (GSS_OID));
492 res->actual_mechs.GSS_OID_SET_val = (GSS_OID *)493 malloc(sizeof (GSS_OID) * actual_mechs->count);711 res->actual_mechs.GSS_OID_SET_val = (GSS_OID *)712 malloc(sizeof (GSS_OID) * actual_mechs->count);2180 malloc(oid_set->count * sizeof (GSS_OID));2327 res->mechanisms.GSS_OID_SET_val = (GSS_OID *)2328 malloc(sizeof (GSS_OID) * mechanisms->count);
134 arg.desired_mechs.GSS_OID_SET_val = (GSS_OID *)135 MALLOC(sizeof (GSS_OID) * desired_mechs->count);181 arg.desired_mechs.GSS_OID_SET_len * sizeof (GSS_OID));