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

1 2 34 5 6 7 8 91011>>

  /external/wpa_supplicant_8/src/p2p/
p2p.h 33 u8 reg_class;
38 u8 channel[P2P_MAX_REG_CLASS_CHANNELS];
83 u8 ssid[32];
93 u8 psk[32];
108 u8 peer_device_addr[ETH_ALEN];
113 u8 peer_interface_addr[ETH_ALEN];
158 u8 p2p_device_addr[ETH_ALEN];
163 u8 pri_dev_type[8];
203 u8 dev_capab;
208 u8 group_capab
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
gas_query.h 19 int gas_query_rx(struct gas_query *gas, const u8 *da, const u8 *sa,
20 const u8 *bssid, const u8 *data, size_t len, int freq);
35 int gas_query_req(struct gas_query *gas, const u8 *dst, int freq,
37 void (*cb)(void *ctx, const u8 *dst, u8 dialog_token,
42 void gas_query_cancel(struct gas_query *gas, const u8 *dst, u8 dialog_token);
  /external/wpa_supplicant_8/src/common/
gas.h 13 struct wpabuf * gas_build_initial_req(u8 dialog_token, size_t size);
14 struct wpabuf * gas_build_comeback_req(u8 dialog_token);
15 struct wpabuf * gas_build_initial_resp(u8 dialog_token, u16 status_code,
17 struct wpabuf * gas_anqp_build_initial_req(u8 dialog_token, size_t size);
18 struct wpabuf * gas_anqp_build_initial_resp(u8 dialog_token, u16 status_code,
20 struct wpabuf * gas_anqp_build_initial_resp_buf(u8 dialog_token,
24 struct wpabuf * gas_anqp_build_comeback_resp(u8 dialog_token, u16 status_code,
25 u8 frag_id, u8 more,
27 struct wpabuf * gas_anqp_build_comeback_resp_buf(u8 dialog_token
    [all...]
  /external/wpa_supplicant_8/src/tls/
tlsv1_record.h 34 u8 write_mac_secret[TLS_MAX_WRITE_MAC_SECRET_LEN];
35 u8 read_mac_secret[TLS_MAX_WRITE_MAC_SECRET_LEN];
36 u8 write_key[TLS_MAX_WRITE_KEY_LEN];
37 u8 read_key[TLS_MAX_WRITE_KEY_LEN];
38 u8 write_iv[TLS_MAX_IV_LEN];
39 u8 read_iv[TLS_MAX_IV_LEN];
48 u8 write_seq_num[TLS_SEQ_NUM_LEN];
49 u8 read_seq_num[TLS_SEQ_NUM_LEN];
64 int tlsv1_record_send(struct tlsv1_record_layer *rl, u8 content_type, u8 *buf
    [all...]
tlsv1_cred.h 18 u8 *dh_p; /* prime */
20 u8 *dh_g; /* generator */
28 const u8 *cert_blob, size_t cert_blob_len,
31 const u8 *cert_blob, size_t cert_blob_len);
35 const u8 *private_key_blob,
38 const u8 *dh_blob, size_t dh_blob_len);
tlsv1_client.h 22 int server_random_first, u8 *out, size_t out_len);
23 u8 * tlsv1_client_handshake(struct tlsv1_client *conn,
24 const u8 *in_data, size_t in_len,
25 size_t *out_len, u8 **appl_data,
28 const u8 *in_data, size_t in_len,
29 u8 *out_data, size_t out_len);
31 const u8 *in_data, size_t in_len,
38 const u8 *data, size_t data_len);
41 int tlsv1_client_set_cipher_list(struct tlsv1_client *conn, u8 *ciphers);
47 (void *ctx, const u8 *ticket, size_t len, const u8 *client_random
    [all...]
pkcs8.h 12 struct crypto_private_key * pkcs8_key_import(const u8 *buf, size_t len);
14 pkcs8_enc_key_import(const u8 *buf, size_t len, const char *passwd);
rsa.h 15 crypto_rsa_import_public_key(const u8 *buf, size_t len);
17 crypto_rsa_import_private_key(const u8 *buf, size_t len);
19 int crypto_rsa_exptmod(const u8 *in, size_t inlen, u8 *out, size_t *outlen,
tlsv1_server.h 22 int server_random_first, u8 *out, size_t out_len);
23 u8 * tlsv1_server_handshake(struct tlsv1_server *conn,
24 const u8 *in_data, size_t in_len, size_t *out_len);
26 const u8 *in_data, size_t in_len,
27 u8 *out_data, size_t out_len);
29 const u8 *in_data, size_t in_len,
30 u8 *out_data, size_t out_len);
37 int tlsv1_server_set_cipher_list(struct tlsv1_server *conn, u8 *ciphers);
41 (void *ctx, const u8 *ticket, size_t len, const u8 *client_random
    [all...]
  /external/wpa_supplicant_8/src/crypto/
milenage.c 36 int milenage_f1(const u8 *opc, const u8 *k, const u8 *_rand,
37 const u8 *sqn, const u8 *amf, u8 *mac_a, u8 *mac_s)
39 u8 tmp1[16], tmp2[16], tmp3[16];
88 int milenage_f2345(const u8 *opc, const u8 *k, const u8 *_rand
    [all...]
crypto.h 32 int md4_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac);
42 int md5_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac);
53 int sha1_vector(size_t num_elem, const u8 *addr[], const size_t *len,
54 u8 *mac);
68 int __must_check fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x,
79 int sha256_vector(size_t num_elem, const u8 *addr[], const size_t *len,
80 u8 *mac)
    [all...]
crypto_nss.c 25 size_t num_elem, const u8 *addr[], const size_t *len,
26 u8 *mac)
46 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher)
54 u8 pkey[8], next, tmp;
112 int rc4_skip(const u8 *key, size_t keylen, size_t skip,
113 u8 *data, size_t data_len)
119 int md5_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac
    [all...]
  /external/wpa_supplicant_8/src/eap_common/
eap_pax_common.c 30 int eap_pax_kdf(u8 mac_id, const u8 *key, size_t key_len,
32 const u8 *entropy, size_t entropy_len,
33 size_t output_len, u8 *output)
35 u8 mac[SHA1_MAC_LEN];
36 u8 counter, *pos;
37 const u8 *addr[3];
49 addr[0] = (const u8 *) identifier;
58 for (counter = 1; counter <= (u8) num_blocks; counter++) {
86 int eap_pax_mac(u8 mac_id, const u8 *key, size_t key_len
    [all...]
eap_wsc_common.h 25 struct wpabuf * eap_wsc_build_frag_ack(u8 id, u8 code);
eap_common.h 15 const u8 * eap_hdr_validate(int vendor, EapType eap_type,
18 u8 code, u8 identifier);
20 u8 eap_get_id(const struct wpabuf *msg);
  /external/chromium_org/third_party/sqlite/src/src/
btreeInt.h 273 u8 isInit; /* True if previously initialized. MUST BE FIRST! */
274 u8 nOverflow; /* Number of overflow cell bodies in aCell[] */
275 u8 intKey; /* True if intkey flag is set */
276 u8 leaf; /* True if leaf flag is set */
277 u8 hasData; /* True if this page stores data */
278 u8 hdrOffset; /* 100 for page 1. 0 otherwise */
279 u8 childPtrSize; /* 0 if leaf==1. 4 if leaf==0 */
287 u8 *pCell; /* Pointers to the body of the overflow cell */
291 u8 *aData; /* Pointer to disk image of the page data */
313 u8 eLock; /* READ_LOCK or WRITE_LOCK *
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver.h 62 u8 max_tx_power;
125 u8 mcs_set[16];
130 u8 a_mpdu_params;
140 u8 vht_mcs_set[8];
195 u8 bssid[ETH_ALEN];
260 const u8 *ssid;
276 const u8 *extra_ies;
305 u8 ssid[32];
330 u8 p2p_probe;
339 const u8 *bssid
    [all...]
  /external/wpa_supplicant_8/src/l2_packet/
l2_packet.h 33 u8 h_dest[ETH_ALEN];
34 u8 h_source[ETH_ALEN];
60 const char *ifname, const u8 *own_addr, unsigned short protocol,
61 void (*rx_callback)(void *ctx, const u8 *src_addr,
62 const u8 *buf, size_t len),
77 int l2_packet_get_own_addr(struct l2_packet_data *l2, u8 *addr);
91 int l2_packet_send(struct l2_packet_data *l2, const u8 *dst_addr, u16 proto,
92 const u8 *buf, size_t len);
  /external/wpa_supplicant_8/src/wps/
wps.h 48 u8 ssid[32];
52 u8 key_idx;
53 u8 key[64];
55 u8 mac_addr[ETH_ALEN];
56 const u8 *cred_attr;
87 u8 mac_addr[ETH_ALEN];
93 u8 pri_dev_type[WPS_DEV_TYPE_LEN];
95 u8 sec_dev_type[WPS_SEC_DEVICE_TYPES][WPS_DEV_TYPE_LEN];
96 u8 num_sec_dev_types;
98 u8 rf_bands
    [all...]
  /external/wpa_supplicant_8/src/radius/
radius.h 19 u8 code;
20 u8 identifier;
22 u8 authenticator[16];
44 u8 type;
45 u8 length; /* including this header */
152 u8 vendor_type;
153 u8 vendor_length;
171 u8 *send;
173 u8 *recv;
195 struct radius_msg * radius_msg_new(u8 code, u8 identifier)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
wavefront.h 74 typedef unsigned char u8; typedef
80 typedef u8 UCHAR8;
209 u8 attack_time:7;
210 u8 Unused1:1;
212 u8 decay1_time:7;
213 u8 Unused2:1;
215 u8 decay2_time:7;
216 u8 Unused3:1;
218 u8 sustain_time:7;
219 u8 Unused4:1
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
wavefront.h 74 typedef unsigned char u8; typedef
80 typedef u8 UCHAR8;
209 u8 attack_time:7;
210 u8 Unused1:1;
212 u8 decay1_time:7;
213 u8 Unused2:1;
215 u8 decay2_time:7;
216 u8 Unused3:1;
218 u8 sustain_time:7;
219 u8 Unused4:1
    [all...]
  /external/wpa_supplicant_8/src/ap/
wmm.h 22 u8 * hostapd_eid_wmm(struct hostapd_data *hapd, u8 *eid);
23 int hostapd_eid_wmm_valid(struct hostapd_data *hapd, const u8 *eid,
  /external/wpa_supplicant_8/src/eap_server/
ikev2.h 15 u8 proposal_num;
25 u8 i_spi[IKEV2_SPI_LEN];
26 u8 r_spi[IKEV2_SPI_LEN];
27 u8 i_nonce[IKEV2_NONCE_MAX_LEN];
29 u8 r_nonce[IKEV2_NONCE_MAX_LEN];
36 u8 *IDi;
38 u8 *IDr;
40 u8 IDr_type;
43 u8 *shared_secret;
46 u8 *key_pad
    [all...]
  /external/wpa_supplicant_8/src/rsn_supp/
wpa.h 29 const u8 *addr, int key_idx, int set_tx,
30 const u8 *seq, size_t seq_len,
31 const u8 *key, size_t key_len);
33 int (*get_bssid)(void *ctx, u8 *bssid);
34 int (*ether_send)(void *ctx, const u8 *dest, u16 proto, const u8 *buf,
38 u8 * (*alloc_eapol)(void *ctx, u8 type, const void *data, u16 data_len,
40 int (*add_pmkid)(void *ctx, const u8 *bssid, const u8 *pmkid)
    [all...]

Completed in 865 milliseconds

1 2 34 5 6 7 8 91011>>