Home
last modified time | relevance | path

Searched refs:data_pos (Results 1 – 6 of 6) sorted by relevance

/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
H A Dpreauth_test.c46 size_t *msg_len, void **data_pos) in wpa_alloc_eapol() argument
64 if (data_pos) in wpa_alloc_eapol()
65 *data_pos = hdr + 1; in wpa_alloc_eapol()
73 size_t *msg_len, void **data_pos) in _wpa_alloc_eapol() argument
75 return wpa_alloc_eapol(wpa_s, type, data, data_len, msg_len, data_pos); in _wpa_alloc_eapol()
H A Dwpas_glue.c63 size_t *msg_len, void **data_pos) in wpa_alloc_eapol() argument
81 if (data_pos) in wpa_alloc_eapol()
82 *data_pos = hdr + 1; in wpa_alloc_eapol()
425 size_t *msg_len, void **data_pos) in _wpa_alloc_eapol() argument
427 return wpa_alloc_eapol(wpa_s, type, data, data_len, msg_len, data_pos); in _wpa_alloc_eapol()
H A Dibss_rsn.c80 u16 data_len, size_t *msg_len, void **data_pos) in supp_alloc_eapol() argument
101 if (data_pos) in supp_alloc_eapol()
102 *data_pos = hdr + 1; in supp_alloc_eapol()
/dragonfly/contrib/wpa_supplicant/src/rsn_supp/
H A Dwpa_i.h240 size_t *msg_len, void **data_pos) in wpa_sm_alloc_eapol() argument
244 msg_len, data_pos); in wpa_sm_alloc_eapol()
H A Dwpa.h41 size_t *msg_len, void **data_pos);
/dragonfly/contrib/libarchive/libarchive/
H A Darchive_write_disk_posix.c1244 uint32_t data_pos, data_size; in hfs_decompress() local
1252 data_pos = RSRC_H_SIZE + archive_le32dec(block_info++); in hfs_decompress()
1255 a->compressed_buffer, data_size, data_pos, 0); in hfs_decompress()