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

/freebsd-10.1-release/crypto/heimdal/lib/gssapi/mech/
H A Dgss_pname_to_uid.c40 OM_uint32 major_status = GSS_S_UNAVAILABLE;
45 return GSS_S_UNAVAILABLE;
63 return GSS_S_UNAVAILABLE;
65 OM_uint32 major_status = GSS_S_UNAVAILABLE;
72 return GSS_S_UNAVAILABLE;
126 major_status = GSS_S_UNAVAILABLE;
139 OM_uint32 major_status = GSS_S_UNAVAILABLE;
158 if (major_status != GSS_S_UNAVAILABLE)
H A Dgss_delete_name_attribute.c40 OM_uint32 major_status = GSS_S_UNAVAILABLE;
H A Dgss_display_name_ext.c41 OM_uint32 major_status = GSS_S_UNAVAILABLE;
H A Dgss_export_name_composite.c40 OM_uint32 major_status = GSS_S_UNAVAILABLE;
H A Dgss_pseudo_random.c61 return GSS_S_UNAVAILABLE;
H A Dgss_set_name_attribute.c42 OM_uint32 major_status = GSS_S_UNAVAILABLE;
H A Dgss_aeap.c70 return GSS_S_UNAVAILABLE;
109 return GSS_S_UNAVAILABLE;
151 return GSS_S_UNAVAILABLE;
H A Dgss_authorize_localname.c52 major_status = GSS_S_UNAVAILABLE;
75 OM_uint32 major_status = GSS_S_UNAVAILABLE;
145 else if (major_status != GSS_S_UNAVAILABLE)
H A Dgss_get_name_attribute.c45 OM_uint32 major_status = GSS_S_UNAVAILABLE;
H A Dgss_inquire_name.c42 OM_uint32 major_status = GSS_S_UNAVAILABLE;
H A Dgss_acquire_cred_ext.c98 major_status = GSS_S_UNAVAILABLE;
H A Dgss_mo.c85 return GSS_S_UNAVAILABLE;
103 return GSS_S_UNAVAILABLE;
254 major = GSS_S_UNAVAILABLE;
H A Dgss_krb5.c918 return (GSS_S_UNAVAILABLE);
/freebsd-10.1-release/crypto/heimdal/lib/gssapi/ntlm/
H A Dinquire_cred_by_mech.c57 return GSS_S_UNAVAILABLE;
H A Dcrypto.c136 return GSS_S_UNAVAILABLE;
289 return GSS_S_UNAVAILABLE;
306 return GSS_S_UNAVAILABLE;
331 return GSS_S_UNAVAILABLE;
360 return GSS_S_UNAVAILABLE;
377 return GSS_S_UNAVAILABLE;
417 return GSS_S_UNAVAILABLE;
448 return GSS_S_UNAVAILABLE;
519 return GSS_S_UNAVAILABLE;
589 return GSS_S_UNAVAILABLE;
[all...]
/freebsd-10.1-release/lib/libgssapi/
H A Dgss_pseudo_random.c63 return GSS_S_UNAVAILABLE;
H A Dgss_pname_to_uid.c55 return (GSS_S_UNAVAILABLE);
/freebsd-10.1-release/sys/fs/nfs/
H A Drpcv2.h155 #define GSS_S_UNAVAILABLE 0x00100000 macro
/freebsd-10.1-release/crypto/heimdal/lib/gssapi/krb5/
H A Dset_sec_context_option.c63 return GSS_S_UNAVAILABLE;
82 return GSS_S_UNAVAILABLE;
96 return GSS_S_UNAVAILABLE;
H A Dexport_sec_context.c61 return GSS_S_UNAVAILABLE;
/freebsd-10.1-release/sys/kgssapi/
H A Dgssapi.h360 #define GSS_S_UNAVAILABLE (16ul << GSS_C_ROUTINE_ERROR_OFFSET) macro
/freebsd-10.1-release/include/gssapi/
H A Dgssapi.h430 #define GSS_S_UNAVAILABLE (16ul << GSS_C_ROUTINE_ERROR_OFFSET) macro
/freebsd-10.1-release/crypto/heimdal/lib/gssapi/gssapi/
H A Dgssapi.h445 #define GSS_S_UNAVAILABLE (16ul << GSS_C_ROUTINE_ERROR_OFFSET) macro
/freebsd-10.1-release/crypto/heimdal/lib/gssapi/spnego/
H A Dinit_sec_context.c148 } else if (ret == GSS_S_UNAVAILABLE) {
H A Daccept_sec_context.c241 } else if (ret == GSS_S_UNAVAILABLE) {

Completed in 160 milliseconds