Rizin
unix-like reverse engineering framework and cli tools
|
Tests integrity checks. More...
#include "tests.h"
Go to the source code of this file.
Functions | |
static bool | test_crc32 (void) |
static bool | test_crc64 (void) |
int | main (void) |
Variables | |
static const uint8_t | test_string [9] = { 49, 50, 51, 52, 53, 54, 55, 56, 57 } |
static const uint8_t | test_unaligned [12] = { 120, 120, 120, 49, 50, 51, 52, 53, 54, 55, 56, 57 } |
int main | ( | void | ) |
|
static |
Definition at line 28 of file test_check.c.
References i, test_string, and test_unaligned.
Referenced by main().
|
static |
Definition at line 54 of file test_check.c.
References i, test_string, and test_unaligned.
Referenced by main().
Definition at line 22 of file test_check.c.
Referenced by test_crc32(), and test_crc64().
Definition at line 23 of file test_check.c.
Referenced by test_crc32(), and test_crc64().