gss_import_cred
gss_import_cred(OM_uint32 * /* minor_status */,
return gss_import_cred(minor_status, value, cred_handle);
maj_stat = gss_import_cred(&min_stat, &cb, &cred2);
OM_uint32 KRB5_CALLCONV gss_import_cred
if (mech->gss_export_cred != NULL && mech->gss_import_cred != NULL) {
status = mech->gss_import_cred(minor_status, &buf, cred_out);
if (mech == NULL || (mech->gss_import_cred == NULL &&
status = mech->gss_import_cred(minor_status, &mech_token,
GSS_ADD_DYNAMIC_METHOD_NOLOOP(dl, mech, gss_import_cred);
OM_uint32 (KRB5_CALLCONV *gss_import_cred)
ret = gss_import_cred(minor_status, token, &mcred);