Home
last modified time | relevance | path

Searched refs:inc_byte_array (Results 1 – 12 of 12) 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()
Dpkcs5.c471 inc_byte_array(B, v); in pkcs12_key_gen()
/external/wpa_supplicant_8/hostapd/
Dsae_pk_gen.c125 inc_byte_array(m, SAE_PK_M_LEN); in main()
/external/wpa_supplicant_8/src/eap_peer/
Deap_psk.c327 inc_byte_array(nonce, sizeof(nonce)); in eap_psk_process_3()
Deap_fast.c653 inc_byte_array(rbind->nonce, sizeof(rbind->nonce)); in eap_fast_write_crypto_binding()
Deap_teap.c696 inc_byte_array(rbind->nonce, sizeof(rbind->nonce)); in eap_teap_write_crypto_binding()
/external/wpa_supplicant_8/src/utils/
Dcommon.h483 void inc_byte_array(u8 *counter, size_t len);
Dcommon.c222 void inc_byte_array(u8 *counter, size_t len) in inc_byte_array() function
/external/wpa_supplicant_8/src/ap/
Dwpa_auth.c1591 inc_byte_array(sm->key_replay[0].counter, WPA_REPLAY_COUNTER_LEN); in __wpa_send_eapol()
1667 inc_byte_array(sm->group->Counter, WPA_NONCE_LEN); in __wpa_send_eapol()
4111 inc_byte_array(group->Counter, WPA_NONCE_LEN); in wpa_gtk_update()
4122 inc_byte_array(group->Counter, WPA_NONCE_LEN); in wpa_gtk_update()
4135 inc_byte_array(group->Counter, WPA_NONCE_LEN); in wpa_gtk_update()
Dieee802_1x.c173 inc_byte_array(hapd->last_1x_eapol_key_replay_counter, in ieee802_1x_tx_key_one()
Dhostapd.c1164 inc_byte_array(hapd->own_addr, ETH_ALEN); in hostapd_setup_bss()
/external/wpa_supplicant_8/src/rsn_supp/
Dwpa.c236 inc_byte_array(sm->request_counter, WPA_REPLAY_COUNTER_LEN); in wpa_sm_key_request()