Searched defs:nonce (Results 1 – 2 of 2) sorted by relevance
198 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()
19 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