Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNHW_AES_CCM.c127 uint8_t pkt_direction; in nrf_ccm_encrypt_tx() local
148 pkt_direction = cnfptr[24] & 1; in nrf_ccm_encrypt_tx()
151 nonce_calc(iv, tx_pkt_ctr, pkt_direction, ccm_nonce); in nrf_ccm_encrypt_tx()
172 uint8_t pkt_direction; in nrf_ccm_decrypt_rx() local
201 pkt_direction = cnfptr[24] & 1; in nrf_ccm_decrypt_rx()
204 nonce_calc(iv, rx_pkt_ctr, pkt_direction, ccm_nonce); in nrf_ccm_decrypt_rx()