Searched refs:inc_byte_array (Results 1 – 7 of 7) sorted by relevance
/hal_espressif-latest/components/wpa_supplicant/src/tls/ |
D | tlsv1_record.c | 255 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()
|
D | pkcs5.c | 471 inc_byte_array(B, v); in pkcs12_key_gen()
|
/hal_espressif-latest/components/wpa_supplicant/src/utils/ |
D | common.c | 109 void inc_byte_array(u8 *counter, size_t len) in inc_byte_array() function
|
D | common.h | 385 void inc_byte_array(u8 *counter, size_t len);
|
/hal_espressif-latest/components/wpa_supplicant/src/ap/ |
D | wpa_auth.c | 1090 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/ |
D | eap_fast.c | 632 inc_byte_array(rbind->nonce, sizeof(rbind->nonce)); in eap_fast_write_crypto_binding()
|
/hal_espressif-latest/components/wpa_supplicant/src/rsn_supp/ |
D | wpa.c | 331 inc_byte_array(sm->request_counter, WPA_REPLAY_COUNTER_LEN); in wpa_sm_key_request()
|