Home
last modified time | relevance | path

Searched refs:NB_TESTS (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/3rdparty/mbedtls/
H A Dccm.c451 #define NB_TESTS 3 macro
479 static const size_t iv_len [NB_TESTS] = { 7, 8, 12 };
480 static const size_t add_len[NB_TESTS] = { 8, 16, 20 };
481 static const size_t msg_len[NB_TESTS] = { 4, 16, 24 };
482 static const size_t tag_len[NB_TESTS] = { 4, 6, 8 };
484 static const unsigned char res[NB_TESTS][CCM_SELFTEST_CT_MAX_LEN] = {
518 for( i = 0; i < NB_TESTS; i++ ) in mbedtls_ccm_self_test()