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

1 23 4 5 6 7 8 91011>>

  /external/wpa_supplicant_8/src/utils/
uuid.h 14 int uuid_str2bin(const char *str, u8 *bin);
15 int uuid_bin2str(const u8 *bin, char *str, size_t max_len);
16 int is_nil_uuid(const u8 *uuid);
  /external/wpa_supplicant_8/src/tls/
pkcs1.h 13 int use_private, const u8 *in, size_t inlen,
14 u8 *out, size_t *outlen);
16 const u8 *in, size_t inlen,
17 u8 *out, size_t *outlen);
19 const u8 *crypt, size_t crypt_len,
20 u8 *plain, size_t *plain_len);
tlsv1_server_i.h 24 u8 session_id[TLS_SESSION_ID_MAX_LEN];
26 u8 client_random[TLS_RANDOM_LEN];
27 u8 server_random[TLS_RANDOM_LEN];
28 u8 master_secret[TLS_MASTER_SECRET_LEN];
30 u8 alert_level;
31 u8 alert_description;
48 u8 *session_ticket;
56 u8 *dh_secret;
61 void tlsv1_server_alert(struct tlsv1_server *conn, u8 level, u8 description)
    [all...]
tlsv1_client_i.h 23 u8 session_id[TLS_SESSION_ID_MAX_LEN];
25 u8 client_random[TLS_RANDOM_LEN];
26 u8 server_random[TLS_RANDOM_LEN];
27 u8 master_secret[TLS_MASTER_SECRET_LEN];
29 u8 alert_level;
30 u8 alert_description;
48 u8 *client_hello_ext;
52 u8 *dh_p;
55 u8 *dh_g;
58 u8 *dh_ys
    [all...]
  /external/wpa_supplicant_8/src/common/
eapol_common.h 19 u8 version;
20 u8 type;
54 u8 type;
56 u8 key_length[2];
59 u8 replay_counter[IEEE8021X_REPLAY_COUNTER_LEN];
60 u8 key_iv[IEEE8021X_KEY_IV_LEN]; /* cryptographically random number */
61 u8 key_index; /* key flag in the most significant bit:
67 u8 key_signature[IEEE8021X_KEY_SIGN_LEN];
wpa_common.h 103 #define RSN_SELECTOR_PUT(a, val) WPA_PUT_BE32((u8 *) (a), (val))
104 #define RSN_SELECTOR_GET(a) WPA_GET_BE32((const u8 *) (a))
165 u8 type;
167 u8 key_info[2]; /* big endian */
168 u8 key_length[2]; /* big endian */
169 u8 replay_counter[WPA_REPLAY_COUNTER_LEN];
170 u8 key_nonce[WPA_NONCE_LEN];
171 u8 key_iv[16];
172 u8 key_rsc[WPA_KEY_RSC_LEN];
173 u8 key_id[8]; /* Reserved in IEEE 802.11i/RSN *
    [all...]
  /external/wpa_supplicant_8/src/crypto/
fips_prf_gnutls.c 16 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen)
fips_prf_nss.c 16 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen)
  /external/wpa_supplicant_8/src/ap/
wpa_auth.h 23 u8 frame_type; /* RSN_REMOTE_FRAME_TYPE_FT_RRB */
24 u8 packet_type; /* FT_PACKET_REQUEST/FT_PACKET_RESPONSE */
26 u8 ap_address[ETH_ALEN];
47 u8 frame_type; /* RSN_REMOTE_FRAME_TYPE_FT_RRB */
48 u8 packet_type; /* FT_PACKET_R0KH_R1KH_PULL */
50 u8 ap_address[ETH_ALEN];
52 u8 nonce[16];
53 u8 pmk_r0_name[WPA_PMK_NAME_LEN];
54 u8 r1kh_id[FT_R1KH_ID_LEN];
55 u8 s1kh_id[ETH_ALEN]
    [all...]
ieee802_11.h 18 void ieee802_11_mgmt(struct hostapd_data *hapd, const u8 *buf, size_t len,
20 void ieee802_11_mgmt_cb(struct hostapd_data *hapd, const u8 *buf, size_t len,
22 void ieee802_11_print_ssid(char *buf, const u8 *ssid, u8 len);
43 u8 * hostapd_eid_ext_capab(struct hostapd_data *hapd, u8 *eid);
44 u8 * hostapd_eid_supp_rates(struct hostapd_data *hapd, u8 *eid);
45 u8 * hostapd_eid_ext_supp_rates(struct hostapd_data *hapd, u8 *eid)
    [all...]
pmksa_cache_auth.h 19 u8 pmkid[PMKID_LEN];
20 u8 pmk[PMK_LEN];
24 u8 spa[ETH_ALEN];
26 u8 *identity;
30 u8 eap_type_authsrv;
43 const u8 *spa, const u8 *pmkid);
45 struct rsn_pmksa_cache *pmksa, const u8 *spa, const u8 *aa,
46 const u8 *pmkid)
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_intra_prediction.h 52 image_t *image, u32 mbNum, u32 constrainedIntraPred, u8 *data);
54 u32 h264bsdIntra4x4Prediction(mbStorage_t *pMb, u8 *data,
56 u8 *above, u8 *left, u32 constrainedIntraPred);
57 u32 h264bsdIntra16x16Prediction(mbStorage_t *pMb, u8 *data, i32 residual[][16],
58 u8 *above, u8 *left, u32 constrainedIntraPred);
60 u32 h264bsdIntraChromaPrediction(mbStorage_t *pMb, u8 *data, i32 residual[][16],
61 u8 *above, u8 *left, u32 predMode, u32 constrainedIntraPred)
    [all...]
  /external/wpa_supplicant_8/src/eap_common/
ikev2_common.h 27 u8 i_spi[IKEV2_SPI_LEN]; /* IKE_SA Initiator's SPI */
28 u8 r_spi[IKEV2_SPI_LEN]; /* IKE_SA Responder's SPI */
29 u8 next_payload;
30 u8 version; /* MjVer | MnVer */
31 u8 exchange_type;
32 u8 flags;
33 u8 message_id[4];
34 u8 length[4]; /* total length of HDR + payloads */
38 u8 next_payload;
39 u8 flags
    [all...]
eap_ikev2_common.h 28 const u8 *i_nonce, size_t i_nonce_len,
29 const u8 *r_nonce, size_t r_nonce_len,
30 u8 *keymat);
31 struct wpabuf * eap_ikev2_build_frag_ack(u8 id, u8 code);
34 const u8 *pos, const u8 *end);
eap_fast_common.h 71 u8 session_key_seed[EAP_FAST_SKS_LEN];
72 u8 server_challenge[16]; /* MSCHAPv2 ServerChallenge */
73 u8 client_challenge[16]; /* MSCHAPv2 ClientChallenge */
81 u8 *eap_payload_tlv;
88 u8 *pac;
98 void eap_fast_derive_master_secret(const u8 *pac_key, const u8 *server_random,
99 const u8 *client_random, u8 *master_secret);
100 u8 * eap_fast_derive_key(void *ssl_ctx, struct tls_connection *conn
    [all...]
eap_pwd_common.h 47 u8 random_function;
49 u8 prf;
51 u8 token[4];
52 u8 prep;
55 u8 identity[0]; /* length inferred from payload */
59 int compute_password_element(EAP_PWD_group *, u16, u8 *, int, u8 *, int, u8 *,
60 int, u8 *);
62 u8 *, u8 *, u32 *, u8 *, u8 *)
    [all...]
  /external/wpa_supplicant_8/src/p2p/
p2p_i.h 38 u8 interface_addr[ETH_ALEN];
44 u8 member_in_go_dev[ETH_ALEN];
50 u8 member_in_go_iface[ETH_ALEN];
54 u8 dialog_token;
55 u8 tie_breaker;
56 u8 intended_addr[ETH_ALEN];
61 u8 oper_ssid[32];
106 u8 go_timeout;
107 u8 client_timeout;
112 u8 peer[ETH_ALEN]
    [all...]
  /dalvik/vm/mterp/c/
OP_CONST_WIDE.cpp 3 u8 tmp;
7 tmp |= (u8)FETCH(2) << 16;
8 tmp |= (u8)FETCH(3) << 32;
9 tmp |= (u8)FETCH(4) << 48;
  /external/wpa_supplicant_8/wpa_supplicant/
blacklist.h 14 u8 bssid[ETH_ALEN];
19 const u8 *bssid);
20 int wpa_blacklist_add(struct wpa_supplicant *wpa_s, const u8 *bssid);
21 int wpa_blacklist_del(struct wpa_supplicant *wpa_s, const u8 *bssid);
offchannel.h 14 const u8 *dst, const u8 *src, const u8 *bssid,
15 const u8 *buf, size_t len, unsigned int wait_time,
17 unsigned int freq, const u8 *dst,
18 const u8 *src, const u8 *bssid,
19 const u8 *data, size_t data_len,
30 struct wpa_supplicant *wpa_s, const u8 *dst, const u8 *data
    [all...]
hs20_supplicant.h 13 int hs20_anqp_send_req(struct wpa_supplicant *wpa_s, const u8 *dst, u32 stypes,
14 const u8 *payload, size_t payload_len);
15 struct wpabuf * hs20_build_anqp_req(u32 stypes, const u8 *payload,
18 const u8 *sa, const u8 *data, size_t slen);
  /system/extras/ext4_utils/
uuid.h 22 void generate_uuid(const char *namespace, const char *name, u8 result[16]);
  /external/kernel-headers/original/linux/
lis331dlh.h 44 u8 g_range;
46 u8 axis_map_x;
47 u8 axis_map_y;
48 u8 axis_map_z;
50 u8 negate_x;
51 u8 negate_y;
52 u8 negate_z;
max9635.h 34 u8 configure;
35 u8 threshold_timer;
36 u8 def_low_threshold;
37 u8 def_high_threshold;
40 u8 num_of_zones;
  /external/wpa_supplicant_8/src/eap_server/
eap_sim_db.h 42 u8 *_rand, u8 *kc, u8 *sres,
58 char *reauth_id, u16 counter, const u8 *mk);
61 char *reauth_id, u16 counter, const u8 *k_encr,
62 const u8 *k_aut, const u8 *k_re);
72 u8 mk[EAP_SIM_MK_LEN];
73 u8 k_encr[EAP_SIM_K_ENCR_LEN];
74 u8 k_aut[EAP_AKA_PRIME_K_AUT_LEN]
    [all...]

Completed in 2823 milliseconds

1 23 4 5 6 7 8 91011>>