| /src/crypto/external/bsd/heimdal/dist/lib/gssapi/mech/ |
| gss_inquire_context.c | 39 gss_OID *mech_type, 61 if (mech_type) 62 *mech_type = GSS_C_NO_OID; 70 mech_type, 83 if (mech_type) 84 *mech_type = GSS_C_NO_OID; 95 if (mech_type) 96 *mech_type = GSS_C_NO_OID;
|
| gss_init_sec_context.c | 34 _gss_mech_cred_find(gss_const_cred_id_t cred_handle, gss_OID mech_type) 43 if (gss_oid_equal(mech_type, mc->gmc_mech_oid)) 132 gss_OID mech_type = input_mech_type; local 150 if (mech_type == NULL) 151 mech_type = GSS_KRB5_MECHANISM; 159 m = ctx->gc_mech = __gss_get_mechanism(mech_type); 167 mech_type = &ctx->gc_mech->gm_mech_oid; 174 major_status = _gss_find_mn(minor_status, name, mech_type, &mn); 187 cred_handle = _gss_mech_cred_find(initiator_cred_handle, mech_type); 200 mech_type, [all...] |
| gss_canonicalize_name.c | 47 * @param mech_type the type to convert Name too. 60 const gss_OID mech_type, 72 major_status = _gss_find_mn(minor_status, name, mech_type, &mn); 78 mn->gmn_name, mech_type, &new_canonical_name);
|
| gss_inquire_cred_by_mech.c | 36 const gss_OID mech_type, 59 m = __gss_get_mechanism(mech_type); 75 major_status = m->gm_inquire_cred_by_mech(minor_status, mc, mech_type,
|
| gss_display_status.c | 146 * @param mech_type underlying mechanism. Use GSS_C_NO_OID to obtain the 161 const gss_OID mech_type, 170 major_status = _gss_mg_get_error(mech_type, status_type, 207 maj_junk = gss_oid_to_str(&min_junk, mech_type, &oid);
|
| gss_pname_to_uid.c | 107 const gss_OID mech_type, 116 if (mech_type != GSS_C_NO_OID) { 117 major_status = _gss_find_mn(minor_status, name, mech_type, &mn); 144 const gss_OID mech_type, 156 major = gss_localname(minor_status, pname, mech_type, &localname);
|
| gss_accept_sec_context.c | 153 gss_OID *mech_type, 171 if (mech_type) 172 *mech_type = GSS_C_NO_OID; 247 if (mech_type) 248 *mech_type = mech_ret_type; 273 * If the returned mech_type is not the same
|
| gss_mo.c | 339 * @param mech_type 347 gss_OID *mech_type) 356 *mech_type = NULL; 367 *mech_type = &m->gm_mech_oid; 378 mech_type); 389 *mech_type = &m->gm_mech_oid;
|
| /src/crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/ |
| inquire_context.c | 45 gss_OID * mech_type, 60 if (mech_type) 61 *mech_type = GSS_NTLM_MECHANISM;
|
| canonicalize_name.c | 42 const gss_OID mech_type,
|
| display_status.c | 43 const gss_OID mech_type,
|
| inquire_cred_by_mech.c | 42 const gss_OID mech_type,
|
| accept_sec_context.c | 77 gss_OID * mech_type, 102 if (mech_type) 103 *mech_type = GSS_C_NO_OID; 257 if (mech_type) 258 *mech_type = GSS_NTLM_MECHANISM;
|
| /src/crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/ |
| canonicalize_name.c | 41 const gss_OID mech_type,
|
| inquire_context.c | 44 gss_OID * mech_type, 87 if (mech_type) 88 *mech_type = GSS_KRB5_MECHANISM;
|
| display_status.c | 147 const gss_OID mech_type, 160 if (gss_oid_equal(mech_type, GSS_C_NO_OID) == 0 && 161 gss_oid_equal(mech_type, GSS_KRB5_MECHANISM) == 0) {
|
| inquire_cred_by_mech.c | 41 const gss_OID mech_type,
|
| pname_to_uid.c | 40 const gss_OID mech_type,
|
| accept_sec_context.c | 357 gss_OID * mech_type, 657 if (mech_type) 658 *mech_type = GSS_KRB5_MECHANISM; 703 gss_OID * mech_type, 866 gss_OID * mech_type, 883 if (mech_type) 884 *mech_type = GSS_KRB5_MECHANISM; 915 mech_type, 929 mech_type,
|
| init_sec_context.c | 384 const gss_OID mech_type, 729 const gss_OID mech_type, 852 const gss_OID mech_type, 890 if (mech_type != GSS_C_NO_OID && 891 !gss_oid_equal(mech_type, GSS_KRB5_MECHANISM)) 928 mech_type, 956 mech_type,
|
| /src/crypto/external/bsd/heimdal/dist/lib/gssapi/spnego/ |
| compat.c | 202 add_mech_type(gss_OID mech_type, 209 if (gss_oid_equal(mech_type, GSS_SPNEGO_MECHANISM)) 213 gss_oid_equal(mech_type, &_gss_spnego_krb5_mechanism_oid_desc)) { 225 ret = der_get_oid(mech_type->elements, mech_type->length, &mech, NULL);
|
| accept_sec_context.c | 479 gss_OID * mech_type, 671 if (mech_type != NULL) 672 *mech_type = ctx->negotiated_mech_type; 698 gss_OID * mech_type, 859 if (mech_type != NULL) 860 *mech_type = ctx->negotiated_mech_type; 885 gss_OID * mech_type, 901 if (mech_type != NULL) 902 *mech_type = GSS_C_NO_OID; 919 src_name, mech_type, output_token, ret_flags [all...] |
| cred_stubs.c | 177 const gss_OID mech_type, 202 mech_type,
|
| init_sec_context.c | 185 const gss_OID mech_type, 382 const gss_OID mech_type, 622 const gss_OID mech_type, 638 mech_type, 652 mech_type,
|
| /src/crypto/external/bsd/heimdal/dist/lib/gssapi/gssapi/ |
| gssapi.h | 494 const gss_OID /*mech_type*/, 512 gss_OID * /*mech_type*/, 576 const gss_OID /*mech_type*/, 643 gss_OID * /*mech_type*/, 675 const gss_OID /*mech_type*/, 727 const gss_OID /*mech_type*/, 988 gss_OID *mech_type); 1045 const gss_OID mech_type, 1052 const gss_OID mech_type,
|