Searched refs:u8 (Results 51 - 75 of 1639) sorted by relevance

1234567891011>>

/external/wpa_supplicant_8/src/eap_common/
H A Deap_eke_common.h63 u8 dhgroup;
64 u8 encr;
65 u8 prf;
66 u8 mac;
68 u8 shared_secret[EAP_EKE_MAX_HASH_LEN];
69 u8 ke[EAP_EKE_MAX_KE_LEN];
70 u8 ki[EAP_EKE_MAX_KI_LEN];
71 u8 ka[EAP_EKE_MAX_KA_LEN];
81 int eap_eke_session_init(struct eap_eke_session *sess, u8 dhgroup, u8 enc
[all...]
H A Deap_sim_common.h74 void eap_sim_derive_mk(const u8 *identity, size_t identity_len,
75 const u8 *nonce_mt, u16 selected_version,
76 const u8 *ver_list, size_t ver_list_len,
77 int num_chal, const u8 *kc, u8 *mk);
78 void eap_aka_derive_mk(const u8 *identity, size_t identity_len,
79 const u8 *ik, const u8 *ck, u8 *mk);
80 int eap_sim_derive_keys(const u8 *m
[all...]
H A Deap_ikev2_common.h21 const u8 *i_nonce, size_t i_nonce_len,
22 const u8 *r_nonce, size_t r_nonce_len,
23 u8 *keymat);
24 struct wpabuf * eap_ikev2_build_frag_ack(u8 id, u8 code);
27 const u8 *pos, const u8 *end);
H A Deap_gpsk_common.h40 u8 vendor[4];
41 u8 specifier[2];
49 int eap_gpsk_derive_keys(const u8 *psk, size_t psk_len, int vendor,
51 const u8 *rand_client, const u8 *rand_server,
52 const u8 *id_client, size_t id_client_len,
53 const u8 *id_server, size_t id_server_len,
54 u8 *msk, u8 *emsk, u8 *s
[all...]
H A Deap_pax_common.h17 u8 op_code;
18 u8 flags;
19 u8 mac_id;
20 u8 dh_group_id;
21 u8 public_key_id;
79 int eap_pax_kdf(u8 mac_id, const u8 *key, size_t key_len,
81 const u8 *entropy, size_t entropy_len,
82 size_t output_len, u8 *output);
83 int eap_pax_mac(u8 mac_i
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eap_common/
H A Deap_eke_common.h63 u8 dhgroup;
64 u8 encr;
65 u8 prf;
66 u8 mac;
68 u8 shared_secret[EAP_EKE_MAX_HASH_LEN];
69 u8 ke[EAP_EKE_MAX_KE_LEN];
70 u8 ki[EAP_EKE_MAX_KI_LEN];
71 u8 ka[EAP_EKE_MAX_KA_LEN];
81 int eap_eke_session_init(struct eap_eke_session *sess, u8 dhgroup, u8 enc
[all...]
H A Deap_sim_common.h74 void eap_sim_derive_mk(const u8 *identity, size_t identity_len,
75 const u8 *nonce_mt, u16 selected_version,
76 const u8 *ver_list, size_t ver_list_len,
77 int num_chal, const u8 *kc, u8 *mk);
78 void eap_aka_derive_mk(const u8 *identity, size_t identity_len,
79 const u8 *ik, const u8 *ck, u8 *mk);
80 int eap_sim_derive_keys(const u8 *m
[all...]
H A Deap_ikev2_common.h21 const u8 *i_nonce, size_t i_nonce_len,
22 const u8 *r_nonce, size_t r_nonce_len,
23 u8 *keymat);
24 struct wpabuf * eap_ikev2_build_frag_ack(u8 id, u8 code);
27 const u8 *pos, const u8 *end);
H A Deap_gpsk_common.h40 u8 vendor[4];
41 u8 specifier[2];
49 int eap_gpsk_derive_keys(const u8 *psk, size_t psk_len, int vendor,
51 const u8 *rand_client, const u8 *rand_server,
52 const u8 *id_client, size_t id_client_len,
53 const u8 *id_server, size_t id_server_len,
54 u8 *msk, u8 *emsk, u8 *s
[all...]
H A Deap_pax_common.h17 u8 op_code;
18 u8 flags;
19 u8 mac_id;
20 u8 dh_group_id;
21 u8 public_key_id;
79 int eap_pax_kdf(u8 mac_id, const u8 *key, size_t key_len,
81 const u8 *entropy, size_t entropy_len,
82 size_t output_len, u8 *output);
83 int eap_pax_mac(u8 mac_i
[all...]
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dsha256.h14 int hmac_sha256_vector(const u8 *key, size_t key_len, size_t num_elem,
15 const u8 *addr[], const size_t *len, u8 *mac);
16 int hmac_sha256(const u8 *key, size_t key_len, const u8 *data,
17 size_t data_len, u8 *mac);
18 void sha256_prf(const u8 *key, size_t key_len, const char *label,
19 const u8 *data, size_t data_len, u8 *buf, size_t buf_len);
20 void sha256_prf_bits(const u8 *ke
[all...]
H A Ddes_i.h17 void des_key_setup(const u8 *key, u32 *ek, u32 *dk);
18 void des_block_encrypt(const u8 *plain, const u32 *ek, u8 *crypt);
19 void des_block_decrypt(const u8 *crypt, const u32 *dk, u8 *plain);
21 void des3_key_setup(const u8 *key, struct des3_key_s *dkey);
22 void des3_encrypt(const u8 *plain, const struct des3_key_s *key, u8 *crypt);
23 void des3_decrypt(const u8 *crypt, const struct des3_key_s *key, u8 *plai
[all...]
/external/wpa_supplicant_8/src/crypto/
H A Dsha256.h14 int hmac_sha256_vector(const u8 *key, size_t key_len, size_t num_elem,
15 const u8 *addr[], const size_t *len, u8 *mac);
16 int hmac_sha256(const u8 *key, size_t key_len, const u8 *data,
17 size_t data_len, u8 *mac);
18 void sha256_prf(const u8 *key, size_t key_len, const char *label,
19 const u8 *data, size_t data_len, u8 *buf, size_t buf_len);
20 void sha256_prf_bits(const u8 *ke
[all...]
H A Ddes_i.h17 void des_key_setup(const u8 *key, u32 *ek, u32 *dk);
18 void des_block_encrypt(const u8 *plain, const u32 *ek, u8 *crypt);
19 void des_block_decrypt(const u8 *crypt, const u32 *dk, u8 *plain);
21 void des3_key_setup(const u8 *key, struct des3_key_s *dkey);
22 void des3_encrypt(const u8 *plain, const struct des3_key_s *key, u8 *crypt);
23 void des3_decrypt(const u8 *crypt, const struct des3_key_s *key, u8 *plai
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dsha256.h14 int hmac_sha256_vector(const u8 *key, size_t key_len, size_t num_elem,
15 const u8 *addr[], const size_t *len, u8 *mac);
16 int hmac_sha256(const u8 *key, size_t key_len, const u8 *data,
17 size_t data_len, u8 *mac);
18 void sha256_prf(const u8 *key, size_t key_len, const char *label,
19 const u8 *data, size_t data_len, u8 *buf, size_t buf_len);
20 void sha256_prf_bits(const u8 *ke
[all...]
H A Ddes_i.h17 void des_key_setup(const u8 *key, u32 *ek, u32 *dk);
18 void des_block_encrypt(const u8 *plain, const u32 *ek, u8 *crypt);
19 void des_block_decrypt(const u8 *crypt, const u32 *dk, u8 *plain);
21 void des3_key_setup(const u8 *key, struct des3_key_s *dkey);
22 void des3_encrypt(const u8 *plain, const struct des3_key_s *key, u8 *crypt);
23 void des3_decrypt(const u8 *crypt, const struct des3_key_s *key, u8 *plai
[all...]
/external/wpa_supplicant_8/hostapd/src/eap_common/
H A Deap_sim_common.h74 void eap_sim_derive_mk(const u8 *identity, size_t identity_len,
75 const u8 *nonce_mt, u16 selected_version,
76 const u8 *ver_list, size_t ver_list_len,
77 int num_chal, const u8 *kc, u8 *mk);
78 void eap_aka_derive_mk(const u8 *identity, size_t identity_len,
79 const u8 *ik, const u8 *ck, u8 *mk);
80 int eap_sim_derive_keys(const u8 *m
[all...]
H A Deap_ikev2_common.h21 const u8 *i_nonce, size_t i_nonce_len,
22 const u8 *r_nonce, size_t r_nonce_len,
23 u8 *keymat);
24 struct wpabuf * eap_ikev2_build_frag_ack(u8 id, u8 code);
27 const u8 *pos, const u8 *end);
H A Deap_gpsk_common.h40 u8 vendor[4];
41 u8 specifier[2];
49 int eap_gpsk_derive_keys(const u8 *psk, size_t psk_len, int vendor,
51 const u8 *rand_client, const u8 *rand_server,
52 const u8 *id_client, size_t id_client_len,
53 const u8 *id_server, size_t id_server_len,
54 u8 *msk, u8 *emsk, u8 *s
[all...]
H A Deap_pax_common.h17 u8 op_code;
18 u8 flags;
19 u8 mac_id;
20 u8 dh_group_id;
21 u8 public_key_id;
79 int eap_pax_kdf(u8 mac_id, const u8 *key, size_t key_len,
81 const u8 *entropy, size_t entropy_len,
82 size_t output_len, u8 *output);
83 int eap_pax_mac(u8 mac_i
[all...]
H A Dchap.c15 int chap_md5(u8 id, const u8 *secret, size_t secret_len, const u8 *challenge,
16 size_t challenge_len, u8 *response)
18 const u8 *addr[3];
H A Deap_psk_common.h26 #define EAP_PSK_FLAGS_SET_T(t) ((u8) (t) << 6)
34 u8 flags;
35 u8 rand_s[EAP_PSK_RAND_LEN];
41 u8 flags;
42 u8 rand_s[EAP_PSK_RAND_LEN];
43 u8 rand_p[EAP_PSK_RAND_LEN];
44 u8 mac_p[EAP_PSK_MAC_LEN];
50 u8 flags;
51 u8 rand_s[EAP_PSK_RAND_LEN];
52 u8 mac_
[all...]
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwpa_auth_ie.h13 const u8 *wpa_ie;
15 const u8 *rsn_ie;
17 const u8 *pmkid;
18 const u8 *gtk;
20 const u8 *mac_addr;
23 const u8 *smk;
25 const u8 *nonce;
27 const u8 *lifetime;
29 const u8 *error;
33 const u8 *igt
[all...]
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_config.h22 u8 *identity;
42 u8 *anonymous_identity;
65 u8 *password;
101 u8 *ca_cert;
112 u8 *ca_path;
126 u8 *client_cert;
153 u8 *private_key;
178 u8 *dh_file;
190 u8 *subject_match;
208 u8 *altsubject_matc
[all...]
/external/wpa_supplicant_8/src/ap/
H A Dwpa_auth_ie.h13 const u8 *wpa_ie;
15 const u8 *rsn_ie;
17 const u8 *pmkid;
18 const u8 *gtk;
20 const u8 *mac_addr;
23 const u8 *smk;
25 const u8 *nonce;
27 const u8 *lifetime;
29 const u8 *error;
33 const u8 *igt
[all...]

Completed in 578 milliseconds

1234567891011>>