#include <openssl/opensslconf.h>
#include <openssl/evp.h>
#include <openssl/err.h>
#include <string.h>
#include <assert.h>
#include <openssl/seed.h>
#include "evp_locl.h"
Go to the source code of this file.
Classes | |
struct | EVP_SEED_KEY |
Functions | |
IMPLEMENT_BLOCK_CIPHER (seed, ks, SEED, EVP_SEED_KEY, NID_seed, 16, 16, 16, 128, 0, seed_init_key, 0, 0, 0, 0) | |
IMPLEMENT_BLOCK_CIPHER | ( | seed | , |
ks | , | ||
SEED | , | ||
EVP_SEED_KEY | , | ||
NID_seed | , | ||
16 | , | ||
16 | , | ||
16 | , | ||
128 | , | ||
0 | , | ||
seed_init_key | , | ||
0 | , | ||
0 | , | ||
0 | , | ||
0 | |||
) |