Home
last modified time | relevance | path

Searched refs:preauth (Results 1 – 25 of 34) sorted by relevance

12

/freebsd/crypto/heimdal/lib/krb5/
H A Dget_in_tkt.c151 const krb5_preauthdata *preauth, in init_as_req() argument
248 if(preauth != NULL) { in init_as_req()
258 for(i = 0; i < preauth->len; i++) { in init_as_req()
259 if(preauth->val[i].type == KRB5_PADATA_ENC_TIMESTAMP){ in init_as_req()
262 for(j = 0; j < preauth->val[i].info.len; j++) { in init_as_req()
264 if(preauth->val[i].info.val[j].salttype) in init_as_req()
265 salt.salttype = *preauth->val[i].info.val[j].salttype; in init_as_req()
268 if(preauth->val[i].info.val[j].salt) in init_as_req()
269 salt.saltvalue = *preauth->val[i].info.val[j].salt; in init_as_req()
277 &preauth->val[i].info.val[j].etype, 1, in init_as_req()
[all …]
/freebsd/contrib/wpa/src/rsn_supp/
H A Dpreauth.h24 int prio, int preauth);
62 int prio, int preauth) in pmksa_candidate_add() argument
H A DMakefile10 preauth.o \
H A Dpreauth.c225 ctx->preauth = 1; in rsn_preauth_init()
379 int prio, int preauth) in pmksa_candidate_add() argument
387 if (!preauth) { in pmksa_candidate_add()
/freebsd/crypto/heimdal/lib/hdb/
H A Dhdb.schema25 #-- require-preauth(8), -- must use preauth
H A Dhdb.asn140 require-preauth(8), -- must use preauth
/freebsd/usr.sbin/wpa/src/rsn_supp/
H A DMakefile15 preauth.c \
/freebsd/contrib/netbsd-tests/ipf/regress/
H A Di58 preauth out on foo0 proto tcp from any to any port = 22
/freebsd/contrib/netbsd-tests/ipf/expected/
H A Di58 preauth out on foo0(!) proto tcp from any to any port = 22
/freebsd/crypto/heimdal/lib/asn1/
H A Dkrb5.asn1161 KRB5-PADATA-FX-COOKIE(133), -- krb-wg-preauth-framework
162 KRB5-PADATA-AUTHENTICATION-SET(134), -- krb-wg-preauth-framework
163 KRB5-PADATA-AUTH-SET-SELECTED(135), -- krb-wg-preauth-framework
164 KRB5-PADATA-FX-FAST(136), -- krb-wg-preauth-framework
165 KRB5-PADATA-FX-ERROR(137), -- krb-wg-preauth-framework
166 KRB5-PADATA-ENCRYPTED-CHALLENGE(138), -- krb-wg-preauth-framework
/freebsd/contrib/wpa/src/eapol_auth/
H A Deapol_auth_sm.h49 bool (*finished)(void *ctx, void *sta_ctx, int success, int preauth,
/freebsd/crypto/heimdal/kdc/
H A Dhprop.c161 krb5_preauthtype preauth = KRB5_PADATA_ENC_TIMESTAMP; in get_creds() local
176 krb5_get_init_creds_opt_set_preauth_list(init_opts, &preauth, 1); in get_creds()
/freebsd/crypto/openssh/
H A DREADME.privsep15 preauth environment:
H A Dservconf.c2905 copy_set_server_options(ServerOptions *dst, ServerOptions *src, int preauth) in copy_set_server_options() argument
2990 if (preauth) in copy_set_server_options()
H A DChangeLog21 upstream: Don't reply to PING in preauth phase or during KEX
1370 upstream: put back reaping of preauth child process when writes
1518 the privsep preauth process.
1757 upstream: reap preauth net child if it hangs up during privsep message
4608 verbose instead of error to reduce preauth log spam. All of those get logged
4782 fail in the preauth privsep process while handling a new connection.
/freebsd/share/examples/ipfilter/
H A DBNF17 auth = "auth" | "preauth" .
/freebsd/contrib/wpa/src/eapol_supp/
H A Deapol_supp_sm.h96 int preauth; member
H A Deapol_supp_sm.c264 if (sm->ctx->preauth) in SM_STATE()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dnmake.mak83 $(OBJDIR)\preauth.obj \
H A Deapol_test.c600 ctx->preauth = 0; in test_eapol()
H A Dwpas_glue.c1185 ctx->preauth = 0; in wpa_supplicant_init_eapol()
/freebsd/crypto/heimdal/doc/
H A Dinit-creds191 If preauth_list is specified, it names preauth data types which will
193 the kdc to determine the required preauth types. There is no
/freebsd/crypto/heimdal/
H A DChangeLog.200315 * lib/krb5/init_creds_pw.c: try handle ts preauth better, still
17 doesn't send back KRB5KDC_ERR_PREAUTH_REQUIRED when preauth was
373 * lib/asn1/k5.asn1: add more preauth types, add PA-PAC-REQUEST
522 preauth to its function break out the pa_data_to_key_plain to its
587 krb5_get_init_creds_password with new preauth handing, still it
588 can only work with krb5-pa-enc-timestamp for preauth, but now it
594 (krb5_get_init_creds_opt_set_pa_password): set preauth info for
/freebsd/contrib/wpa/src/ap/
H A Dieee802_1x.c2350 int preauth, int remediation, bool logoff) in _ieee802_1x_finished() argument
2355 if (preauth) { in _ieee802_1x_finished()
/freebsd/contrib/wpa/src/drivers/
H A Ddriver.h6202 int preauth; member

12