Go to the documentation of this file.
88 #ifdef OPENSSL_NO_SEED
89 #error SEED is disabled.
98 #if !defined(NO_SYS_TYPES_H)
99 # include <sys/types.h>
102 #define SEED_BLOCK_SIZE 16
103 #define SEED_KEY_LENGTH 16
113 unsigned long data[32];
115 unsigned int data[32];
131 size_t len,
const SEED_KEY_SCHEDULE *ks,
unsigned char ivec[SEED_BLOCK_SIZE],
int *
num,
int enc);
133 size_t len,
const SEED_KEY_SCHEDULE *ks,
unsigned char ivec[SEED_BLOCK_SIZE],
int *num);