Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNHW_AES_CCM.c104 …uint64_t packet_counter, // 39-bit packet count (in given direction, excl. retransmissions and e… in nonce_calc() argument
114 ccm_nonce[i] = packet_counter & 0xFF; in nonce_calc()
115 packet_counter >>= 8; in nonce_calc()
117 ccm_nonce[i] = (packet_counter & 0x7F) | (packet_direction == 1 /*master to slave*/ ? 0x80 : 0); in nonce_calc()