Searched refs:pkt_direction (Results 1 – 1 of 1) sorted by relevance
127 uint8_t pkt_direction; in nrf_ccm_encrypt_tx() local148 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() local201 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()