Searched refs:IV_LEN (Results 1 – 2 of 2) sorted by relevance
87 for (i = 0; i < NONCE_LEN - IV_LEN - 1; i++) in nonce_calc()94 memcpy(&ccm_nonce[NONCE_LEN - IV_LEN], iv, IV_LEN); in nonce_calc()199 static const uint8_t ref_iv_m[IV_LEN/2] = {209 static const uint8_t ref_iv_s[IV_LEN/2] = {286 uint8_t iv[IV_LEN]; in main()295 memcpy(iv, ref_iv_m, IV_LEN/2); in main()296 memcpy(iv + IV_LEN/2, ref_iv_s, IV_LEN/2); in main()
21 #define IV_LEN 8 macro