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