Home
last modified time | relevance | path

Searched refs:inc_byte_array (Results 1 – 9 of 9) sorted by relevance

/external/wpa_supplicant_8/src/tls/
Dtlsv1_record.c255 inc_byte_array(rl->write_seq_num, TLS_SEQ_NUM_LEN); in tlsv1_record_send()
482 inc_byte_array(rl->read_seq_num, TLS_SEQ_NUM_LEN); in tlsv1_record_receive()
/external/wpa_supplicant_8/src/rsn_supp/
Dpeerkey.c93 inc_byte_array(sm->request_counter, WPA_REPLAY_COUNTER_LEN); in wpa_supplicant_send_smk_error()
356 inc_byte_array(peerkey->replay_counter, WPA_REPLAY_COUNTER_LEN); in wpa_supplicant_send_stk_1_of_4()
416 inc_byte_array(peerkey->replay_counter, WPA_REPLAY_COUNTER_LEN); in wpa_supplicant_send_stk_3_of_4()
1064 inc_byte_array(sm->request_counter, WPA_REPLAY_COUNTER_LEN); in wpa_sm_stkstart()
Dwpa.c136 inc_byte_array(sm->request_counter, WPA_REPLAY_COUNTER_LEN); in wpa_sm_key_request()
1886 inc_byte_array(_tmp, WPA_REPLAY_COUNTER_LEN); in wpa_sm_rx_eapol()
/external/wpa_supplicant_8/src/utils/
Dcommon.h480 void inc_byte_array(u8 *counter, size_t len);
Dcommon.c221 void inc_byte_array(u8 *counter, size_t len) in inc_byte_array() function
/external/wpa_supplicant_8/src/eap_peer/
Deap_psk.c329 inc_byte_array(nonce, sizeof(nonce)); in eap_psk_process_3()
Deap_fast.c634 inc_byte_array(rbind->nonce, sizeof(rbind->nonce)); in eap_fast_write_crypto_binding()
/external/wpa_supplicant_8/src/ap/
Dwpa_auth.c1493 inc_byte_array(sm->key_replay[0].counter, WPA_REPLAY_COUNTER_LEN); in __wpa_send_eapol()
1547 inc_byte_array(sm->group->Counter, WPA_NONCE_LEN); in __wpa_send_eapol()
2639 inc_byte_array(group->Counter, WPA_NONCE_LEN); in wpa_gtk_update()
2652 inc_byte_array(group->Counter, WPA_NONCE_LEN); in wpa_gtk_update()
Dhostapd.c892 inc_byte_array(hapd->own_addr, ETH_ALEN); in hostapd_setup_bss()