Searched refs:RIJNDAEL_MAX_IV_SIZE (Results 1 – 2 of 2) sorted by relevance
36 #define RIJNDAEL_MAX_IV_SIZE 16 /* # bytes needed to represent an IV */ macro53 uint8_t IV[RIJNDAEL_MAX_IV_SIZE]; /* A possible Initialization Vector for ciphering */
74 memcpy(cipher->IV, IV, RIJNDAEL_MAX_IV_SIZE); in rijndael_cipherInit()76 memset(cipher->IV, 0, RIJNDAEL_MAX_IV_SIZE); in rijndael_cipherInit()