Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/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()
/hal_espressif-latest/components/wpa_supplicant/src/utils/
Dcommon.c109 void inc_byte_array(u8 *counter, size_t len) in inc_byte_array() function
Dcommon.h385 void inc_byte_array(u8 *counter, size_t len);
/hal_espressif-latest/components/wpa_supplicant/src/ap/
Dwpa_auth.c1090 inc_byte_array(sm->key_replay[0].counter, WPA_REPLAY_COUNTER_LEN); in __wpa_send_eapol()
1133 inc_byte_array(sm->group->Counter, WPA_NONCE_LEN); in __wpa_send_eapol()
2249 inc_byte_array(group->Counter, WPA_NONCE_LEN); in wpa_gtk_update()
2261 inc_byte_array(group->Counter, WPA_NONCE_LEN); in wpa_gtk_update()
/hal_espressif-latest/components/wpa_supplicant/src/eap_peer/
Deap_fast.c632 inc_byte_array(rbind->nonce, sizeof(rbind->nonce)); in eap_fast_write_crypto_binding()
/hal_espressif-latest/components/wpa_supplicant/src/rsn_supp/
Dwpa.c331 inc_byte_array(sm->request_counter, WPA_REPLAY_COUNTER_LEN); in wpa_sm_key_request()