Home
last modified time | relevance | path

Searched defs:ccm_nonce (Results 1 – 3 of 3) sorted by relevance

/nrf_hw_models-latest/src/HW_models/
DNHW_AES_CCM.c107 uint8_t *ccm_nonce) // Resulting nonce (NONCE_LEN bytes, little-endian) in nonce_calc()
131 uint8_t ccm_nonce[NONCE_LEN]; in nrf_ccm_encrypt_tx() local
177 uint8_t ccm_nonce[NONCE_LEN]; in nrf_ccm_decrypt_rx() local
DBLECrypt_if.c340 const uint8_t *ccm_nonce, //CCM Nonce (noncelen bytes) in BLECrypt_if_encrypt_packet_v3()
394 const uint8_t *ccm_nonce, //CCM Nonce (noncelen bytes) in BLECrypt_if_decrypt_packet_v3()
DNHW_54_AAR_CCM_ECB.c473 uint8_t *ccm_nonce = (uint8_t*)NRF_CCM_regs[inst]->NONCE.VALUE; in nhw_CCM_logic() local