HomeSort by relevance Sort by last modified time
    Searched refs:MAX_IV_SIZE (Results 1 - 2 of 2) sorted by null

  /external/ipsec-tools/src/racoon/missing/crypto/rijndael/
rijndael-api-fst.h 44 #define MAX_IV_SIZE 16 /* # bytes needed to represent an IV */
70 u_int8_t IV[MAX_IV_SIZE]; /* A possible Initialization Vector for ciphering */
rijndael-api-fst.c 86 bcopy(IV, cipher->IV, MAX_IV_SIZE);
88 bzero(cipher->IV, MAX_IV_SIZE);

Completed in 805 milliseconds