Searched refs:test_data (Results 1 – 2 of 2) sorted by relevance
/mbedtls-development/tests/suites/ |
A D | test_suite_cmac.function | 24 unsigned char test_data[MBEDTLS_CIPHER_BLKSIZE_MAX]; 30 TEST_ASSERT( mbedtls_cipher_cmac_update( &ctx, test_data, 16 ) == 42 TEST_ASSERT( mbedtls_cipher_cmac_update( NULL, test_data, 16 ) == 59 test_data, 16, 65 test_data, 16, 77 test_data, 16, 82 test_data, 16, 92 test_data, 16,
|
/mbedtls-development/library/ |
A D | poly1305.c | 444 static const unsigned char test_data[2][127] = variable 519 test_data[i], in mbedtls_poly1305_self_test()
|
Completed in 3 milliseconds