Searched refs:acDecryptedCypherText (Results 1 – 1 of 1) sorted by relevance
150 unsigned char acDecryptedCypherText[sizeof (acPlainText)]; in AES_ECB_TestExecution() local151 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()