Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNHW_AES_CCM.c126 uint64_t tx_pkt_ctr; in nrf_ccm_encrypt_tx() local
136 tx_pkt_ctr = *(uint64_t*)(cnfptr + 16) & 0x7FFFFFFFFFULL; in nrf_ccm_encrypt_tx()
151 nonce_calc(iv, tx_pkt_ctr, pkt_direction, ccm_nonce); in nrf_ccm_encrypt_tx()