Lines Matching defs:krb5_context

308 typedef struct krb5_context_data *krb5_context;
400 const char* (*get_name)(krb5_context, krb5_ccache);
401 krb5_error_code (*resolve)(krb5_context, krb5_ccache *, const char *);
402 krb5_error_code (*gen_new)(krb5_context, krb5_ccache *);
403 krb5_error_code (*init)(krb5_context, krb5_ccache, krb5_principal);
404 krb5_error_code (*destroy)(krb5_context, krb5_ccache);
405 krb5_error_code (*close)(krb5_context, krb5_ccache);
406 krb5_error_code (*store)(krb5_context, krb5_ccache, krb5_creds*);
407 krb5_error_code (*retrieve)(krb5_context, krb5_ccache,
409 krb5_error_code (*get_princ)(krb5_context, krb5_ccache, krb5_principal*);
410 krb5_error_code (*get_first)(krb5_context, krb5_ccache, krb5_cc_cursor *);
411 krb5_error_code (*get_next)(krb5_context, krb5_ccache,
413 krb5_error_code (*end_get)(krb5_context, krb5_ccache, krb5_cc_cursor*);
414 krb5_error_code (*remove_cred)(krb5_context, krb5_ccache,
416 krb5_error_code (*set_flags)(krb5_context, krb5_ccache, krb5_flags);
417 int (*get_version)(krb5_context, krb5_ccache);
418 krb5_error_code (*get_cache_first)(krb5_context, krb5_cc_cursor *);
419 krb5_error_code (*get_cache_next)(krb5_context, krb5_cc_cursor, krb5_ccache *);
420 krb5_error_code (*end_cache_get)(krb5_context, krb5_cc_cursor);
421 krb5_error_code (*move)(krb5_context, krb5_ccache, krb5_ccache);
422 krb5_error_code (*default_name)(krb5_context, char **);
490 krb5_error_code (*resolve)(krb5_context, const char*, krb5_keytab);
491 krb5_error_code (*get_name)(krb5_context, krb5_keytab, char*, size_t);
492 krb5_error_code (*close)(krb5_context, krb5_keytab);
493 krb5_error_code (*get)(krb5_context, krb5_keytab, krb5_const_principal,
495 krb5_error_code (*start_seq_get)(krb5_context, krb5_keytab, krb5_kt_cursor*);
496 krb5_error_code (*next_entry)(krb5_context, krb5_keytab,
498 krb5_error_code (*end_seq_get)(krb5_context, krb5_keytab, krb5_kt_cursor*);
499 krb5_error_code (*add)(krb5_context, krb5_keytab, krb5_keytab_entry*);
500 krb5_error_code (*remove)(krb5_context, krb5_keytab, krb5_keytab_entry*);
612 typedef int (*krb5_prompter_fct)(krb5_context /*context*/,
618 typedef krb5_error_code (*krb5_key_proc)(krb5_context /*context*/,
623 typedef krb5_error_code (*krb5_decrypt_proc)(krb5_context /*context*/,
628 typedef krb5_error_code (*krb5_s2k_proc)(krb5_context /*context*/,
739 typedef krb5_error_code (*krb5_send_to_kdc_func)(krb5_context,
765 typedef krb5_error_code (*krb5_sendto_ctx_func)(krb5_context, krb5_sendto_ctx, void *, const krb5_data *, int *);