HomeSort by relevance Sort by last modified time
    Searched refs:u8 (Results 201 - 225 of 1260) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/wpa_supplicant_8/src/common/
privsep_commands.h 31 u8 bssid[ETH_ALEN];
32 u8 ssid[32];
47 u8 addr[ETH_ALEN];
50 u8 seq[8];
52 u8 key[32];
ieee802_11_defs.h 392 u8 addr1[6];
393 u8 addr2[6];
394 u8 addr3[6];
396 /* followed by 'u8 addr4[6];' if ToDS and FromDS is set in data frame
411 u8 da[6];
412 u8 sa[6];
413 u8 bssid[6];
421 u8 variable[0];
425 u8 variable[0];
431 u8 variable[0]
    [all...]
gas.c 18 gas_build_req(u8 action, u8 dialog_token, size_t size)
34 struct wpabuf * gas_build_initial_req(u8 dialog_token, size_t size)
41 struct wpabuf * gas_build_comeback_req(u8 dialog_token)
48 gas_build_resp(u8 action, u8 dialog_token, u16 status_code, u8 frag_id,
49 u8 more, u16 comeback_delay, size_t size)
70 gas_build_initial_resp(u8 dialog_token, u16 status_code, u16 comeback_delay,
79 gas_build_comeback_resp(u8 dialog_token, u16 status_code, u8 frag_id, u8 more
    [all...]
  /external/wpa_supplicant_8/src/crypto/
aes-ctr.c 24 int aes_128_ctr_encrypt(const u8 *key, const u8 *nonce,
25 u8 *data, size_t data_len)
30 u8 *pos = data;
31 u8 counter[AES_BLOCK_SIZE], buf[AES_BLOCK_SIZE];
sha256-tlsprf.c 29 void tls_prf_sha256(const u8 *secret, size_t secret_len, const char *label,
30 const u8 *seed, size_t seed_len, u8 *out, size_t outlen)
33 u8 A[SHA256_MAC_LEN];
34 u8 P[SHA256_MAC_LEN];
fips_prf_openssl.c 16 static void sha1_transform(u8 *state, const u8 data[64])
26 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen)
28 u8 xkey[64];
31 u8 *xpos = x;
56 sha1_transform((u8 *) _t, xkey);
sha1-pbkdf2.c 14 static int pbkdf2_sha1_f(const char *passphrase, const u8 *ssid,
16 u8 *digest)
21 const u8 *addr[2];
40 if (hmac_sha1_vector((u8 *) passphrase, passphrase_len, 2, addr, len,
46 if (hmac_sha1((u8 *) passphrase, passphrase_len, tmp,
72 int pbkdf2_sha1(const char *passphrase, const u8 *ssid, size_t ssid_len,
73 int iterations, u8 *buf, size_t buflen)
sha1.c 26 int hmac_sha1_vector(const u8 *key, size_t key_len, size_t num_elem,
27 const u8 *addr[], const size_t *len, u8 *mac)
31 const u8 *_addr[6];
100 int hmac_sha1(const u8 *key, size_t key_len, const u8 *data, size_t data_len,
101 u8 *mac)
sha256.c 26 int hmac_sha256_vector(const u8 *key, size_t key_len, size_t num_elem,
27 const u8 *addr[], const size_t *len, u8 *mac)
31 const u8 *_addr[6];
100 int hmac_sha256(const u8 *key, size_t key_len, const u8 *data,
101 size_t data_len, u8 *mac)
  /external/wpa_supplicant_8/src/ap/
ap_drv_ops.h 35 const u8 *addr, int aid, int val);
37 const u8 *addr, u16 aid, u16 capability,
38 const u8 *supp_rates, size_t supp_rates_len,
42 u32 flags, u8 qosinfo);
44 int hostapd_set_generic_elem(struct hostapd_data *hapd, const u8 *elem,
46 int hostapd_get_ssid(struct hostapd_data *hapd, u8 *buf, size_t len);
47 int hostapd_set_ssid(struct hostapd_data *hapd, const u8 *buf, size_t len);
49 const char *ifname, const u8 *addr, void *bss_ctx,
50 void **drv_priv, char *force_ifname, u8 *if_addr,
57 const u8 *addr, int idx, u8 *seq)
    [all...]
gas_serv.h 46 u8 valid;
47 u8 index;
49 u8 dialog_token;
51 u8 sd_frag_id;
61 void gas_serv_tx_gas_response(struct hostapd_data *hapd, const u8 *dst,
64 gas_serv_dialog_find(struct hostapd_data *hapd, const u8 *addr,
65 u8 dialog_token);
ieee802_1x.h 21 void ieee802_1x_receive(struct hostapd_data *hapd, const u8 *sa, const u8 *buf,
34 const u8 *buf, size_t len, int ack);
36 const u8 *data, int len, int ack);
37 u8 * ieee802_1x_get_identity(struct eapol_state_machine *sm, size_t *len);
38 u8 * ieee802_1x_get_radius_class(struct eapol_state_machine *sm, size_t *len,
41 const u8 * ieee802_1x_get_key(struct eapol_state_machine *sm, size_t *len);
50 void hostapd_get_ntp_timestamp(u8 *buf);
51 char *eap_type_text(u8 type);
  /external/wpa_supplicant_8/src/eapol_auth/
eapol_auth_sm.h 27 u8 *pac_opaque_encr_key;
28 u8 *eap_fast_a_id;
40 const u8 *server_id;
59 void (*eapol_send)(void *ctx, void *sta_ctx, u8 type, const u8 *data,
61 void (*aaa_send)(void *ctx, void *sta_ctx, const u8 *data,
64 int (*get_eap_user)(void *ctx, const u8 *identity, size_t identity_len,
66 int (*sta_entry_alive)(void *ctx, const u8 *addr);
67 void (*logger)(void *ctx, const u8 *addr, eapol_logger_level level,
80 eapol_auth_alloc(struct eapol_authenticator *eapol, const u8 *addr
    [all...]
  /external/libvpx/libvpx/vp8/common/arm/neon/
bilinearpredict8x4_neon.asm 38 vld1.u8 {q1}, [r0], r1 ;load src data
40 vld1.u8 {q2}, [r0], r1
42 vld1.u8 {q3}, [r0], r1
44 vld1.u8 {q4}, [r0], r1
46 vmull.u8 q6, d2, d0 ;(src_ptr[0] * vp8_filter[0])
47 vld1.u8 {q5}, [r0], r1
48 vmull.u8 q7, d4, d0
49 vmull.u8 q8, d6, d0
50 vmull.u8 q9, d8, d0
51 vmull.u8 q10, d10, d
    [all...]
vp8_subpixelvariance8x8_neon.asm 41 vld1.u8 {q1}, [r0], r1 ;load src data
43 vld1.u8 {q2}, [r0], r1
45 vld1.u8 {q3}, [r0], r1
47 vld1.u8 {q4}, [r0], r1
49 vmull.u8 q6, d2, d0 ;(src_ptr[0] * Filter[0])
50 vmull.u8 q7, d4, d0
51 vmull.u8 q8, d6, d0
52 vmull.u8 q9, d8, d0
59 vmlal.u8 q6, d3, d1 ;(src_ptr[1] * Filter[1])
60 vmlal.u8 q7, d5, d
    [all...]
sixtappredict16x16_neon.asm 37 ; filter coeffs to make them u8. Then, use vmlsl for negtive coeffs. After multiplication,
81 vld1.u8 {d6, d7, d8}, [r0], r1 ;load src data
82 vld1.u8 {d9, d10, d11}, [r0], r1
83 vld1.u8 {d12, d13, d14}, [r0], r1
89 vmull.u8 q8, d6, d0 ;(src_ptr[-2] * vp8_filter[0])
90 vmull.u8 q9, d7, d0
91 vmull.u8 q10, d9, d0
92 vmull.u8 q11, d10, d0
93 vmull.u8 q12, d12, d0
94 vmull.u8 q13, d13, d
    [all...]
  /external/kernel-headers/original/asm-arm/arch/
board.h 36 u8 system_clock_type;
59 u8 console_uart;
65 u8 channel;
85 u8 otg; /* port number, 1-based: usb1 == 2 */
87 u8 hmc_mode;
90 u8 rwc;
99 u8 pins[3];
106 u8 data_lines;
160 u8 data[0];
169 u8 chip_type
    [all...]
  /hardware/qcom/msm8960/kernel-headers/linux/mfd/wcd9xxx/
pdata.h 81 u8 legacy_mode:MAX_AMIC_CHANNEL;
82 u8 txfe_enable:MAX_AMIC_CHANNEL;
84 u8 txfe_buff:MAX_AMIC_CHANNEL;
85 u8 use_pdata:MAX_AMIC_CHANNEL;
89 u8 ldoh_v;
94 u8 bias1_cfilt_sel;
95 u8 bias2_cfilt_sel;
96 u8 bias3_cfilt_sel;
97 u8 bias4_cfilt_sel;
99 u8 bias1_cap_mode
    [all...]
  /hardware/qcom/msm8960/original-kernel-headers/linux/mfd/wcd9xxx/
pdata.h 85 u8 legacy_mode:MAX_AMIC_CHANNEL;
86 u8 txfe_enable:MAX_AMIC_CHANNEL;
87 u8 txfe_buff:MAX_AMIC_CHANNEL;
88 u8 use_pdata:MAX_AMIC_CHANNEL;
101 u8 ldoh_v;
110 u8 bias1_cfilt_sel;
111 u8 bias2_cfilt_sel;
112 u8 bias3_cfilt_sel;
113 u8 bias4_cfilt_sel;
114 u8 bias1_cap_mode
    [all...]
  /external/wpa_supplicant_8/src/eap_common/
eap_sim_common.c 22 static int eap_sim_prf(const u8 *key, u8 *x, size_t xlen)
28 void eap_sim_derive_mk(const u8 *identity, size_t identity_len,
29 const u8 *nonce_mt, u16 selected_version,
30 const u8 *ver_list, size_t ver_list_len,
31 int num_chal, const u8 *kc, u8 *mk)
33 u8 sel_ver[2];
56 void eap_aka_derive_mk(const u8 *identity, size_t identity_len,
57 const u8 *ik, const u8 *ck, u8 *mk
    [all...]
  /external/libvpx/libvpx/vp9/common/arm/neon/
vp9_mb_lpf_neon.asm 40 vld1.u8 {d0}, [r8@64], r1 ; p7
41 vld1.u8 {d1}, [r8@64], r1 ; p6
42 vld1.u8 {d2}, [r8@64], r1 ; p5
43 vld1.u8 {d3}, [r8@64], r1 ; p4
44 vld1.u8 {d4}, [r8@64], r1 ; p3
45 vld1.u8 {d5}, [r8@64], r1 ; p2
46 vld1.u8 {d6}, [r8@64], r1 ; p1
47 vld1.u8 {d7}, [r8@64], r1 ; p0
48 vld1.u8 {d8}, [r8@64], r1 ; q0
49 vld1.u8 {d9}, [r8@64], r1 ; q
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
notify.h 52 void wpas_notify_bss_added(struct wpa_supplicant *wpa_s, u8 bssid[],
54 void wpas_notify_bss_removed(struct wpa_supplicant *wpa_s, u8 bssid[],
84 const u8 *mac_addr, int authorized,
85 const u8 *p2p_dev_addr);
87 const u8 *dev_addr, int new_device);
89 const u8 *dev_addr);
94 const u8 *src, u16 dev_passwd_id);
98 int status, const u8 *bssid);
100 int freq, const u8 *sa, u8 dialog_token
    [all...]
  /external/compiler-rt/lib/asan/
asan_poisoning.h 22 void PoisonShadow(uptr addr, uptr size, u8 value);
29 u8 value);
35 u8 value) {
44 uptr aligned_addr, uptr size, uptr redzone_size, u8 value) {
46 u8 *shadow = (u8*)MEM_TO_SHADOW(aligned_addr);
54 *shadow = static_cast<u8>(size - i);
  /external/kernel-headers/original/linux/
etherdevice.h 56 static inline int is_zero_ether_addr(const u8 *addr)
68 static inline int is_multicast_ether_addr(const u8 *addr)
79 static inline int is_broadcast_ether_addr(const u8 *addr)
93 static inline int is_valid_ether_addr(const u8 *addr)
107 static inline void random_ether_addr(u8 *addr)
121 static inline unsigned compare_ether_addr(const u8 *addr1, const u8 *addr2)
  /external/wpa_supplicant_8/src/tls/
asn1.h 47 const u8 *payload;
48 u8 identifier, class, constructed;
59 int asn1_get_next(const u8 *buf, size_t len, struct asn1_hdr *hdr);
60 int asn1_parse_oid(const u8 *buf, size_t len, struct asn1_oid *oid);
61 int asn1_get_oid(const u8 *buf, size_t len, struct asn1_oid *oid,
62 const u8 **next);
64 unsigned long asn1_bit_string_to_long(const u8 *buf, size_t len);

Completed in 2050 milliseconds

1 2 3 4 5 6 7 891011>>