• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/Heimdal-398.1.2/lib/krb5/

Lines Matching defs:krb5_error_code

77 typedef int32_t krb5_error_code;
501 krb5_error_code (KRB5_CALLCONV * resolve)(krb5_context, krb5_ccache *, const char *);
502 krb5_error_code (KRB5_CALLCONV * gen_new)(krb5_context, krb5_ccache *);
503 krb5_error_code (KRB5_CALLCONV * init)(krb5_context, krb5_ccache, krb5_principal);
504 krb5_error_code (KRB5_CALLCONV * destroy)(krb5_context, krb5_ccache);
505 krb5_error_code (KRB5_CALLCONV * close)(krb5_context, krb5_ccache);
506 krb5_error_code (KRB5_CALLCONV * store)(krb5_context, krb5_ccache, krb5_creds*);
507 krb5_error_code (KRB5_CALLCONV * retrieve)(krb5_context, krb5_ccache,
509 krb5_error_code (KRB5_CALLCONV * get_princ)(krb5_context, krb5_ccache, krb5_principal*);
510 krb5_error_code (KRB5_CALLCONV * get_first)(krb5_context, krb5_ccache, krb5_cc_cursor *);
511 krb5_error_code (KRB5_CALLCONV * get_next)(krb5_context, krb5_ccache,
513 krb5_error_code (KRB5_CALLCONV * end_get)(krb5_context, krb5_ccache, krb5_cc_cursor*);
514 krb5_error_code (KRB5_CALLCONV * remove_cred)(krb5_context, krb5_ccache,
516 krb5_error_code (KRB5_CALLCONV * set_flags)(krb5_context, krb5_ccache, krb5_flags);
518 krb5_error_code (KRB5_CALLCONV * get_cache_first)(krb5_context, krb5_cc_cursor *);
519 krb5_error_code (KRB5_CALLCONV * get_cache_next)(krb5_context, krb5_cc_cursor,
521 krb5_error_code (KRB5_CALLCONV * end_cache_get)(krb5_context, krb5_cc_cursor);
522 krb5_error_code (KRB5_CALLCONV * move)(krb5_context, krb5_ccache, krb5_ccache);
523 krb5_error_code (KRB5_CALLCONV * get_default_name)(krb5_context, char **);
524 krb5_error_code (KRB5_CALLCONV * set_default)(krb5_context, krb5_ccache);
525 krb5_error_code (KRB5_CALLCONV * lastchange)(krb5_context, krb5_ccache, krb5_timestamp *);
526 krb5_error_code (KRB5_CALLCONV * set_kdc_offset)(krb5_context, krb5_ccache, krb5_deltat);
527 krb5_error_code (KRB5_CALLCONV * get_kdc_offset)(krb5_context, krb5_ccache, krb5_deltat *);
528 krb5_error_code (KRB5_CALLCONV * hold)(krb5_context, krb5_ccache);
529 krb5_error_code (KRB5_CALLCONV * unhold)(krb5_context, krb5_ccache);
530 krb5_error_code (KRB5_CALLCONV * get_uuid)(krb5_context, krb5_ccache, krb5_uuid);
531 krb5_error_code (KRB5_CALLCONV * resolve_by_uuid)(krb5_context, krb5_ccache, krb5_uuid);
532 krb5_error_code (KRB5_CALLCONV * tgt_req)(krb5_context, krb5_ccache, KERB_TGS_REQ_IN *, KERB_TGS_REQ_OUT *);
533 krb5_error_code (KRB5_CALLCONV * tgt_rep)(krb5_context, krb5_ccache, KERB_TGS_REP_IN *, KERB_TGS_REP_OUT *);
534 krb5_error_code (KRB5_CALLCONV * set_acl)(krb5_context, krb5_ccache, const char *, /* heim_object_t */ void *);
535 krb5_error_code (KRB5_CALLCONV * copy_data)(krb5_context, krb5_ccache, /* heim_array_t */ void *, /* heim_dict_t */ void **);
536 krb5_error_code (KRB5_CALLCONV * copy_query)(krb5_context, krb5_ccache, /* heim_dict_t */ void *, /* heim_array_t */ void **);
537 krb5_error_code (KRB5_CALLCONV * store_data)(krb5_context, krb5_ccache, /* heim_dict_t */ void *);
609 krb5_error_code (KRB5_CALLCONV * resolve)(krb5_context, const char*, krb5_keytab);
610 krb5_error_code (KRB5_CALLCONV * get_name)(krb5_context, krb5_keytab, char*, size_t);
611 krb5_error_code (KRB5_CALLCONV * close)(krb5_context, krb5_keytab);
612 krb5_error_code (KRB5_CALLCONV * destroy)(krb5_context, krb5_keytab);
613 krb5_error_code (KRB5_CALLCONV * get)(krb5_context, krb5_keytab, krb5_const_principal,
615 krb5_error_code (KRB5_CALLCONV * start_seq_get)(krb5_context, krb5_keytab, krb5_kt_cursor*);
616 krb5_error_code (KRB5_CALLCONV * next_entry)(krb5_context, krb5_keytab,
618 krb5_error_code (KRB5_CALLCONV * end_seq_get)(krb5_context, krb5_keytab, krb5_kt_cursor*);
619 krb5_error_code (KRB5_CALLCONV * add)(krb5_context, krb5_keytab, krb5_keytab_entry*);
620 krb5_error_code (KRB5_CALLCONV * remove)(krb5_context, krb5_keytab, krb5_keytab_entry*);
758 typedef krb5_error_code (KRB5_CALLCONV * krb5_key_proc)(krb5_context /*context*/,
763 typedef krb5_error_code (KRB5_CALLCONV * krb5_decrypt_proc)(krb5_context /*context*/,
768 typedef krb5_error_code (KRB5_CALLCONV * krb5_s2k_proc)(krb5_context /*context*/,
874 typedef krb5_error_code (*krb5_sendto_prexmit)(krb5_context, int, void *, int, krb5_data *);
875 typedef krb5_error_code (*krb5_send_to_kdc_func)(krb5_context,
907 typedef krb5_error_code
953 typedef krb5_error_code