wpa_supplicant / hostapd  2.5
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Structures | Macros | Functions | Variables
crypto_module_tests.c File Reference

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 []
 

Detailed Description

crypto module tests

Variable Documentation

const { ... } tests[]
Initial value:
= {
{
"abc",
{
0xba, 0x78, 0x16, 0xbf, 0x8f, 0x01, 0xcf, 0xea,
0x41, 0x41, 0x40, 0xde, 0x5d, 0xae, 0x22, 0x23,
0xb0, 0x03, 0x61, 0xa3, 0x96, 0x17, 0x7a, 0x9c,
0xb4, 0x10, 0xff, 0x61, 0xf2, 0x00, 0x15, 0xad
}
},
{
"abcdbcdecdefdefgefghfghighijhijkijkljklmklmnlmnomnopnopq",
{
0x24, 0x8d, 0x6a, 0x61, 0xd2, 0x06, 0x38, 0xb8,
0xe5, 0xc0, 0x26, 0x93, 0x0c, 0x3e, 0x60, 0x39,
0xa3, 0x3c, 0xe4, 0x59, 0x64, 0xff, 0x21, 0x67,
0xf6, 0xec, 0xed, 0xd4, 0x19, 0xdb, 0x06, 0xc1
}
}
}