Searched refs:MAX_IV_SIZE (Results 1 – 4 of 4) sorted by relevance
69 #define MAX_IV_SIZE 16 macro105 uint8_t m_initVector[MAX_IV_SIZE];
991 for(int i = 0;i < MAX_IV_SIZE;i++) in init()997 for(int i = 0;i < MAX_IV_SIZE;i++) in init()
44 #define MAX_IV_SIZE 16 /* # bytes needed to represent an IV */ macro70 u_int8_t IV[MAX_IV_SIZE]; /* A possible Initialization Vector for ciphering */
86 bcopy(IV, cipher->IV, MAX_IV_SIZE); in rijndael_cipherInit()88 bzero(cipher->IV, MAX_IV_SIZE); in rijndael_cipherInit()