Searched refs:TEST_PLAIN_TEST (Results 1 – 3 of 3) sorted by relevance
53 struct HksBlob plainText1 = { strlen(TEST_PLAIN_TEST) + 1, (uint8_t*)TEST_PLAIN_TEST }; in TestAes256ByLocal()
330 … struct HksBlob plainText1 = { (uint32_t)strlen(TEST_PLAIN_TEST) + 1, (uint8_t*)TEST_PLAIN_TEST }; in TestAes256ByAgree()396 … struct HksBlob plainText1 = { (uint32_t)strlen(TEST_PLAIN_TEST) + 1, (uint8_t*)TEST_PLAIN_TEST }; in TestAes256ByAgree1()454 … struct HksBlob plainText1 = { (uint32_t)strlen(TEST_PLAIN_TEST) + 1, (uint8_t*)TEST_PLAIN_TEST }; in TestAes256ByAgree2()
25 #define TEST_PLAIN_TEST "This is a plain text! Hello world and thanks for watching AES^^" macro