Searched refs:RIJNDAEL_MAX_IV_SIZE (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/crypto/rijndael/
H A Drijndael-api-fst.h37 #define RIJNDAEL_MAX_IV_SIZE 16 /* # bytes needed to represent an IV */ macro
54 u_int8_t IV[RIJNDAEL_MAX_IV_SIZE]; /* A possible Initialization Vector for ciphering */
H A Drijndael-api-fst.c79 memcpy(cipher->IV, IV, RIJNDAEL_MAX_IV_SIZE);
81 memset(cipher->IV, 0, RIJNDAEL_MAX_IV_SIZE);

Completed in 104 milliseconds