wpa_supplicant / hostapd
2.5
|
crypto module tests More...
#include "utils/includes.h"
#include "utils/common.h"
#include "crypto/aes_siv.h"
#include "crypto/aes_wrap.h"
#include "crypto/aes.h"
#include "crypto/ms_funcs.h"
#include "crypto/crypto.h"
#include "crypto/sha1.h"
#include "crypto/sha256.h"
Data Structures | |
struct | omac1_test_vector |
struct | passphrase_test |
struct | rfc6070_test |
struct | hmac_test |
Macros | |
#define | NUM_PASSPHRASE_TESTS ARRAY_SIZE(passphrase_tests) |
#define | NUM_RFC6070_TESTS ARRAY_SIZE(rfc6070_tests) |
Functions | |
int | crypto_module_tests (void) |
Variables | |
struct { | |
char * data | |
u8 hash [32] | |
} | tests [] |
const struct hmac_test | hmac_tests [] |
crypto module tests
const { ... } tests[] |