Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/crypto/rijndael/
H A Drijndael-api-fst.h36 #define RIJNDAEL_MAX_IV_SIZE 16 /* # bytes needed to represent an IV */ macro
53 u_int8_t IV[RIJNDAEL_MAX_IV_SIZE]; /* A possible Initialization Vector for ciphering */
H A Drijndael-api-fst.c77 memcpy(cipher->IV, IV, RIJNDAEL_MAX_IV_SIZE); in rijndael_cipherInit()
79 memset(cipher->IV, 0, RIJNDAEL_MAX_IV_SIZE); in rijndael_cipherInit()

Completed in 2 milliseconds