Home
last modified time | relevance | path

Searched defs:len (Results 1901 - 1925 of 7526) sorted by relevance

1...<<71727374757677787980>>...302

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Daes-omac1.c43 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 Dcrypto_internal-cipher.c103 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 Dcrypto_internal-rsa.c22 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 Dmd5-internal.c31 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 Dsha256-internal.c25 int sha256_vector(size_t num_elem, const u8 *addr[], const size_t *len, in sha256_vector() argument
H A Dsha512-internal.c24 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 Deap_common.c28 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 Deap_gtc.c51 size_t password_len, identity_len, len, plen; in eap_gtc_process() local
H A Dmschapv2.c15 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 Deap_server_gtc.c81 size_t len; in eap_gtc_check() local
H A Deap_server_identity.c86 size_t len; in eap_identity_check() local
104 size_t len; in eap_identity_process() local
[all...]
H A Deap_server_md5.c80 size_t len; in eap_md5_check() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/
H A Dwpa_ie.c268 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 Dasn1.c55 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 Dbase64.c21 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 Dconst_time.h172 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 Dupnp_xml.c121 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 Dwifi_display.c42 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 Daddinterface.cpp62 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 Deap_user_db.c107 size_t len; in get_wildcard_cb() local
H A Deth_p_oui.c51 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 Dmbo_ap.c87 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 DdePoolStringBuilder.c61 size_t len = strlen(str); in dePoolStringBuilder_appendString() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Daes-internal-dec.c59 void * aes_decrypt_init(const u8 *key, size_t len) in aes_decrypt_init() argument
H A Daes-internal-enc.c98 void * aes_encrypt_init(const u8 *key, size_t len) in aes_encrypt_init() argument

Completed in 10 milliseconds

1...<<71727374757677787980>>...302