|
Apache HTTPD
|
#include <stdio.h>#include <stdlib.h>#include "apr_siphash.h"#include "abts.h"#include "testutil.h"Go to the source code of this file.
Macros | |
| #define | crypto_auth apr_siphash24_auth |
| #define | MAXLEN 64 |
Typedefs | |
| typedef unsigned char | u8 |
Functions | |
| static int | test_vectors (void) |
| static void | test_siphash_vectors (abts_case *tc, void *data) |
| abts_suite * | testsiphash (abts_suite *suite) |
Variables | |
| static const u8 | vectors [64][8] |
| #define crypto_auth apr_siphash24_auth |
Definition at line 30 of file testsiphash.c.
| #define MAXLEN 64 |
Definition at line 32 of file testsiphash.c.
Definition at line 136 of file testsiphash.c.
Definition at line 113 of file testsiphash.c.
| abts_suite * testsiphash | ( | abts_suite * | suite | ) |
Definition at line 141 of file testsiphash.c.
Definition at line 45 of file testsiphash.c.