Searched refs:krb5_krbhst_info (Results 1 – 11 of 11) sorted by relevance
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | krbhst.c | 57 srv_find_realm(krb5_context context, krb5_krbhst_info ***res, int *count, in srv_find_realm() 117 krb5_krbhst_info *hi; in srv_find_realm() 163 krb5_krbhst_info**); 167 struct krb5_krbhst_info *hosts, **index, **end; 203 static struct krb5_krbhst_info* 208 struct krb5_krbhst_info *hi; in parse_hostspec() 263 _krb5_free_krbhst_info(krb5_krbhst_info *hi) in _krb5_free_krbhst_info() 272 krb5_krbhst_info *from, in _krb5_krbhost_info_move() 273 krb5_krbhst_info **to) in _krb5_krbhost_info_move() 296 append_host_hostinfo(struct krb5_krbhst_data *kd, struct krb5_krbhst_info *host) in append_host_hostinfo() [all …]
|
H A D | krb5-private.h | 251 _krb5_free_krbhst_info (krb5_krbhst_info */*hi*/); 361 krb5_krbhst_info */*from*/, 362 krb5_krbhst_info **/*to*/); 489 const krb5_krbhst_info */*hi*/,
|
H A D | send_to_kdc_plugin.h | 46 krb5_krbhst_info *,
|
H A D | krb5.h | 792 typedef struct krb5_krbhst_info { struct 799 struct krb5_krbhst_info *next; argument 801 } krb5_krbhst_info; argument 810 (KRB5_CALLCONV * krb5_send_to_kdc_func)(krb5_context, void *, krb5_krbhst_info *, time_t,
|
H A D | send_to_kdc.c | 258 const krb5_krbhst_info *hi, in send_via_proxy() 323 krb5_krbhst_info *hi, in send_via_plugin() 379 krb5_krbhst_info *hi; in krb5_sendto()
|
H A D | pkinit.c | 1080 const krb5_krbhst_info *hi, in pk_verify_host() 1171 const krb5_krbhst_info *hi, in pk_rd_pa_reply_enckey() 1408 const krb5_krbhst_info *hi, in pk_rd_pa_reply_dh() 1648 const krb5_krbhst_info *hi, in _krb5_pk_rd_pa_reply()
|
H A D | init_creds_pw.c | 1254 const krb5_krbhst_info *hi, in process_pa_data_to_key() 1645 krb5_krbhst_info *hostinfo, in krb5_init_creds_step() 1913 krb5_krbhst_info *hostinfo = NULL; in krb5_init_creds_get()
|
H A D | krb5-protos.h | 2603 krb5_krbhst_info */*hostinfo*/, 2696 const krb5_krbhst_info */*host*/, 2708 krb5_krbhst_info */*host*/, 2730 krb5_krbhst_info **/*host*/);
|
H A D | changepw.c | 517 krb5_krbhst_info *hi; in change_password_loop()
|
/freebsd/crypto/heimdal/ |
H A D | ChangeLog.2001 | 558 in krb5_krbhst_info 562 (krb5_krbhst_info): add def_port (default port for this service)
|
H A D | ChangeLog.2005 | 289 krb5_krbhst_info into the pre-auth mechs 292 rename COMPAT_27 to COMPAT_IETF, pass down a krb5_krbhst_info for
|