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

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

Completed in 174 milliseconds