Searched refs:current_len (Results 1 - 7 of 7) sorted by relevance
/third_party/rust/crates/nom/src/bytes/ |
H A D | streaming.rs | 549 let current_len = i.input_len(); in escaped() 555 } else if i2.input_len() == current_len { in escaped() 657 let current_len = i.input_len(); in escaped_transform() 664 } else if i2.input_len() == current_len { in escaped_transform()
|
H A D | complete.rs | 533 let current_len = i.input_len(); in escaped() 541 } else if i2.input_len() == current_len { in escaped() 653 let current_len = i.input_len(); in escaped_transform() 660 } else if i2.input_len() == current_len { in escaped_transform()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | ieee802_11.c | 7105 size_t *current_len) in hostapd_eid_nr_db_len() 7108 size_t total_len = 0, len = *current_len; in hostapd_eid_nr_db_len() 7129 *current_len = len; in hostapd_eid_nr_db_len() 7136 size_t *current_len) in hostapd_eid_rnr_iface_len() 7138 size_t total_len = 0, len = *current_len; in hostapd_eid_rnr_iface_len() 7176 *current_len = len; in hostapd_eid_rnr_iface_len() 7223 size_t *current_len) in hostapd_eid_rnr_colocation_len() 7240 current_len); in hostapd_eid_rnr_colocation_len() 7249 size_t total_len = 0, current_len = 0; in hostapd_eid_rnr_len() local 7255 total_len += hostapd_eid_nr_db_len(hapd, ¤t_len); in hostapd_eid_rnr_len() 7104 hostapd_eid_nr_db_len(struct hostapd_data *hapd, size_t *current_len) hostapd_eid_nr_db_len() argument 7134 hostapd_eid_rnr_iface_len(struct hostapd_data *hapd, struct hostapd_data *reporting_hapd, size_t *current_len) hostapd_eid_rnr_iface_len() argument 7222 hostapd_eid_rnr_colocation_len(struct hostapd_data *hapd, size_t *current_len) hostapd_eid_rnr_colocation_len() argument 7282 hostapd_eid_nr_db(struct hostapd_data *hapd, u8 *eid, size_t *current_len) hostapd_eid_nr_db() argument 7337 hostapd_eid_rnr_iface(struct hostapd_data *hapd, struct hostapd_data *reporting_hapd, u8 *eid, size_t *current_len) hostapd_eid_rnr_iface() argument 7423 hostapd_eid_rnr_colocation(struct hostapd_data *hapd, u8 *eid, size_t *current_len) hostapd_eid_rnr_colocation() argument 7450 size_t current_len = 0; hostapd_eid_rnr() local [all...] |
H A D | wpa_auth.h | 514 size_t current_len, size_t max_len,
|
H A D | wpa_auth.c | 2693 size_t current_len, size_t max_len, in fils_encrypt_assoc() 2697 u8 *pos = buf + current_len; in fils_encrypt_assoc() 2708 buf, current_len); in fils_encrypt_assoc() 2761 current_len += wpabuf_len(plain) + AES_BLOCK_SIZE; in fils_encrypt_assoc() 2766 return current_len; in fils_encrypt_assoc() 2692 fils_encrypt_assoc(struct wpa_state_machine *sm, u8 *buf, size_t current_len, size_t max_len, const struct wpabuf *hlp) fils_encrypt_assoc() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | wpa_auth.h | 453 size_t current_len, size_t max_len,
|
H A D | wpa_auth.c | 2574 size_t current_len, size_t max_len, in fils_encrypt_assoc() 2578 u8 *pos = buf + current_len; in fils_encrypt_assoc() 2589 buf, current_len); in fils_encrypt_assoc() 2642 current_len += wpabuf_len(plain) + AES_BLOCK_SIZE; in fils_encrypt_assoc() 2647 return current_len; in fils_encrypt_assoc() 2573 fils_encrypt_assoc(struct wpa_state_machine *sm, u8 *buf, size_t current_len, size_t max_len, const struct wpabuf *hlp) fils_encrypt_assoc() argument
|
Completed in 38 milliseconds