Searched refs:test_key (Results 1 – 2 of 2) sorted by relevance
/mbedtls-development/tests/suites/ |
A D | test_suite_cmac.function | 23 unsigned char test_key[MBEDTLS_CIPHER_BLKSIZE_MAX]; 36 TEST_ASSERT( mbedtls_cipher_cmac_starts( NULL, test_key, 128 ) == 58 test_key, 128, 70 test_key, 128, 76 test_key, 128, 86 TEST_ASSERT( mbedtls_aes_cmac_prf_128( test_key, 16, 91 TEST_ASSERT( mbedtls_aes_cmac_prf_128( test_key, 16,
|
/mbedtls-development/library/ |
A D | chachapoly.c | 373 static const unsigned char test_key[1][32] = variable 490 ret = mbedtls_chachapoly_setkey( &ctx, test_key[i] ); in mbedtls_chachapoly_self_test()
|
Completed in 3 milliseconds