Searched refs:test_key (Results 1 – 2 of 2) sorted by relevance
/openthread-latest/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_cmac.function | 23 unsigned char test_key[MBEDTLS_CMAC_MAX_BLOCK_SIZE]; 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,
|
/openthread-latest/third_party/mbedtls/repo/library/ |
D | chachapoly.c | 325 static const unsigned char test_key[1][32] = variable 442 ret = mbedtls_chachapoly_setkey(&ctx, test_key[i]); in mbedtls_chachapoly_self_test()
|