Searched defs:kret (Results 26 - 38 of 38) sorted by relevance

12

/illumos-gate/usr/src/cmd/krb5/krb5kdc/
H A Dmain.c106 krb5_error_code kret; local
109 kret = 0;
113 kret = ENOENT;
119 return(kret);
165 krb5_error_code kret; local
171 kret = EINVAL;
176 kret = krb5int_init_context_kdc(&rdp->realm_context);
177 if (kret) {
178 com_err(progname, kret, gettext("while getting context for realm %s"),
189 kret
[all...]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dan_to_ln.c207 krb5_error_code kret; local
217 kret = 0;
222 kret = KRB5_CONFIG_BADFORMAT;
229 kret = ENOMEM;
233 kret = KRB5_LNAME_NOTRANS;
242 kret = 0;
252 kret = 0;
256 kret = 0;
258 kret = 0;
268 return(kret);
384 krb5_error_code kret; local
506 krb5_error_code kret; local
756 krb5_error_code kret; local
[all...]
/illumos-gate/usr/src/lib/krb5/kadm5/
H A Dalt_prof.c105 krb5_error_code kret; local
113 kret = krb5_get_default_config_files (&filenames);
114 if (kret)
115 return kret;
145 kret = profile_init_path(profile_path, &profile);
147 if (kret)
148 return kret;
210 krb5_error_code kret; local
216 kret = krb5_aprof_getvals (acontext, hierarchy, &values);
217 if (kret)
255 krb5_error_code kret; local
298 krb5_error_code kret; local
342 krb5_error_code kret; local
424 krb5_error_code kret = 0; local
1148 krb5_error_code kret; local
[all...]
H A Dstr_conv.c296 krb5_error_code kret; local
307 kret = 0;
352 if (!(kret = krb5_string_to_enctype(kp, &ktype)) &&
353 (!sp || !(kret = krb5_string_to_salttype(sp, &stype))) &&
410 return(kret);
428 krb5_error_code kret; local
431 kret = 0;
439 kret = (*iterator)(&scratch, arg);
440 if (kret)
444 return(kret);
[all...]
/illumos-gate/usr/src/lib/krb5/kadm5/clnt/
H A Dclient_init.c597 krb5_error_code kret; local
629 kret = krb5_init_context(&handle->context);
630 if (kret) {
633 return (kret);
/illumos-gate/usr/src/cmd/krb5/ldap_util/
H A Dkdb5_ldap_realm.c2259 krb5_error_code kret; local
2267 kret = 0;
2278 kret = krb5_c_random_seed(context, &pwd);
2279 if (kret)
2280 return kret;
2282 /*if (!(kret = krb5_dbe_create_key_data(iargs->ctx, iargs->dbentp))) {*/
2292 if (!(kret = krb5_c_make_random_key(context, ksent->ks_enctype,
2294 kret = krb5_dbekd_encrypt_key_data(context,
2304 return(kret);
/illumos-gate/usr/src/lib/krb5/kadm5/srv/
H A Dserver_acl.c643 krb5_error_code kret;
659 kret = krb5_parse_name(kcontext,
662 if (kret)
690 kret = krb5_parse_name(kcontext, entry->ae_target,
692 if (kret)
751 krb5_error_code kret;
753 kret = 0;
761 DPRINT(DEBUG_CALLS, acl_debug_level, ("X kadm5int_acl_init() = %d\n", kret));
762 return(kret);
635 krb5_error_code kret; local
742 krb5_error_code kret; local
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/keytab/
H A Dkt_file.c559 krb5_error_code kret;
564 kret = EINVAL;
589 kret = 0;
591 if (!kret)
594 return(kret);
604 krb5_error_code kret;
619 kret = EINVAL;
621 kret = ENOMEM;
689 kret = 0;
696 return(kret);
558 krb5_error_code kret; local
602 krb5_error_code kret; local
703 krb5_error_code kret; local
[all...]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Dinit_sec_context.c727 int kret = krb5_unparse_name(context, tname, &s_name); local
730 if (kret == 0 && kret1 == 0) {
915 int kret = krb5_unparse_name(context, princ, &s_name); local
917 if (kret == 0) {
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/
H A Dkdb_db2.c473 krb5_error_code kret; local
480 if ((kret = k5db2_init_context(context)))
481 return (kret);
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/
H A Dcc_file.c450 krb5_error_code kret; local
463 kret = krb5_fcc_read_int32(context, id, &type);
464 if (kret != KRB5_OK)
465 return kret;
469 kret = krb5_fcc_read_int32(context, id, &length);
470 if (kret != KRB5_OK)
471 return kret;
502 kret = krb5_fcc_read_data(context, id, krb5_princ_realm(context, tmpprinc));
505 CHECK(kret);
508 kret
525 krb5_error_code kret; local
575 krb5_error_code kret; local
625 krb5_error_code kret; local
666 krb5_error_code kret; local
800 krb5_error_code kret; local
850 krb5_error_code kret; local
1567 krb5_error_code kret; local
1585 krb5_error_code kret; local
1614 krb5_error_code kret = 0; local
1720 krb5_error_code kret = 0; local
1871 krb5_error_code kret; local
1976 krb5_error_code kret = KRB5_OK; local
2046 krb5_error_code kret; local
2149 krb5_error_code kret = 0; local
2339 krb5_error_code kret = KRB5_OK; local
[all...]
/illumos-gate/usr/src/cmd/krb5/kadmin/dbutil/
H A Ddump.c1352 krb5_error_code kret, retval; local
1493 kret = 0;
1519 if ((kret = krb5_lock_file(util_context,
1524 progname, ofile, error_message(kret));
1532 if (f && !(kret)) {
1570 if ((kret = krb5_db_iterate(util_context,
1577 progname, dump->name, error_message(kret));
1583 (kret = krb5_db_iter_policy( util_context, "*", dump->dump_policy,
1588 error_message(kret));
1690 krb5_error_code kret;
1792 krb5_error_code kret; local
2120 krb5_error_code kret; local
2562 krb5_error_code kret; local
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.telnetd.c1179 krb5_error_code kret; local
1236 kret = getrandom((char *)encr_data.encrypt.ivec, sizeof (Block));
1238 if (kret) {
1242 "getrandom: %d\n", kret);
1271 if (!kret) {

Completed in 121 milliseconds

12