/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | aes-omac1.c | 43 omac1_aes_vector(const u8 *key, size_t key_len, size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) omac1_aes_vector() argument 133 omac1_aes_128_vector(const u8 *key, size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) omac1_aes_128_vector() argument
|
H A D | crypto_internal-cipher.c | 103 crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, u8 *crypt, size_t len) crypto_cipher_encrypt() argument 166 crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, u8 *plain, size_t len) crypto_cipher_decrypt() argument [all...] |
H A D | crypto_internal-rsa.c | 22 struct crypto_public_key * crypto_public_key_import(const u8 *key, size_t len) in crypto_public_key_import() argument 38 crypto_private_key_import(const u8 *key, size_t len, const char *passwd) crypto_private_key_import() argument 64 crypto_public_key_from_cert(const u8 *buf, size_t len) crypto_public_key_from_cert() argument
|
H A D | md5-internal.c | 31 int md5_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) in md5_vector() argument 102 void MD5Update(struct MD5Context *ctx, unsigned char const *buf, unsigned len) in MD5Update() argument [all...] |
H A D | sha256-internal.c | 25 int sha256_vector(size_t num_elem, const u8 *addr[], const size_t *len, in sha256_vector() argument
|
H A D | sha512-internal.c | 24 int sha512_vector(size_t num_elem, const u8 *addr[], const size_t *len, in sha512_vector() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/ |
H A D | eap_common.c | 28 size_t len; in eap_hdr_len_valid() local 71 size_t len; in eap_hdr_validate() local 133 size_t len; in eap_msg_alloc() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
H A D | eap_gtc.c | 51 size_t password_len, identity_len, len, plen; in eap_gtc_process() local
|
H A D | mschapv2.c | 15 const u8 * mschapv2_remove_domain(const u8 *username, size_t *len) in mschapv2_remove_domain() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/ |
H A D | eap_server_gtc.c | 81 size_t len; in eap_gtc_check() local
|
H A D | eap_server_identity.c | 86 size_t len; in eap_identity_check() local 104 size_t len; in eap_identity_process() local [all...] |
H A D | eap_server_md5.c | 80 size_t len; in eap_md5_check() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/ |
H A D | wpa_ie.c | 268 u8 *pos, *len; in wpa_gen_wpa_ie_osen() local 490 int wpa_supplicant_parse_ies(const u8 *buf, size_t len, in wpa_supplicant_parse_ies() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/ |
H A D | asn1.c | 55 int asn1_get_next(const u8 *buf, size_t len, struct asn1_hdr *hdr) in asn1_get_next() argument 129 int asn1_parse_oid(const u8 *buf, size_t len, struct asn1_oid *oid) in asn1_parse_oid() argument 173 asn1_get_oid(const u8 *buf, size_t len, struct asn1_oid *oid, const u8 **next) asn1_get_oid() argument 193 asn1_oid_to_str(const struct asn1_oid *oid, char *buf, size_t len) asn1_oid_to_str() argument 233 asn1_bit_string_to_long(const u8 *buf, size_t len) asn1_bit_string_to_long() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
H A D | base64.c | 21 static unsigned char * base64_gen_encode(const unsigned char *src, size_t len, in base64_gen_encode() argument 86 static unsigned char * base64_gen_decode(const unsigned char *src, size_t len, in base64_gen_decode() argument 168 base64_encode(const unsigned char *src, size_t len, size_t *out_len) base64_encode() argument 175 base64_url_encode(const unsigned char *src, size_t len, size_t *out_len, int add_pad) base64_url_encode() argument 192 base64_decode(const unsigned char *src, size_t len, size_t *out_len) base64_decode() argument 199 base64_url_decode(const unsigned char *src, size_t len, size_t *out_len) base64_url_decode() argument [all...] |
H A D | const_time.h | 172 static inline int const_time_memcmp(const void *a, const void *b, size_t len) in const_time_memcmp() argument 77 const_time_eq_bin(const void *a, const void *b, size_t len) const_time_eq_bin() argument 161 const_time_select_bin(u8 mask, const u8 *true_val, const u8 *false_val, size_t len, u8 *dst) const_time_select_bin() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
H A D | upnp_xml.c | 121 void xml_data_encode(struct wpabuf *buf, const char *data, int len) in xml_data_encode() argument 230 size_t len; in xml_get_base64_item() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | wifi_display.c | 42 size_t len; in wifi_display_get_wfd_ie() local 70 size_t len, plen; in wifi_display_update_wfd_ie() local 242 size_t len; wifi_display_subelem_set() local 303 unsigned int len, subelem; wifi_display_subelem_set_from_ies() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/ |
H A D | addinterface.cpp | 62 size_t len; in addInterfaces() local 191 size_t len; in interfaceSelected() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | eap_user_db.c | 107 size_t len; in get_wildcard_cb() local
|
H A D | eth_p_oui.c | 51 static void eth_p_rx(void *ctx, const u8 *src_addr, const u8 *buf, size_t len) in eth_p_rx() argument 43 eth_p_oui_deliver(struct eth_p_oui_ctx *ctx, const u8 *src_addr, const u8 *dst_addr, const u8 *buf, size_t len) eth_p_oui_deliver() argument 85 eth_p_oui_register(struct hostapd_data *hapd, const char *ifname, u8 oui_suffix, void (*rx_callback)(void *ctx, const u8 *src_addr, const u8 *dst_addr, u8 oui_suffix, const u8 *buf, size_t len), void *rx_callback_ctx) eth_p_oui_register() argument 161 eth_p_oui_send(struct eth_p_oui_ctx *ctx, const u8 *src_addr, const u8 *dst_addr, const u8 *buf, size_t len) eth_p_oui_send() argument [all...] |
H A D | mbo_ap.c | 87 size_t len; in mbo_ap_check_sta_assoc() local 33 mbo_ap_parse_non_pref_chan(struct sta_info *sta, const u8 *buf, size_t len) mbo_ap_parse_non_pref_chan() argument 168 mbo_ap_wnm_notif_req_cell_capa(struct sta_info *sta, const u8 *buf, size_t len) mbo_ap_wnm_notif_req_cell_capa() argument 180 mbo_ap_wnm_notif_req_elem(struct sta_info *sta, u8 type, const u8 *buf, size_t len, int *first_non_pref_chan) mbo_ap_wnm_notif_req_elem() argument 208 mbo_ap_wnm_notification_req(struct hostapd_data *hapd, const u8 *addr, const u8 *buf, size_t len) mbo_ap_wnm_notification_req() argument [all...] |
/third_party/vk-gl-cts/framework/delibs/depool/ |
H A D | dePoolStringBuilder.c | 61 size_t len = strlen(str); in dePoolStringBuilder_appendString() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | aes-internal-dec.c | 59 void * aes_decrypt_init(const u8 *key, size_t len) in aes_decrypt_init() argument
|
H A D | aes-internal-enc.c | 98 void * aes_encrypt_init(const u8 *key, size_t len) in aes_encrypt_init() argument
|