Lines Matching refs:kret
43 krb5_error_code kret;
53 kret = krb5_cc_copy_cache(context, cred->ccache, out);
55 if (kret) {
56 *minor_status = kret;
73 krb5_error_code kret; in _gsskrb5_krb5_import_cred() local
96 kret = krb5_cc_get_principal(context, id, in _gsskrb5_krb5_import_cred()
98 if (kret) { in _gsskrb5_krb5_import_cred()
100 *minor_status = kret; in _gsskrb5_krb5_import_cred()
131 kret = krb5_cc_get_full_name(context, id, &str); in _gsskrb5_krb5_import_cred()
132 if (kret) in _gsskrb5_krb5_import_cred()
135 kret = krb5_cc_resolve(context, str, &handle->ccache); in _gsskrb5_krb5_import_cred()
137 if (kret) in _gsskrb5_krb5_import_cred()
148 kret = krb5_copy_principal(context, in _gsskrb5_krb5_import_cred()
151 if (kret) in _gsskrb5_krb5_import_cred()
155 kret = krb5_kt_get_full_name(context, keytab, &str); in _gsskrb5_krb5_import_cred()
156 if (kret) in _gsskrb5_krb5_import_cred()
159 kret = krb5_kt_resolve(context, str, &handle->keytab); in _gsskrb5_krb5_import_cred()
161 if (kret) in _gsskrb5_krb5_import_cred()
172 kret = *minor_status; in _gsskrb5_krb5_import_cred()
191 *minor_status = kret; in _gsskrb5_krb5_import_cred()