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

1 2 3 45 6 7 8 91011>>

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_reconstruct.h 52 u8 *data,
63 u8 *data,
68 u8 *pFill);
72 u8 * ref,
73 u8 * fill,
83 u8 *pRef,
84 u8 *predPartChroma,
94 u8 *pRef,
95 u8 *predPartChroma,
105 u8 *ref
    [all...]
  /external/wpa_supplicant_8/src/crypto/
ms_funcs.c 25 static int utf8_to_ucs2(const u8 *utf8_string, size_t utf8_string_len,
26 u8 *ucs2_buffer, size_t ucs2_buffer_size,
32 u8 c = utf8_string[i];
45 u8 c2 = utf8_string[++i];
57 u8 c3 = utf8_string[++i];
80 static int challenge_hash(const u8 *peer_challenge, const u8 *auth_challenge,
81 const u8 *username, size_t username_len,
82 u8 *challenge)
84 u8 hash[SHA1_MAC_LEN]
    [all...]
sha256-prf.c 29 void sha256_prf(const u8 *key, size_t key_len, const char *label,
30 const u8 *data, size_t data_len, u8 *buf, size_t buf_len)
51 void sha256_prf_bits(const u8 *key, size_t key_len, const char *label,
52 const u8 *data, size_t data_len, u8 *buf,
57 u8 hash[SHA256_MAC_LEN];
58 const u8 *addr[4];
60 u8 counter_le[2], length_le[2];
65 addr[1] = (u8 *) label
    [all...]
aes-gcm.c 16 static void inc32(u8 *block)
25 static void xor_block(u8 *dst, const u8 *src)
36 static void shift_right_block(u8 *v)
65 static void gf_mult(const u8 *x, const u8 *y, u8 *z)
67 u8 v[16];
96 static void ghash_start(u8 *y)
103 static void ghash(const u8 *h, const u8 *x, size_t xlen, u8 *y
    [all...]
aes-cbc.c 24 int aes_128_cbc_encrypt(const u8 *key, const u8 *iv, u8 *data, size_t data_len)
27 u8 cbc[AES_BLOCK_SIZE];
28 u8 *pos = data;
57 int aes_128_cbc_decrypt(const u8 *key, const u8 *iv, u8 *data, size_t data_len)
60 u8 cbc[AES_BLOCK_SIZE], tmp[AES_BLOCK_SIZE];
61 u8 *pos = data
    [all...]
  /external/wpa_supplicant_8/src/radius/
radius_das.h 21 const u8 *sta_addr;
22 const u8 *user_name;
24 const u8 *acct_session_id;
26 const u8 *cui;
32 const u8 *shared_secret;
  /external/wpa_supplicant_8/src/rsn_supp/
pmksa_cache.h 17 u8 pmkid[PMKID_LEN];
18 u8 pmk[PMK_LEN];
22 u8 aa[ETH_ALEN];
55 const u8 *aa, const u8 *pmkid,
59 pmksa_cache_add(struct rsn_pmksa_cache *pmksa, const u8 *pmk, size_t pmk_len,
60 const u8 *aa, const u8 *spa, void *network_ctx, int akmp);
63 int pmksa_cache_set_current(struct wpa_sm *sm, const u8 *pmkid,
64 const u8 *bssid, void *network_ctx
    [all...]
wpa_i.h 22 u8 pmk[PMK_LEN];
26 u8 snonce[WPA_NONCE_LEN];
27 u8 anonce[WPA_NONCE_LEN]; /* ANonce from the last 1/4 msg */
29 u8 rx_replay_counter[WPA_REPLAY_COUNTER_LEN];
31 u8 request_counter[WPA_REPLAY_COUNTER_LEN];
42 u8 preauth_bssid[ETH_ALEN]; /* current RSN pre-auth peer or
58 u8 ssid[32];
62 u8 own_addr[ETH_ALEN];
65 u8 bssid[ETH_ALEN];
83 u8 *assoc_wpa_ie; /* Own WPA/RSN IE from (Re)AssocReq *
    [all...]
preauth.h 17 int rsn_preauth_init(struct wpa_sm *sm, const u8 *dst,
21 void rsn_preauth_scan_result(struct wpa_sm *sm, const u8 *bssid,
22 const u8 *ssid, const u8 *rsn);
23 void pmksa_candidate_add(struct wpa_sm *sm, const u8 *bssid,
40 static inline int rsn_preauth_init(struct wpa_sm *sm, const u8 *dst,
55 static inline void rsn_preauth_scan_result(struct wpa_sm *sm, const u8 *bssid,
56 const u8 *ssid, const u8 *rsn)
61 const u8 *bssid
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
p2p_supplicant.h 23 int wpas_p2p_connect(struct wpa_supplicant *wpa_s, const u8 *peer_addr,
45 void wpas_p2p_wps_success(struct wpa_supplicant *wpa_s, const u8 *peer_addr,
52 int wpas_p2p_prov_disc(struct wpa_supplicant *wpa_s, const u8 *peer_addr,
55 void wpas_send_action_tx_status(struct wpa_supplicant *wpa_s, const u8 *dst,
56 const u8 *data, size_t data_len,
58 int wpas_p2p_scan_result_text(const u8 *ies, size_t ies_len, char *buf,
63 unsigned int num_req_dev_types, const u8 *req_dev_types,
64 const u8 *dev_id, unsigned int search_delay);
68 u8 *buf, size_t len, int p2p_group);
69 int wpas_p2p_probe_req_rx(struct wpa_supplicant *wpa_s, const u8 *addr
    [all...]
ap.h 17 const u8 *src_addr, const u8 *buf, size_t len);
18 int wpa_supplicant_ap_wps_pbc(struct wpa_supplicant *wpa_s, const u8 *bssid,
19 const u8 *p2p_dev_addr);
20 int wpa_supplicant_ap_wps_pin(struct wpa_supplicant *wpa_s, const u8 *bssid,
41 void ap_tx_status(void *ctx, const u8 *addr,
42 const u8 *buf, size_t len, int ack);
43 void ap_eapol_tx_status(void *ctx, const u8 *dst,
44 const u8 *data, size_t len, int ack);
45 void ap_client_poll_ok(void *ctx, const u8 *addr)
    [all...]
sme.h 17 const u8 *bssid, u16 auth_type);
19 int sme_update_ft_ies(struct wpa_supplicant *wpa_s, const u8 *md,
20 const u8 *ies, size_t ies_len);
29 void sme_event_unprot_disconnect(struct wpa_supplicant *wpa_s, const u8 *sa,
30 const u8 *da, u16 reason_code);
31 void sme_sa_query_rx(struct wpa_supplicant *wpa_s, const u8 *sa,
32 const u8 *data, size_t len);
35 const u8 *prev_pending_bssid);
54 static inline int sme_update_ft_ies(struct wpa_supplicant *wpa_s, const u8 *md,
55 const u8 *ies, size_t ies_len
    [all...]
  /art/jdwpspy/
Common.h 16 typedef uint64_t u8; typedef
62 INLINE u8 get8BE(unsigned char const* pSrc) {
63 u8 result;
65 result = (u8) *pSrc++ << 56;
66 result |= (u8) *pSrc++ << 48;
67 result |= (u8) *pSrc++ << 40;
68 result |= (u8) *pSrc++ << 32;
69 result |= (u8) *pSrc++ << 24;
70 result |= (u8) *pSrc++ << 16;
71 result |= (u8) *pSrc++ << 8
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_fast_pac.h 17 u8 pac_key[EAP_FAST_PAC_KEY_LEN];
18 u8 *pac_opaque;
20 u8 *pac_info;
22 u8 *a_id;
24 u8 *i_id;
26 u8 *a_id_info;
34 const u8 *a_id, size_t a_id_len,
mschapv2.c 15 const u8 * mschapv2_remove_domain(const u8 *username, size_t *len)
36 int mschapv2_derive_response(const u8 *identity, size_t identity_len,
37 const u8 *password, size_t password_len,
39 const u8 *auth_challenge,
40 const u8 *peer_challenge,
41 u8 *nt_response, u8 *auth_response,
42 u8 *master_key)
44 const u8 *username
    [all...]
ikev2.h 15 u8 proposal_num;
26 u8 i_spi[IKEV2_SPI_LEN];
27 u8 r_spi[IKEV2_SPI_LEN];
28 u8 i_nonce[IKEV2_NONCE_MAX_LEN];
30 u8 r_nonce[IKEV2_NONCE_MAX_LEN];
37 u8 *IDi;
39 u8 IDi_type;
40 u8 *IDr;
44 u8 *shared_secret;
47 u8 *key_pad
    [all...]
  /external/wpa_supplicant_8/src/ap/
ap_config.h 21 typedef u8 macaddr[ETH_ALEN];
36 u8 idx;
37 u8 *key[NUM_WEP_KEYS];
52 u8 ssid[HOSTAPD_MAX_SSID_LEN];
100 u8 psk[PMK_LEN];
106 u8 psk[PMK_LEN];
107 u8 addr[ETH_ALEN];
108 u8 p2p_dev_addr[ETH_ALEN];
113 u8 *identity;
119 u8 *password
    [all...]
  /external/libvpx/libvpx/vp8/common/arm/neon/
buildintrapredictorsmby_neon.asm 45 vdup.u8 q0, r12
60 vpaddl.u8 q2, q1
126 vdup.u8 q0, r5
129 vst1.u8 {q0}, [r1]!
130 vst1.u8 {q0}, [r1]!
131 vst1.u8 {q0}, [r1]!
132 vst1.u8 {q0}, [r1]!
133 vst1.u8 {q0}, [r1]!
134 vst1.u8 {q0}, [r1]!
135 vst1.u8 {q0}, [r1]
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_wext.h 26 u8 *assoc_req_ies;
28 u8 *assoc_resp_ies;
46 u8 max_level;
55 int wpa_driver_wext_get_bssid(void *priv, u8 *bssid);
56 int wpa_driver_wext_set_bssid(void *priv, const u8 *bssid);
57 int wpa_driver_wext_get_ssid(void *priv, u8 *ssid);
58 int wpa_driver_wext_set_ssid(void *priv, const u8 *ssid, size_t ssid_len);
62 const u8 *addr, int key_idx,
63 int set_tx, const u8 *seq, size_t seq_len,
64 const u8 *key, size_t key_len)
    [all...]
  /external/wpa_supplicant_8/src/eap_common/
eap_psk_common.c 19 int eap_psk_key_setup(const u8 *psk, u8 *ak, u8 *kdk)
34 int eap_psk_derive_keys(const u8 *kdk, const u8 *rand_p, u8 *tek, u8 *msk,
35 u8 *emsk)
37 u8 hash[aes_block_size];
38 u8 counter = 1
    [all...]
  /external/wpa_supplicant_8/src/l2_packet/
l2_packet_none.c 20 u8 own_addr[ETH_ALEN];
21 void (*rx_callback)(void *ctx, const u8 *src_addr,
22 const u8 *buf, size_t len);
30 int l2_packet_get_own_addr(struct l2_packet_data *l2, u8 *addr)
37 int l2_packet_send(struct l2_packet_data *l2, const u8 *dst_addr, u16 proto,
38 const u8 *buf, size_t len)
55 u8 buf[2300];
68 const char *ifname, const u8 *own_addr, unsigned short protocol,
69 void (*rx_callback)(void *ctx, const u8 *src_addr,
70 const u8 *buf, size_t len)
    [all...]
  /bionic/libc/kernel/arch-arm/asm/arch/
board.h 42 u8 system_clock_type;
61 u8 console_uart;
67 u8 channel;
80 u8 otg;
81 u8 hmc_mode;
82 u8 rwc;
84 u8 pins[3];
91 u8 data_lines;
144 u8 data[0];
152 u8 chip_type
    [all...]
  /development/ndk/platforms/android-3/arch-arm/include/asm/arch/
board.h 37 u8 system_clock_type;
58 u8 console_uart;
64 u8 channel;
77 u8 otg;
79 u8 hmc_mode;
81 u8 rwc;
83 u8 pins[3];
90 u8 data_lines;
142 u8 data[0];
151 u8 chip_type
    [all...]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/asm/arch/
board.h 37 u8 system_clock_type;
58 u8 console_uart;
64 u8 channel;
77 u8 otg;
79 u8 hmc_mode;
81 u8 rwc;
83 u8 pins[3];
90 u8 data_lines;
142 u8 data[0];
151 u8 chip_type
    [all...]
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/asm/arch/
board.h 37 u8 system_clock_type;
58 u8 console_uart;
64 u8 channel;
77 u8 otg;
79 u8 hmc_mode;
81 u8 rwc;
83 u8 pins[3];
90 u8 data_lines;
142 u8 data[0];
151 u8 chip_type
    [all...]

Completed in 1355 milliseconds

1 2 3 45 6 7 8 91011>>