gss_export_cred
gss_export_cred(OM_uint32 * /* minor_status */,
return gss_export_cred(minor_status, cred_handle, value);
maj_stat = gss_export_cred(&min_stat, deleg_cred, &cb);
OM_uint32 KRB5_CALLCONV gss_export_cred
if (mech->gss_export_cred != NULL && mech->gss_import_cred != NULL) {
status = mech->gss_export_cred(minor_status, cred_in, &buf);
if (mech->gss_export_cred == NULL) {
status = mech->gss_export_cred(minor_status, cred->cred_array[i],
GSS_ADD_DYNAMIC_METHOD_NOLOOP(dl, mech, gss_export_cred);
OM_uint32 (KRB5_CALLCONV *gss_export_cred)
return (gss_export_cred(minor_status, spcred->mcred, token));