#include <stdlib.h>
#include <openssl/cipher.h>
#include <openssl/crypto.h>
#include <openssl/err.h>
#include "../crypto/test/file_test.h"
#include "../crypto/test/test_util.h"
#include "cavp_test_util.h"
Go to the source code of this file.
Functions | |
int | cavp_aes_test_main (int argc, char **argv) |
static bool | MonteCarlo (const TestCtx *ctx, FileTest *t, const EVP_CIPHER *cipher, std::vector< uint8_t > *out, bool encrypt, std::vector< uint8_t > key, std::vector< uint8_t > iv, std::vector< uint8_t > in) |
static bool | TestCipher (FileTest *t, void *arg) |
static int | usage (char *arg) |
Definition at line 189 of file cavp_aes_test.cc.
|
static |
Definition at line 43 of file cavp_aes_test.cc.
Definition at line 128 of file cavp_aes_test.cc.
|
static |
Definition at line 184 of file cavp_aes_test.cc.