| /src/crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/ |
| export_sec_context.c | 54 krb5_error_code kret; local 88 kret = krb5_store_int32 (sp, flags); 89 if (kret) { 90 *minor_status = kret; 96 kret = krb5_store_int32 (sp, ac->flags); 97 if (kret) { 98 *minor_status = kret; 102 kret = krb5_store_address (sp, *ac->local_address); 103 if (kret) { 104 *minor_status = kret; [all...] |
| duplicate_name.c | 47 krb5_error_code kret; local 51 kret = krb5_copy_principal (context, src, &dest); 52 if (kret) { 53 *minor_status = kret;
|
| acquire_cred.c | 45 krb5_error_code kret; local 48 kret = krb5_cc_get_lifetime(context, id, &left); 49 if (kret) { 50 *minor_status = kret; 65 krb5_error_code kret; local 72 kret = krb5_kt_get_full_name(context, _gsskrb5_keytab, &name); 73 if (kret == 0) { 74 kret = krb5_kt_resolve(context, name, keytab); 78 kret = krb5_kt_default(context, keytab); 82 return (kret); 102 krb5_error_code kret; local 206 krb5_error_code kret = 0; local 386 krb5_error_code kret; local [all...] |
| ccache_name.c | 46 krb5_error_code kret; local 73 kret = krb5_cc_set_default_name(context, name); 74 if (kret) { 75 *minor_status = kret;
|
| sequence.c | 218 krb5_error_code kret; local 221 kret = krb5_store_int32(sp, o->flags); 222 if (kret) 223 return kret; 224 kret = krb5_store_int32(sp, o->start); 225 if (kret) 226 return kret; 227 kret = krb5_store_int32(sp, o->length); 228 if (kret) 229 return kret; 252 krb5_error_code kret; local [all...] |
| accept_sec_context.c | 162 krb5_error_code kret; local 174 kret = krb5_cc_new_unique (context, krb5_cc_type_memory, 176 if (kret) { 181 kret = krb5_cc_initialize(context, ccache, ctx->source); 182 if (kret) { 191 kret = krb5_rd_cred2(context, 198 if (kret) { 201 *minor_status = kret; 292 krb5_error_code kret, 326 ret = krb5_mk_error(context, kret, NULL, &e_data, NULL 363 krb5_error_code kret; local 710 krb5_error_code kret; local [all...] |
| copy_ccache.c | 45 krb5_error_code kret; 55 kret = krb5_cc_copy_cache(context, cred->ccache, out); 57 if (kret) { 58 *minor_status = kret; 75 krb5_error_code kret; local 100 kret = krb5_cc_get_principal(context, id, 102 if (kret) { 104 *minor_status = kret; 136 kret = krb5_cc_get_full_name(context, id, &str); 137 if (kret) [all...] |
| context_time.c | 45 krb5_error_code kret; local 52 kret = krb5_timeofday(context, &now); 53 if (kret) { 55 *minor_status = kret;
|
| display_name.c | 47 krb5_error_code kret; local 53 kret = krb5_unparse_name_flags (context, name, 55 if (kret) { 56 *minor_status = kret;
|
| init_sec_context.c | 52 krb5_error_code kret; local 68 kret = _gsskrb5i_address_to_krb5addr(context, 73 if (kret) 74 return kret; 76 kret = _gsskrb5i_address_to_krb5addr(context, 81 if (kret) { 83 return kret; 86 kret = krb5_auth_con_setaddrs(context, 100 return kret; 111 krb5_error_code kret; local 216 krb5_error_code kret; local 326 krb5_error_code kret; local 395 krb5_error_code kret; local 496 krb5_error_code kret; local 690 krb5_error_code kret; local 741 krb5_error_code kret; local [all...] |
| export_name.c | 46 krb5_error_code kret; local 52 kret = krb5_unparse_name (context, princ, &name); 53 if (kret) { 54 *minor_status = kret;
|
| get_mic.c | 169 krb5_error_code kret; local 208 kret = krb5_crypto_init(context, key, 0, &crypto); 209 if (kret) { 214 *minor_status = kret; 218 kret = krb5_create_checksum (context, 227 if (kret) { 231 *minor_status = kret; 251 kret = krb5_crypto_init(context, key, 253 if (kret) { 257 *minor_status = kret; [all...] |
| import_sec_context.c | 47 krb5_error_code kret; local 80 kret = krb5_auth_con_init (context, 82 if (kret) { 83 *minor_status = kret;
|
| arcfour.c | 1015 krb5_error_code kret; local 1138 kret = arcfour_mic_cksum_iov(context, 1145 if (kret) { 1146 *minor_status = kret; 1158 kret = arcfour_mic_key(context, &Klocal, 1162 if (kret) { 1163 *minor_status = kret; 1212 kret = arcfour_mic_key(context, key, 1215 if (kret) { 1216 *minor_status = kret; 1281 krb5_error_code kret; local [all...] |
| /src/lib/libpam/modules/pam_afslog/ |
| pam_afslog.c | 58 krb5_error_code kret; local 67 kret = krb5_init_context(&ctx); 68 if (kret != 0) { 74 kret = krb5_cc_resolve(ctx, ccname, &ccache); 76 kret = krb5_cc_default(ctx, &ccache); 77 if (kret != 0) { 81 kret = krb5_cc_get_principal(ctx, ccache, &principal); 82 if (kret != 0) {
|
| /src/external/gpl3/gdb/dist/gdb/ |
| darwin-nat.c | 263 kern_return_t kret; local 275 kret = task_threads (darwin_inf->task, &thread_list, &new_nbr); 276 MACH_CHECK_ERROR (kret); 277 if (kret != KERN_SUCCESS) 299 kret = mach_port_deallocate (mach_task_self (), thread_list[i]); 300 MACH_CHECK_ERROR (kret); 304 kret = vm_deallocate (gdb_task, (vm_address_t) thread_list, 306 MACH_CHECK_ERROR (kret); 335 kret = mach_port_deallocate (gdb_task, new_id); 336 MACH_CHECK_ERROR (kret); 436 kern_return_t kret; local 454 kern_return_t kret; local 548 kern_return_t kret; local 619 kern_return_t kret; local 800 kern_return_t kret; local 873 kern_return_t kret = thread_resume (thread->gdb_port); local 909 kern_return_t kret = thread_suspend (thread->gdb_port); local 1189 kern_return_t kret; local 1337 kern_return_t kret = mach_port_deallocate (gdb_task, t->gdb_port); local 1349 kern_return_t kret; local 1438 kern_return_t kret; local 1454 kern_return_t kret; local 1474 kern_return_t kret; local 1488 kern_return_t kret; local 1517 kern_return_t kret; local 1566 kern_return_t kret; local 1594 kern_return_t kret; local 2015 kern_return_t kret; local 2081 kern_return_t kret; local 2142 kern_return_t kret; local 2297 kern_return_t kret; local 2373 kern_return_t kret; local 2406 kern_return_t kret; local 2476 kern_return_t kret; local [all...] |
| darwin-nat-info.c | 304 kern_return_t kret; local 308 kret = mach_port_get_attributes 310 MACH_CHECK_ERROR (kret); 512 kern_return_t kret; local 524 kret = mach_vm_region (task, &address, &size, VM_REGION_BASIC_INFO_64, 526 if (kret != KERN_SUCCESS) 550 kret = 553 if (kret != KERN_SUCCESS) 616 kern_return_t kret; local 649 kret = mach_vm_region_recurse (task, &r_start, &r_size, &r_depth 795 kern_return_t kret; local [all...] |
| i386-darwin-nat.c | 584 kern_return_t kret; local 586 kret = thread_get_state (thread, x86_THREAD_STATE, 588 if (kret != KERN_SUCCESS) 591 kret, thread); 607 kret = thread_set_state (thread, x86_THREAD_STATE, 609 MACH_CHECK_ERROR (kret); 623 kret = thread_set_state (thread, x86_THREAD_STATE, 625 MACH_CHECK_ERROR (kret);
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| darwin-nat.c | 260 kern_return_t kret; local 272 kret = task_threads (darwin_inf->task, &thread_list, &new_nbr); 273 MACH_CHECK_ERROR (kret); 274 if (kret != KERN_SUCCESS) 296 kret = mach_port_deallocate (mach_task_self (), thread_list[i]); 297 MACH_CHECK_ERROR (kret); 301 kret = vm_deallocate (gdb_task, (vm_address_t) thread_list, 303 MACH_CHECK_ERROR (kret); 332 kret = mach_port_deallocate (gdb_task, new_id); 333 MACH_CHECK_ERROR (kret); 433 kern_return_t kret; local 451 kern_return_t kret; local 545 kern_return_t kret; local 616 kern_return_t kret; local 797 kern_return_t kret; local 870 kern_return_t kret = thread_resume (thread->gdb_port); local 906 kern_return_t kret = thread_suspend (thread->gdb_port); local 1186 kern_return_t kret; local 1334 kern_return_t kret = mach_port_deallocate (gdb_task, t->gdb_port); local 1346 kern_return_t kret; local 1435 kern_return_t kret; local 1451 kern_return_t kret; local 1471 kern_return_t kret; local 1485 kern_return_t kret; local 1514 kern_return_t kret; local 1563 kern_return_t kret; local 1591 kern_return_t kret; local 2005 kern_return_t kret; local 2071 kern_return_t kret; local 2132 kern_return_t kret; local 2287 kern_return_t kret; local 2363 kern_return_t kret; local 2396 kern_return_t kret; local 2466 kern_return_t kret; local [all...] |
| darwin-nat-info.c | 304 kern_return_t kret; local 308 kret = mach_port_get_attributes 310 MACH_CHECK_ERROR (kret); 512 kern_return_t kret; local 524 kret = mach_vm_region (task, &address, &size, VM_REGION_BASIC_INFO_64, 526 if (kret != KERN_SUCCESS) 550 kret = 553 if (kret != KERN_SUCCESS) 616 kern_return_t kret; local 649 kret = mach_vm_region_recurse (task, &r_start, &r_size, &r_depth 795 kern_return_t kret; local [all...] |
| i386-darwin-nat.c | 584 kern_return_t kret; local 586 kret = thread_get_state (thread, x86_THREAD_STATE, 588 if (kret != KERN_SUCCESS) 591 kret, thread); 607 kret = thread_set_state (thread, x86_THREAD_STATE, 609 MACH_CHECK_ERROR (kret); 623 kret = thread_set_state (thread, x86_THREAD_STATE, 625 MACH_CHECK_ERROR (kret);
|
| /src/crypto/external/bsd/heimdal/dist/lib/gssapi/mech/ |
| gss_krb5.c | 44 krb5_error_code kret; local 62 kret = krb5_init_context(&context); 63 if (kret) { 64 *minor_status = kret; 69 kret = asprintf(&str, "%.*s", (int)data_set->elements[0].length, 72 if (kret < 0 || str == NULL) { 77 kret = krb5_cc_resolve(context, str, &id); 79 if (kret) { 80 *minor_status = kret; 84 kret = krb5_cc_copy_cache(context, id, out) [all...] |