Searched refs:preauth (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/Heimdal-398.1.2/lib/krb5/
H A Dget_in_tkt.c151 const krb5_preauthdata *preauth,
248 if(preauth != NULL) {
258 for(i = 0; i < preauth->len; i++) {
259 if(preauth->val[i].type == KRB5_PADATA_ENC_TIMESTAMP){
262 for(j = 0; j < preauth->val[i].info.len; j++) {
264 if(preauth->val[i].info.val[j].salttype)
265 salt.salttype = *preauth->val[i].info.val[j].salttype;
268 if(preauth->val[i].info.val[j].salt)
269 salt.saltvalue = *preauth->val[i].info.val[j].salt;
277 &preauth
145 init_as_req(krb5_context context, KDCOptions opts, krb5_creds *creds, const krb5_addresses *addrs, const krb5_enctype *etypes, const krb5_preauthtype *ptypes, const krb5_preauthdata *preauth, krb5_key_proc key_proc, krb5_const_pointer keyseed, unsigned nonce, AS_REQ *a) argument
323 set_ptypes(krb5_context context, KRB_ERROR *error, const krb5_preauthtype **ptypes, krb5_preauthdata **preauth) argument
[all...]
H A Dkrb5-protos.h2562 * The FX-CF2 key derivation function, used in FAST and preauth framework.
4295 const krb5_preauthdata *preauth,
/macosx-10.10/Heimdal-398.1.2/kdc/
H A Dhprop.c162 krb5_preauthtype preauth = KRB5_PADATA_ENC_TIMESTAMP; local
177 krb5_get_init_creds_opt_set_preauth_list(init_opts, &preauth, 1);
/macosx-10.10/MITKerberosShim-66/
H A Dgic.c261 mit_krb5_preauthtype *preauth,
257 krb5_get_in_tkt_with_password(mit_krb5_context context, mit_krb5_flags flags, mit_krb5_address * const *addr, mit_krb5_enctype *enctype, mit_krb5_preauthtype *preauth, const char *password, mit_krb5_ccache cache, mit_krb5_creds *cred, mit_krb5_kdc_rep **rep) argument
/macosx-10.10/OpenSSH-189/openssh/
H A Dservconf.c1737 * If the preauth flag is set, we do not bother copying the string or
1742 copy_set_server_options(ServerOptions *dst, ServerOptions *src, int preauth) argument
1777 if (preauth)

Completed in 100 milliseconds