Home
last modified time | relevance | path

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

/onnv-gate/usr/src/lib/libkmsagent/common/
H A DKMSAgentKnownAnswerTests.cpp148 unsigned char acCypherText[sizeof (acPlainText)]; in AES_ECB_TestExecution() local
182 (void) aes_encrypt_block(ks, acPlainText, acCypherText); in AES_ECB_TestExecution()
186 rijndael_encrypt(&ctx, acPlainText, (uint8_t *) acCypherText); in AES_ECB_TestExecution()
191 acCypherText, in AES_ECB_TestExecution()
197 if (memcmp(acCypherText, acKnownCypherText, strlen(i_sKnownCypherText) / 2) != 0) 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()
360 unsigned char acCypherText[HMAC_LENGTH]; in KnownAnswerTestHMACSHA1() local
373 acCypherText) != sizeof (acCypherText)) in KnownAnswerTestHMACSHA1()
397 if (memcmp(acCypherText, acComputedCypherText, sizeof (acCypherText)) != 0) in KnownAnswerTestHMACSHA1()