Home
last modified time | relevance | path

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

/aosp_15_r20/external/wpa_supplicant_8/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()
/aosp_15_r20/external/wpa_supplicant_8/hostapd/
H A Dsae_pk_gen.c125 inc_byte_array(m, SAE_PK_M_LEN); in main()
/aosp_15_r20/external/wpa_supplicant_8/src/eap_peer/
H A Deap_psk.c327 inc_byte_array(nonce, sizeof(nonce)); in eap_psk_process_3()
H A Deap_fast.c654 inc_byte_array(rbind->nonce, sizeof(rbind->nonce)); in eap_fast_write_crypto_binding()
H A Deap_teap.c703 inc_byte_array(rbind->nonce, sizeof(rbind->nonce)); in eap_teap_write_crypto_binding()
/aosp_15_r20/external/wpa_supplicant_8/src/utils/
H A Dcommon.h503 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
/aosp_15_r20/external/wpa_supplicant_8/src/ap/
H A Dwpa_auth.c2057 inc_byte_array(sm->key_replay[0].counter, WPA_REPLAY_COUNTER_LEN);
2141 inc_byte_array(sm->group->Counter, WPA_NONCE_LEN);
5568 inc_byte_array(group->Counter, WPA_NONCE_LEN);
5579 inc_byte_array(group->Counter, WPA_NONCE_LEN);
5603 inc_byte_array(group->Counter, WPA_NONCE_LEN);
H A Dieee802_1x.c238 inc_byte_array(hapd->last_1x_eapol_key_replay_counter, in ieee802_1x_tx_key_one()
H A Dhostapd.c1444 inc_byte_array(hapd->own_addr, ETH_ALEN); in hostapd_setup_bss()
/aosp_15_r20/external/wpa_supplicant_8/src/rsn_supp/
H A Dwpa.c276 inc_byte_array(sm->request_counter, WPA_REPLAY_COUNTER_LEN); in wpa_sm_key_request()