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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/missing/crypto/rijndael/
H A Drijndael-api-fst.h42 #define MAX_IV_SIZE 16 /* # bytes needed to represent an IV */ macro
68 u_int8_t IV[MAX_IV_SIZE]; /* A possible Initialization Vector for ciphering */
H A Drijndael-api-fst.c82 bcopy(IV, cipher->IV, MAX_IV_SIZE);
84 bzero(cipher->IV, MAX_IV_SIZE);

Completed in 50 milliseconds