Home
last modified time | relevance | path

Searched defs:krb5_context (Results 1 – 5 of 5) sorted by path

/freebsd/crypto/heimdal/lib/krb5/
H A Dcache.c879 krb5_boolean (*match)(krb5_context, void *, const krb5_creds *), in krb5_cc_copy_match_f()
H A Dkrb5.h374 typedef struct krb5_context_data *krb5_context; typedef
H A Dplugin.c598 krb5_error_code (*func)(krb5_context, const void *, void *, void *)) in _krb5_plugin_run_f()
H A Dprincipal.c805 void (*func)(krb5_context, krb5_principal, va_list), in build_principal()
/freebsd/sys/kgssapi/krb5/
H A Dkrb5_mech.c82 struct krb5_context { struct
84 struct mtx kc_lock;
85 uint32_t kc_ac_flags;
86 uint32_t kc_ctx_flags;
87 uint32_t kc_more_flags;
95 uint16_t kc_local_port;
96 uint16_t kc_remote_port;
101 uint32_t kc_remote_seqnumber;
102 uint32_t kc_keytype;
103 uint32_t kc_cksumtype;
[all …]