Home
last modified time | relevance | path

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

/freebsd-12.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.c493 inc_byte_array(B, v); in pkcs12_key_gen()
/freebsd-12.1/contrib/wpa/src/utils/
H A Dcommon.h479 void inc_byte_array(u8 *counter, size_t len);
H A Dcommon.c221 void inc_byte_array(u8 *counter, size_t len) in inc_byte_array() function
/freebsd-12.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.c633 inc_byte_array(rbind->nonce, sizeof(rbind->nonce)); in eap_fast_write_crypto_binding()
H A Deap_teap.c643 inc_byte_array(rbind->nonce, sizeof(rbind->nonce)); in eap_teap_write_crypto_binding()
/freebsd-12.1/contrib/wpa/src/ap/
H A Dwpa_auth.c1519 inc_byte_array(sm->key_replay[0].counter, WPA_REPLAY_COUNTER_LEN); in __wpa_send_eapol()
1595 inc_byte_array(sm->group->Counter, WPA_NONCE_LEN); in __wpa_send_eapol()
3741 inc_byte_array(group->Counter, WPA_NONCE_LEN); in wpa_gtk_update()
3754 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.c1128 inc_byte_array(hapd->own_addr, ETH_ALEN); in hostapd_setup_bss()
/freebsd-12.1/contrib/wpa/src/rsn_supp/
H A Dwpa.c225 inc_byte_array(sm->request_counter, WPA_REPLAY_COUNTER_LEN); in wpa_sm_key_request()