Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/wpa/src/tls/
H A 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()
H A Dpkcs5.c471 inc_byte_array(B, v); in pkcs12_key_gen()
/freebsd-13.1/contrib/wpa/hostapd/
H A Dsae_pk_gen.c125 inc_byte_array(m, SAE_PK_M_LEN); in main()
/freebsd-13.1/contrib/wpa/src/eap_peer/
H A Deap_psk.c327 inc_byte_array(nonce, sizeof(nonce)); in eap_psk_process_3()
H A Deap_fast.c653 inc_byte_array(rbind->nonce, sizeof(rbind->nonce)); in eap_fast_write_crypto_binding()
H A Deap_teap.c696 inc_byte_array(rbind->nonce, sizeof(rbind->nonce)); in eap_teap_write_crypto_binding()
/freebsd-13.1/contrib/wpa/src/utils/
H A Dcommon.h482 void inc_byte_array(u8 *counter, size_t len);
H A Dcommon.c222 void inc_byte_array(u8 *counter, size_t len) in inc_byte_array() function
/freebsd-13.1/contrib/wpa/src/ap/
H A Dwpa_auth.c1581 inc_byte_array(sm->key_replay[0].counter, WPA_REPLAY_COUNTER_LEN); in __wpa_send_eapol()
1657 inc_byte_array(sm->group->Counter, WPA_NONCE_LEN); in __wpa_send_eapol()
4065 inc_byte_array(group->Counter, WPA_NONCE_LEN); in wpa_gtk_update()
4076 inc_byte_array(group->Counter, WPA_NONCE_LEN); in wpa_gtk_update()
4089 inc_byte_array(group->Counter, WPA_NONCE_LEN); in wpa_gtk_update()
H A Dieee802_1x.c173 inc_byte_array(hapd->last_1x_eapol_key_replay_counter, in ieee802_1x_tx_key_one()
H A Dhostapd.c1156 inc_byte_array(hapd->own_addr, ETH_ALEN); in hostapd_setup_bss()
/freebsd-13.1/contrib/wpa/src/rsn_supp/
H A Dwpa.c235 inc_byte_array(sm->request_counter, WPA_REPLAY_COUNTER_LEN); in wpa_sm_key_request()