Searched refs:inc_byte_array (Results 1 - 11 of 11) sorted by path

/freebsd-11-stable/contrib/wpa/src/tls/
H A Dpkcs5.c493 inc_byte_array(B, v);
H A Dtlsv1_record.c255 inc_byte_array(rl->write_seq_num, TLS_SEQ_NUM_LEN);
482 inc_byte_array(rl->read_seq_num, TLS_SEQ_NUM_LEN);
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dhostapd.c1128 inc_byte_array(hapd->own_addr, ETH_ALEN);
H A Dieee802_1x.c173 inc_byte_array(hapd->last_1x_eapol_key_replay_counter,
H A Dwpa_auth.c1519 inc_byte_array(sm->key_replay[0].counter, WPA_REPLAY_COUNTER_LEN);
1595 inc_byte_array(sm->group->Counter, WPA_NONCE_LEN);
3741 inc_byte_array(group->Counter, WPA_NONCE_LEN);
3754 inc_byte_array(group->Counter, WPA_NONCE_LEN);
/freebsd-11-stable/contrib/wpa/src/eap_peer/
H A Deap_fast.c633 inc_byte_array(rbind->nonce, sizeof(rbind->nonce));
H A Deap_psk.c327 inc_byte_array(nonce, sizeof(nonce));
H A Deap_teap.c643 inc_byte_array(rbind->nonce, sizeof(rbind->nonce));
/freebsd-11-stable/contrib/wpa/src/rsn_supp/
H A Dwpa.c225 inc_byte_array(sm->request_counter, WPA_REPLAY_COUNTER_LEN);
/freebsd-11-stable/contrib/wpa/src/utils/
H A Dcommon.c213 * inc_byte_array - Increment arbitrary length byte array by one
221 void inc_byte_array(u8 *counter, size_t len) function
H A Dcommon.h479 void inc_byte_array(u8 *counter, size_t len);

Completed in 266 milliseconds