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

/freebsd-11-stable/contrib/wpa/src/rsn_supp/
H A Dpreauth.h24 int prio, int preauth);
62 int prio, int preauth)
60 pmksa_candidate_add(struct wpa_sm *sm, const u8 *bssid, int prio, int preauth) argument
H A Dpreauth.c16 #include "preauth.h"
148 wpa_hexdump(MSG_MSGDUMP, "TX EAPOL (preauth)", msg, msglen);
214 ctx->preauth = 1;
239 * preauth EAPOL-Start frame may end up being dropped due to race
362 * @preauth: Whether the candidate AP advertises support for pre-authentication
369 int prio, int preauth)
377 if (!preauth) {
379 "preauth flag");
437 /* TODO: schedule periodic scans if current AP supports preauth */
368 pmksa_candidate_add(struct wpa_sm *sm, const u8 *bssid, int prio, int preauth) argument
/freebsd-11-stable/crypto/heimdal/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...]
/freebsd-11-stable/contrib/wpa/src/eapol_auth/
H A Deapol_auth_sm.h72 void (*finished)(void *ctx, void *sta_ctx, int success, int preauth,
/freebsd-11-stable/crypto/heimdal/kdc/
H A Dhprop.c161 krb5_preauthtype preauth = KRB5_PADATA_ENC_TIMESTAMP; local
176 krb5_get_init_creds_opt_set_preauth_list(init_opts, &preauth, 1);
/freebsd-11-stable/contrib/wpa/src/eapol_supp/
H A Deapol_supp_sm.h91 * preauth - IEEE 802.11i/RSN pre-authentication
96 int preauth; member in struct:eapol_ctx
H A Deapol_supp_sm.c255 if (sm->ctx->preauth)
/freebsd-11-stable/usr.sbin/wpa/wpa_supplicant/
H A DMakefile23 notify.c offchannel.c op_classes.c os_unix.c pmksa_cache.c preauth.c \
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dnmake.mak83 $(OBJDIR)\preauth.obj \
H A Dwpas_glue.c1098 ctx->preauth = 0;
H A Deapol_test.c596 ctx->preauth = 0;
H A Devents.c20 #include "rsn_supp/preauth.h"
375 " index=%d preauth=%d",
378 data->pmkid_candidate.preauth);
382 data->pmkid_candidate.preauth);
H A DAndroid.mk315 OBJS += src/rsn_supp/preauth.c
/freebsd-11-stable/crypto/openssh/
H A Dservconf.c1978 * If the preauth flag is set, we do not bother copying the string or
1983 copy_set_server_options(ServerOptions *dst, ServerOptions *src, int preauth) argument
2055 if (preauth)
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dieee802_1x.c2235 int preauth, int remediation)
2239 if (preauth)
2234 _ieee802_1x_finished(void *ctx, void *sta_ctx, int success, int preauth, int remediation) argument
H A Dwpa_auth.c4129 const int preauth = 1; local
4131 const int preauth = 0; local
4142 wpa_bool_txt(preauth),
4405 wpa_hexdump_key(MSG_DEBUG, "RSN: Cache PMK from preauth", pmk, len);
/freebsd-11-stable/contrib/wpa/src/drivers/
H A Ddriver.h5118 int preauth; member in struct:wpa_event_data::pmkid_candidate
H A Ddriver_ndis.c1595 event.pmkid_candidate.preauth =
H A Ddriver_nl80211_event.c1459 data.pmkid_candidate.preauth =

Completed in 227 milliseconds