Home
last modified time | relevance | path

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

/onnv-gate/usr/src/lib/libkmsagent/common/
H A DKMSAgentKnownAnswerTests.cpp240 static char sPlainText[GFSboxCount][33]; in KnownAnswerTestAESECB_GFSbox() local
242 strcpy(sPlainText[0], "014730f80ac625fe84f026c60bfd547d"); in KnownAnswerTestAESECB_GFSbox()
243 strcpy(sPlainText[1], "0b24af36193ce4665f2825d7b4749c98"); in KnownAnswerTestAESECB_GFSbox()
244 strcpy(sPlainText[2], "761c1fe41a18acf20d241650611d90f1"); in KnownAnswerTestAESECB_GFSbox()
245 strcpy(sPlainText[3], "8a560769d605868ad80d819bdba03771"); in KnownAnswerTestAESECB_GFSbox()
246 strcpy(sPlainText[4], "91fbef2d15a97816060bee1feaa49afe"); in KnownAnswerTestAESECB_GFSbox()
257 if (AES_ECB_TestExecution(sPlainText[i], sKnownCypherText[i], acKey) != 0) in KnownAnswerTestAESECB_GFSbox()
287 static char sPlainText[] = "00000000000000000000000000000000"; in KnownAnswerTestAESECB_KeySbox() local
337 if (AES_ECB_TestExecution(sPlainText, sKnownCypherText[i], acKey) != 0) in KnownAnswerTestAESECB_KeySbox()
356 const static char sPlainText[] = "Hi There"; in KnownAnswerTestHMACSHA1() local
[all …]