Home
last modified time | relevance | path

Searched defs:nonce (Results 1 – 2 of 2) sorted by relevance

/nrf_hw_models-latest/src/HW_models/
DBLECrypt_if.c198 const uint8_t* nonce // CCM Nonce (NONCE_LEN bytes, little-endian) in BLECrypt_if_encrypt_packet()
241 const uint8_t* nonce, // CCM Nonce (NONCE_LEN bytes, little-endian) in BLECrypt_if_decrypt_packet()
/nrf_hw_models-latest/tests/zephyr_apps/54_aar_ccm_ecb/src/
Dtest_ccm.c19 static void run_ccm(uint32_t key[], uint32_t nonce[], job_t *p_injob, job_t *p_outjob, in run_ccm()
103 uint32_t *nonce = (uint32_t *)nonce_reverse; in build_ccm_test_case_and_run() local