Home
last modified time | relevance | path

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

/onnv-gate/usr/src/lib/libkmsagent/common/
H A DKMSAgentKnownAnswerTests.cpp150 unsigned char acDecryptedCypherText[sizeof (acPlainText)]; in AES_ECB_TestExecution() local
151 memset(acDecryptedCypherText, 0, sizeof (acDecryptedCypherText)); in AES_ECB_TestExecution()
207 (void) aes_decrypt_block(ks, acCypherText, acDecryptedCypherText); in AES_ECB_TestExecution()
211 rijndael_decrypt(&ctx, (uint8_t *) acCypherText, acDecryptedCypherText); in AES_ECB_TestExecution()
214 if (memcmp(acPlainText, acDecryptedCypherText, strlen(i_sPlainText) / 2) != 0) in AES_ECB_TestExecution()