Home
last modified time | relevance | path

Searched refs:IV_LEN (Results 1 – 2 of 2) sorted by relevance

/babblesim_ext_libCryptov1-3.7.0-3.6.0-3.5.0-3.4.0/src/
Dblecrypt_unittest.c87 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()
Dblecrypt.h21 #define IV_LEN 8 macro