Go to the source code of this file.
◆ CRYPTO_TEST_MAX_OP_CHUNKS
#define CRYPTO_TEST_MAX_OP_CHUNKS 8 |
◆ TEST_DATA
#define TEST_DATA |
( |
|
n | ) |
{ .data = (u8 *) n, .length = sizeof (n)} |
◆ TEST_DATA_CHUNK
◆ UNITTEST_REGISTER_CRYPTO_TEST
#define UNITTEST_REGISTER_CRYPTO_TEST |
( |
|
x | ) |
|
Value:
static void __clib_constructor \
__unittest_crypto_test_registration_##x (void) \
{ \
__unittest_crypto_test_##x.next =
cm->test_registrations; \
cm->test_registrations = & __unittest_crypto_test_##x; \
} \
unittest_crypto_test_registration_t __unittest_crypto_test_##x
Definition at line 66 of file crypto.h.
◆ unittest_crypto_test_registration_t
◆ crypto_test_main