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

<<11121314151617181920>>

  /external/kernel-headers/original/asm-x86/
alternative_32.h 9 u8 *instr; /* original instruction */
10 u8 *replacement;
11 u8 cpuid; /* cpuid bit set for replacement */
12 u8 instrlen; /* length of original instruction */
13 u8 replacementlen; /* length of new instruction, <= instrlen */
14 u8 pad;
  /external/wpa_supplicant_8/src/ap/
utils.c 18 int (*cb)(void *ctx, const u8 *sa,
19 const u8 *da, const u8 *bssid,
20 const u8 *ie, size_t ie_len,
44 const u8 *addr;
76 void hostapd_prune_associations(struct hostapd_data *hapd, const u8 *addr)
ieee802_11_vht.c 23 u8 * hostapd_eid_vht_capabilities(struct hostapd_data *hapd, u8 *eid)
26 u8 *pos = eid;
50 u8 * hostapd_eid_vht_operation(struct hostapd_data *hapd, u8 *eid)
53 u8 *pos = eid;
86 const u8 *vht_capab, size_t vht_capab_len)
ieee802_11_shared.c 22 u8 * hostapd_eid_assoc_comeback_time(struct hostapd_data *hapd,
23 struct sta_info *sta, u8 *eid)
25 u8 *pos = eid;
50 const u8 *addr, const u8 *trans_id)
53 u8 *end;
71 if (hostapd_drv_send_mlme(hapd, &mgmt, end - (u8 *) &mgmt, 0) < 0)
77 const u8 *sa, const u8 *trans_id)
81 u8 *end
    [all...]
wnm_ap.c 24 static int ieee80211_11_get_tfs_ie(struct hostapd_data *hapd, const u8 *addr,
25 u8 *buf, u16 *buf_len, enum wnm_oper oper)
34 static int ieee80211_11_set_tfs_ie(struct hostapd_data *hapd, const u8 *addr,
35 u8 *buf, u16 *buf_len, enum wnm_oper oper)
45 const u8 *addr, u8 dialog_token,
46 u8 action_type, u16 intval)
54 u8 *wnmtfs_ie;
55 u8 wnmsleep_ie_len;
57 u8 *pos
    [all...]
wps_hostapd.h 19 int hostapd_wps_add_pin(struct hostapd_data *hapd, const u8 *addr,
22 const u8 *p2p_dev_addr);
24 int hostapd_wps_get_mib_sta(struct hostapd_data *hapd, const u8 *addr,
65 const u8 *addr,
72 const u8 *p2p_dev_addr)
  /external/wpa_supplicant_8/src/eap_common/
eap_tlv_common.h 72 u8 reserved;
73 u8 version;
74 u8 received_version;
75 u8 subtype;
76 u8 nonce[32];
77 u8 compound_mac[20];
eap_ikev2_common.c 19 const u8 *i_nonce, size_t i_nonce_len,
20 const u8 *r_nonce, size_t r_nonce_len,
21 u8 *keymat)
23 u8 *nonces;
51 struct wpabuf * eap_ikev2_build_frag_ack(u8 id, u8 code)
80 const u8 *pos, const u8 *end)
84 u8 icv[IKEV2_MAX_HASH_LEN];
85 const u8 *SK_a = initiator ? keys->SK_ai : keys->SK_ar
    [all...]
  /external/libvpx/libvpx/vp8/common/arm/neon/
sixtappredict4x4_neon.asm 60 vld1.u8 {q3}, [r0], r1 ;load first 4-line src data
62 vld1.u8 {q4}, [r0], r1
64 vld1.u8 {q5}, [r0], r1
66 vld1.u8 {q6}, [r0], r1
85 vmull.u8 q7, d18, d5 ;(src_ptr[3] * vp8_filter[5])
86 vmull.u8 q8, d20, d5
95 vmlal.u8 q7, d6, d0 ;+(src_ptr[-2] * vp8_filter[0])
96 vmlal.u8 q8, d10, d0
102 vmlsl.u8 q7, d18, d1 ;-(src_ptr[-1] * vp8_filter[1])
103 vmlsl.u8 q8, d20, d
    [all...]
vp8_subpixelvariance16x16s_neon.asm 43 vld1.u8 {d0, d1, d2, d3}, [r0], r1 ;load src data
45 vld1.u8 {d4, d5, d6, d7}, [r0], r1
47 vld1.u8 {d8, d9, d10, d11}, [r0], r1
49 vld1.u8 {d12, d13, d14, d15}, [r0], r1
60 vrhadd.u8 q0, q0, q1 ;(src_ptr[0]+src_ptr[1])/round/shift right 1
62 vrhadd.u8 q1, q2, q3
63 vrhadd.u8 q2, q4, q5
64 vrhadd.u8 q3, q6, q7
66 vsubl.u8 q4, d0, d22 ;diff
67 vsubl.u8 q5, d1, d2
    [all...]
  /external/wpa_supplicant_8/src/crypto/
tls.h 15 const u8 *master_key; /* TLS master secret */
17 const u8 *client_random;
19 const u8 *server_random;
59 const u8 *hash;
135 const u8 *ca_cert_blob;
141 const u8 *client_cert_blob;
144 const u8 *private_key_blob;
148 const u8 *dh_blob;
324 u8 *out, size_t out_len);
440 u8 *ciphers)
    [all...]
sha1-tlsprf.c 30 int tls_prf_sha1_md5(const u8 *secret, size_t secret_len, const char *label,
31 const u8 *seed, size_t seed_len, u8 *out, size_t outlen)
34 const u8 *S1, *S2;
35 u8 A_MD5[MD5_MAC_LEN], A_SHA1[SHA1_MAC_LEN];
36 u8 P_MD5[MD5_MAC_LEN], P_SHA1[SHA1_MAC_LEN];
38 const u8 *MD5_addr[3];
sha1-tprf.c 29 int sha1_t_prf(const u8 *key, size_t key_len, const char *label,
30 const u8 *seed, size_t seed_len, u8 *buf, size_t buf_len)
34 u8 hash[SHA1_MAC_LEN];
36 u8 output_len[2];
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_intra_prediction.c 90 const u8 h264bsdClip[1280] =
162 static void Get4x4NeighbourPels(u8 *a, u8 *l, u8 *data, u8 *above, u8 *left,
164 static void Intra16x16VerticalPrediction(u8 *data, u8 *above);
165 static void Intra16x16HorizontalPrediction(u8 *data, u8 *left)
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
utf.c 66 *zOut++ = (u8)(c&0xFF); \
69 *zOut++ = 0xC0 + (u8)((c>>6)&0x1F); \
70 *zOut++ = 0x80 + (u8)(c & 0x3F); \
73 *zOut++ = 0xE0 + (u8)((c>>12)&0x0F); \
74 *zOut++ = 0x80 + (u8)((c>>6) & 0x3F); \
75 *zOut++ = 0x80 + (u8)(c & 0x3F); \
77 *zOut++ = 0xF0 + (u8)((c>>18) & 0x07); \
78 *zOut++ = 0x80 + (u8)((c>>12) & 0x3F); \
79 *zOut++ = 0x80 + (u8)((c>>6) & 0x3F); \
80 *zOut++ = 0x80 + (u8)(c & 0x3F);
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_i.h 138 u8 * (*getKey)(struct eap_sm *sm, void *priv, size_t *len);
205 const u8 * (*get_identity)(struct eap_sm *sm, void *priv, size_t *len);
263 u8 * (*get_emsk)(struct eap_sm *sm, void *priv, size_t *len);
276 u8 * (*getSessionId)(struct eap_sm *sm, void *priv, size_t *len);
312 u8 *eapKeyData; /* peer to lower layer */
314 u8 *eapSessionId; /* peer to lower layer */
328 u8 req_md5[16]; /* MD5() of the current EAP packet */
329 u8 last_md5[16]; /* MD5() of the previously received EAP packet; used
340 u8 *peer_challenge, *auth_challenge;
353 const u8 * eap_get_config_identity(struct eap_sm *sm, size_t *len)
    [all...]
  /external/wpa_supplicant_8/src/radius/
radius.c 72 static void radius_msg_set_hdr(struct radius_msg *msg, u8 code, u8 identifier)
102 struct radius_msg * radius_msg_new(u8 code, u8 identifier)
138 static const char *radius_code_string(u8 code)
162 u8 type;
239 static struct radius_attr_type *radius_get_attr_type(u8 type)
344 int radius_msg_finish(struct radius_msg *msg, const u8 *secret,
348 u8 auth[MD5_MAC_LEN];
362 wpabuf_len(msg->buf), (u8 *) (attr + 1))
    [all...]
  /external/wpa_supplicant_8/src/common/
wpa_common.c 40 int wpa_eapol_key_mic(const u8 *key, int ver, const u8 *buf, size_t len,
41 u8 *mic)
43 u8 hash[SHA1_MAC_LEN];
89 void wpa_pmk_to_ptk(const u8 *pmk, size_t pmk_len, const char *label,
90 const u8 *addr1, const u8 *addr2,
91 const u8 *nonce1, const u8 *nonce2,
92 u8 *ptk, size_t ptk_len, int use_sha256
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
driver_i.h 101 static inline int wpa_drv_get_bssid(struct wpa_supplicant *wpa_s, u8 *bssid)
109 static inline int wpa_drv_get_ssid(struct wpa_supplicant *wpa_s, u8 *ssid)
118 enum wpa_alg alg, const u8 *addr,
120 const u8 *seq, size_t seq_len,
121 const u8 *key, size_t key_len)
133 const u8 *addr, int reason_code)
144 const u8 *addr, int reason_code)
154 const u8 *bssid, const u8 *pmkid)
163 const u8 *bssid, const u8 *pmkid
    [all...]
  /external/wpa_supplicant_8/src/tls/
asn1.c 14 int asn1_get_next(const u8 *buf, size_t len, struct asn1_hdr *hdr)
16 const u8 *pos, *end;
17 u8 tmp;
79 int asn1_parse_oid(const u8 *buf, size_t len, struct asn1_oid *oid)
81 const u8 *pos, *end;
83 u8 tmp;
123 int asn1_get_oid(const u8 *buf, size_t len, struct asn1_oid *oid,
124 const u8 **next)
166 static u8 rotate_bits(u8 octet
    [all...]
  /external/liblzf/
lzf_d.c 59 u8 const *ip = (const u8 *)in_data;
60 u8 *op = (u8 *)out_data;
61 u8 const *const in_end = ip + in_len;
62 u8 *const out_end = op + out_len;
106 u8 *ref = op - ((ctrl & 0x1f) << 8) - 1;
135 if (ref < (u8 *)out_data)
183 return op - (u8 *)out_data;
  /external/libvpx/libvpx/vp9/common/arm/neon/
vp9_short_idct32x32_1_add_neon.asm 33 vqadd.u8 q8, q8, $diff
34 vqadd.u8 q9, q9, $diff
35 vqadd.u8 q10, q10, $diff
36 vqadd.u8 q11, q11, $diff
37 vqadd.u8 q12, q12, $diff
38 vqadd.u8 q13, q13, $diff
39 vqadd.u8 q14, q14, $diff
40 vqadd.u8 q15, q15, $diff
45 vqsub.u8 q8, q8, $diff
46 vqsub.u8 q9, q9, $dif
    [all...]
  /external/wpa_supplicant_8/src/eapol_auth/
eapol_auth_sm_i.h 31 u8 *default_wep_key;
32 u8 default_wep_key_idx;
144 u8 addr[ETH_ALEN]; /* Supplicant address */
153 u8 last_eap_id; /* last used EAP Identifier */
154 u8 *identity;
156 u8 eap_type_authsrv; /* EAP type of the last EAP packet from
158 u8 eap_type_supp; /* EAP type of the last EAP packet from Supplicant */
163 u8 *eapol_key_sign;
165 u8 *eapol_key_crypt;
  /external/wpa_supplicant_8/src/utils/
common.h 93 typedef UINT8 u8; typedef
105 typedef UINT8 u8; typedef
125 typedef unsigned char u8; typedef
138 typedef uint8_t u8; typedef
228 static inline u16 WPA_GET_BE16(const u8 *a)
233 static inline void WPA_PUT_BE16(u8 *a, u16 val)
239 static inline u16 WPA_GET_LE16(const u8 *a)
244 static inline void WPA_PUT_LE16(u8 *a, u16 val)
250 static inline u32 WPA_GET_BE24(const u8 *a)
255 static inline void WPA_PUT_BE24(u8 *a, u32 val
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_none.c 46 static int none_driver_send_ether(void *priv, const u8 *dst, const u8 *src,
47 u16 proto, const u8 *data, size_t data_len)
77 static int none_driver_send_eapol(void *priv, const u8 *dest, u16 proto,
78 const u8 *data, size_t data_len)

Completed in 3173 milliseconds

<<11121314151617181920>>