Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dgcm.c796 static const unsigned char key_test_data[][32] = variable
1061 key_test_data[key_index_test_data[i]], in mbedtls_gcm_self_test()
1116 key_test_data[key_index_test_data[i]], in mbedtls_gcm_self_test()
1155 key_test_data[key_index_test_data[i]], in mbedtls_gcm_self_test()
1237 key_test_data[key_index_test_data[i]], in mbedtls_gcm_self_test()
H A Dccm.c643 static const unsigned char key_test_data[] = { variable
696 if (mbedtls_ccm_setkey(&ctx, MBEDTLS_CIPHER_ID_AES, key_test_data, in mbedtls_ccm_self_test()
697 8 * sizeof(key_test_data)) != 0) { in mbedtls_ccm_self_test()