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

<<11121314151617181920>>

  /external/wpa_supplicant_8/src/eap_common/
eap_peap_common.c 15 int peap_prfplus(int version, const u8 *key, size_t key_len,
16 const char *label, const u8 *seed, size_t seed_len,
17 u8 *buf, size_t buf_len)
21 u8 hash[SHA1_MAC_LEN];
23 u8 extra[2];
  /external/wpa_supplicant_8/src/eap_server/
eap_tls_common.h 70 u8 code, u8 identifier);
74 u8 * eap_server_tls_derive_key(struct eap_sm *sm, struct eap_ssl_data *data,
77 int eap_type, int version, u8 id);
78 struct wpabuf * eap_server_tls_build_ack(u8 id, int eap_type, int version);
  /external/wpa_supplicant_8/src/radius/
radius_client.h 41 u8 *shared_secret;
241 const u8 *shared_secret, size_t shared_secret_len,
246 RadiusType msg_type, const u8 *addr);
247 u8 radius_client_get_id(struct radius_client_data *radius);
253 const u8 *addr);
radius_server.h 67 u8 *pac_opaque_encr_key;
78 u8 *eap_fast_a_id;
179 int (*get_eap_user)(void *ctx, const u8 *identity, size_t identity_len,
  /system/extras/ext4_utils/
uuid.c 34 u8 clk_seq_hi_res;
35 u8 clk_seq_low;
45 SHA1Update(&ctx, (const u8*)namespace, strlen(namespace));
46 SHA1Update(&ctx, (const u8*)name, strlen(name));
50 void generate_uuid(const char *namespace, const char *name, u8 result[16])
  /external/wpa_supplicant_8/src/crypto/
crypto_gnutls.c 15 int md4_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac)
33 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher)
36 u8 pkey[8], next, tmp;
55 int md5_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac)
73 int sha1_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac
    [all...]
crypto_libtomcrypt.c 25 int md4_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac)
38 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher)
40 u8 pkey[8], next, tmp;
59 int md5_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac)
72 int sha1_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac
    [all...]
  /external/libvpx/libvpx/vp8/common/arm/neon/
bilinearpredict4x4_neon.asm 36 vld1.u8 {d2}, [r0], r1 ;load src data
39 vld1.u8 {d3}, [r0], r1
42 vld1.u8 {d4}, [r0], r1
44 vld1.u8 {d5}, [r0], r1
46 vld1.u8 {d6}, [r0], r1
57 vmull.u8 q7, d2, d0 ;(src_ptr[0] * vp8_filter[0])
58 vmull.u8 q8, d4, d0
59 vmull.u8 q9, d6, d0
61 vmlal.u8 q7, d8, d1 ;(src_ptr[1] * vp8_filter[1])
62 vmlal.u8 q8, d10, d
    [all...]
  /external/liblzf/
lzfP.h 156 typedef unsigned char u8; typedef
159 # define LZF_HSLOT_BIAS ((const u8 *)in_data)
163 typedef const u8 *LZF_HSLOT;
  /external/qemu/distrib/sdl-1.2.15/src/audio/nds/
soundcommon.h 57 u8 channel,format;
66 extern void SoundSystemInit(u32 rate,u32 buffersize,u8 channel,u8 format);
  /external/wpa_supplicant_8/src/tls/
pkcs1.c 16 static int pkcs1_generate_encryption_block(u8 block_type, size_t modlen,
17 const u8 *in, size_t inlen,
18 u8 *out, size_t *outlen)
21 u8 *pos;
80 int use_private, const u8 *in, size_t inlen,
81 u8 *out, size_t *outlen)
96 const u8 *in, size_t inlen,
97 u8 *out, size_t *outlen)
100 u8 *pos, *end;
128 const u8 *crypt, size_t crypt_len
    [all...]
x509v3.h 43 u8 *ip; /* iPAddress */
58 u8 *public_key;
61 u8 *sign_value;
92 const u8 *cert_start;
94 const u8 *tbs_cert_start;
109 struct x509_certificate * x509_certificate_parse(const u8 *buf, size_t len);
  /external/wpa_supplicant_8/wpa_supplicant/tests/
link_test.c 21 struct sta_info * ap_get_sta(struct hostapd_data *hapd, const u8 *sta)
56 u8 *buf, size_t len)
73 hostapd_get_eap_user(const struct hostapd_bss_config *conf, const u8 *identity,
test_wpa.c 25 u8 auth_addr[ETH_ALEN];
26 u8 supp_addr[ETH_ALEN];
27 u8 psk[PMK_LEN];
30 u8 auth_eapol_dst[ETH_ALEN];
31 u8 *auth_eapol;
35 u8 *supp_eapol;
43 u8 supp_ie[80];
48 static int supp_get_bssid(void *ctx, u8 *bssid)
73 static int supp_ether_send(void *ctx, const u8 *dest, u16 proto, const u8 *buf
    [all...]
  /external/libvpx/libvpx/vp9/common/arm/neon/
vp9_loopfilter_neon.asm 55 vld1.u8 {d3}, [r2@64], r1 ; p3
56 vld1.u8 {d4}, [r3@64], r1 ; p2
57 vld1.u8 {d5}, [r2@64], r1 ; p1
58 vld1.u8 {d6}, [r3@64], r1 ; p0
59 vld1.u8 {d7}, [r2@64], r1 ; q0
60 vld1.u8 {d16}, [r3@64], r1 ; q1
61 vld1.u8 {d17}, [r2@64] ; q2
62 vld1.u8 {d18}, [r3@64] ; q3
69 vst1.u8 {d4}, [r2@64], r1 ; store op1
70 vst1.u8 {d5}, [r3@64], r1 ; store op
    [all...]
  /external/wpa_supplicant_8/src/p2p/
p2p_build.c 17 void p2p_buf_add_action_hdr(struct wpabuf *buf, u8 subtype, u8 dialog_token)
29 void p2p_buf_add_public_action_hdr(struct wpabuf *buf, u8 subtype,
30 u8 dialog_token)
43 u8 * p2p_buf_add_ie_hdr(struct wpabuf *buf)
45 u8 *len;
57 void p2p_buf_update_ie_hdr(struct wpabuf *buf, u8 *len)
60 *len = (u8 *) wpabuf_put(buf, 0) - len - 1;
64 void p2p_buf_add_capability(struct wpabuf *buf, u8 dev_capab, u8 group_capab
    [all...]
  /dalvik/dx/src/com/android/dx/io/instructions/
DecodedInstruction.java 205 throw new DexException("Literal out of range: " + Hex.u8(literal));
217 throw new DexException("Literal out of range: " + Hex.u8(literal));
229 throw new DexException("Literal out of range: " + Hex.u8(literal));
241 throw new DexException("Literal out of range: " + Hex.u8(literal));
278 + Hex.u8(registerCount));
292 throw new DexException("Register A out of range: " + Hex.u8(a));
306 throw new DexException("Register A out of range: " + Hex.u8(a));
320 throw new DexException("Register A out of range: " + Hex.u8(a));
334 throw new DexException("Register B out of range: " + Hex.u8(b));
348 throw new DexException("Register B out of range: " + Hex.u8(b))
    [all...]
  /external/clang/test/Lexer/
string-literal-encoding.c 17 char const *h = u8"?????"; // expected-error {{illegal character encoding in string literal}}
31 char const *h = u8"foo ?????"; // expected-error {{illegal character encoding in string literal}}
  /external/dexmaker/src/dx/java/com/android/dx/io/instructions/
DecodedInstruction.java 205 throw new DexException("Literal out of range: " + Hex.u8(literal));
217 throw new DexException("Literal out of range: " + Hex.u8(literal));
229 throw new DexException("Literal out of range: " + Hex.u8(literal));
241 throw new DexException("Literal out of range: " + Hex.u8(literal));
278 + Hex.u8(registerCount));
292 throw new DexException("Register A out of range: " + Hex.u8(a));
306 throw new DexException("Register A out of range: " + Hex.u8(a));
320 throw new DexException("Register A out of range: " + Hex.u8(a));
334 throw new DexException("Register B out of range: " + Hex.u8(b));
348 throw new DexException("Register B out of range: " + Hex.u8(b))
    [all...]
  /external/wpa_supplicant_8/src/ap/
ap_list.h 21 u8 addr[6];
22 u8 supported_rates[WLAN_SUPP_RATES_MAX];
preauth_auth.h 19 u8 *buf, size_t len);
41 u8 *buf, size_t len)
  /external/wpa_supplicant_8/src/eap_peer/
eap_proxy_dummy.c 33 const u8 * eap_proxy_get_eapKeyData(struct eap_proxy_sm *sm, size_t *len)
52 eap_proxy_packet_update(struct eap_proxy_sm *eap_proxy, u8 *eapReqData,
  /external/wpa_supplicant_8/src/wps/
wps_attr_process.c 16 int wps_process_authenticator(struct wps_data *wps, const u8 *authenticator,
19 u8 hash[SHA256_MAC_LEN];
20 const u8 *addr[2];
54 const u8 *key_wrap_auth)
56 u8 hash[SHA256_MAC_LEN];
57 const u8 *head;
84 const u8 *idx)
98 static int wps_process_cred_ssid(struct wps_credential *cred, const u8 *ssid,
122 const u8 *auth_type)
139 const u8 *encr_type
    [all...]
wps_upnp.h 30 const u8 *mac_addr, const struct wpabuf *msg,
42 const u8 from_mac_addr[ETH_ALEN],
  /hardware/ti/wlan/lib/
scanmerge.h 35 u8 ssid[MAX_SSID_LEN];
57 scan_result_t *scan_get_by_bssid( struct wpa_driver_ti_data *mydrv, u8 *bssid );

Completed in 370 milliseconds

<<11121314151617181920>>