Home
last modified time | relevance | path

Searched refs:fils (Results 1 - 9 of 9) sorted by relevance

/third_party/ffmpeg/libavfilter/
H A Dvf_mcdeint.c191 int fils = frame_dec->linesize[i]; in filter_frame() local
198 uint8_t *filp = &frame_dec->data[i][x + y*fils]; in filter_frame()
204 int diff0 = filp[-fils] - srcp[-srcs]; in filter_frame()
205 int diff1 = filp[+fils] - srcp[+srcs]; in filter_frame()
224 diff0 = filp[-fils+DELTA(j)] - srcp[-srcs+DELTA(j)];\ in filter_frame()
225 diff1 = filp[+fils+DELTA(-(j))] - srcp[+srcs+DELTA(-(j))];\ in filter_frame()
231 diff0 = filp[-fils+(j)] - srcp[-srcs+(j)];\ in filter_frame()
232 diff1 = filp[+fils-(j)] - srcp[+srcs-(j)];\ in filter_frame()
260 frame_dec->data[i][x + y*fils] =
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dpasn_supplicant.c317 if (random_get_bytes(pasn->fils.nonce, FILS_NONCE_LEN) < 0 || in wpas_pasn_fils_build_auth()
318 random_get_bytes(pasn->fils.session, FILS_SESSION_LEN) < 0) in wpas_pasn_fils_build_auth()
321 wpa_hexdump(MSG_DEBUG, "PASN: FILS: Nonce", pasn->fils.nonce, in wpas_pasn_fils_build_auth()
324 wpa_hexdump(MSG_DEBUG, "PASN: FILS: Session", pasn->fils.session, in wpas_pasn_fils_build_auth()
347 wpabuf_put_data(buf, pasn->fils.nonce, FILS_NONCE_LEN); in wpas_pasn_fils_build_auth()
353 wpabuf_put_data(buf, pasn->fils.session, FILS_SESSION_LEN); in wpas_pasn_fils_build_auth()
367 pasn->fils.erp_pmkid); in wpas_pasn_fils_build_auth()
413 pasn->fils.completed); in wpas_pasn_wd_fils_auth()
416 if (pasn->fils.completed) in wpas_pasn_wd_fils_auth()
532 if (os_memcmp(pasn->fils in wpas_pasn_wd_fils_rx()
[all...]
H A Dwpa_supplicant_i.h591 struct pasn_fils fils; member
/third_party/ltp/tools/sparse/sparse-src/validation/expand/
H A Dbuiltin-expect.c26 long fils(void) in fils() function
74 fils:
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dieee802_11.c2248 data ? wpabuf_len(data) : 0, "auth-fils-finish"); in handle_auth_fils_finish()
2584 struct pasn_fils_data *fils = &pasn->fils; in pasn_get_fils_wd() local
2587 if (!fils->erp_resp) { in pasn_get_fils_wd()
2612 wpabuf_put_data(buf, fils->anonce, FILS_NONCE_LEN); in pasn_get_fils_wd()
2618 wpabuf_put_data(buf, fils->session, FILS_SESSION_LEN); in pasn_get_fils_wd()
2622 wpabuf_put_u8(buf, 1 + wpabuf_len(fils->erp_resp)); in pasn_get_fils_wd()
2624 wpabuf_put_buf(buf, fils->erp_resp); in pasn_get_fils_wd()
2636 struct pasn_fils_data *fils = &pasn->fils; in pasn_fils_auth_resp() local
[all...]
H A Dsta_info.h102 struct pasn_fils_data fils; member
H A Dsta_info.c191 wpabuf_free(sta->pasn->fils.erp_resp); in ap_free_sta_pasn()
192 sta->pasn->fils.erp_resp = NULL; in ap_free_sta_pasn()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_atheros.c1710 int fils = 0; in atheros_read_fils_cap() local
1715 if (get80211param(drv, IEEE80211_PARAM_ENABLE_FILS, &fils) < 0) { in atheros_read_fils_cap()
1720 fils = 0; in atheros_read_fils_cap()
1723 drv->fils_en = fils; in atheros_read_fils_cap()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_atheros.c1699 int fils = 0; in atheros_read_fils_cap() local
1704 if (get80211param(drv, IEEE80211_PARAM_ENABLE_FILS, &fils) < 0) { in atheros_read_fils_cap()
1709 fils = 0; in atheros_read_fils_cap()
1712 drv->fils_en = fils; in atheros_read_fils_cap()

Completed in 22 milliseconds