Lines Matching refs:sKnownCypherText

241     static char sKnownCypherText[GFSboxCount][33];  in KnownAnswerTestAESECB_GFSbox()  local
248 strcpy(sKnownCypherText[0], "5c9d844ed46f9885085e5d6a4f94c7d7"); in KnownAnswerTestAESECB_GFSbox()
249 strcpy(sKnownCypherText[1], "a9ff75bd7cf6613d3731c77c3b6d0c04"); in KnownAnswerTestAESECB_GFSbox()
250 strcpy(sKnownCypherText[2], "623a52fcea5d443e48d9181ab32c7421" ); in KnownAnswerTestAESECB_GFSbox()
251 strcpy(sKnownCypherText[3], "38f2c7ae10612415d27ca190d27da8b4" ); in KnownAnswerTestAESECB_GFSbox()
252 strcpy(sKnownCypherText[4], "1bc704f1bce135ceb810341b216d7abe" ); in KnownAnswerTestAESECB_GFSbox()
257 if (AES_ECB_TestExecution(sPlainText[i], sKnownCypherText[i], acKey) != 0) in KnownAnswerTestAESECB_GFSbox()
286 static char sKnownCypherText[KeySboxCount][33]; in KnownAnswerTestAESECB_KeySbox() local
305 strcpy(sKnownCypherText[0], "46f2fb342d6f0ab477476fc501242c5f"); in KnownAnswerTestAESECB_KeySbox()
306 strcpy(sKnownCypherText[1], "4bf3b0a69aeb6657794f2901b1440ad4"); in KnownAnswerTestAESECB_KeySbox()
307 strcpy(sKnownCypherText[2], "352065272169abf9856843927d0674fd"); in KnownAnswerTestAESECB_KeySbox()
308 strcpy(sKnownCypherText[3], "4307456a9e67813b452e15fa8fffe398"); in KnownAnswerTestAESECB_KeySbox()
309 strcpy(sKnownCypherText[4], "4663446607354989477a5c6f0f007ef4"); in KnownAnswerTestAESECB_KeySbox()
310 strcpy(sKnownCypherText[5], "531c2c38344578b84d50b3c917bbb6e1"); in KnownAnswerTestAESECB_KeySbox()
311 strcpy(sKnownCypherText[6], "fc6aec906323480005c58e7e1ab004ad"); in KnownAnswerTestAESECB_KeySbox()
312 strcpy(sKnownCypherText[7], "a3944b95ca0b52043584ef02151926a8"); in KnownAnswerTestAESECB_KeySbox()
313 strcpy(sKnownCypherText[8], "a74289fe73a4c123ca189ea1e1b49ad5"); in KnownAnswerTestAESECB_KeySbox()
314 strcpy(sKnownCypherText[9], "b91d4ea4488644b56cf0812fa7fcf5fc"); in KnownAnswerTestAESECB_KeySbox()
315 strcpy(sKnownCypherText[10], "304f81ab61a80c2e743b94d5002a126b"); in KnownAnswerTestAESECB_KeySbox()
316 strcpy(sKnownCypherText[11], "649a71545378c783e368c9ade7114f6c"); in KnownAnswerTestAESECB_KeySbox()
317 strcpy(sKnownCypherText[12], "47cb030da2ab051dfc6c4bf6910d12bb"); in KnownAnswerTestAESECB_KeySbox()
318 strcpy(sKnownCypherText[13], "798c7c005dee432b2c8ea5dfa381ecc3"); in KnownAnswerTestAESECB_KeySbox()
319 strcpy(sKnownCypherText[14], "637c31dc2591a07636f646b72daabbe7"); in KnownAnswerTestAESECB_KeySbox()
320 strcpy(sKnownCypherText[15], "179a49c712154bbffbe6e7a84a18e220"); in KnownAnswerTestAESECB_KeySbox()
337 if (AES_ECB_TestExecution(sPlainText, sKnownCypherText[i], acKey) != 0) in KnownAnswerTestAESECB_KeySbox()