Lines Matching defs:ciphertext

227     unsigned char ciphertext[BIG_TEST_SIZE];
232 AES_ige_encrypt(plaintext, ciphertext, TEST_SIZE, &key, iv, AES_ENCRYPT);
236 AES_ige_encrypt(ciphertext, checktext, TEST_SIZE, &key, iv, AES_DECRYPT);
245 unsigned char ciphertext[BIG_TEST_SIZE];
250 AES_ige_encrypt(plaintext, ciphertext, TEST_SIZE / 2, &key, iv,
253 ciphertext + TEST_SIZE / 2, TEST_SIZE / 2,
258 AES_ige_encrypt(ciphertext, checktext, TEST_SIZE, &key, iv, AES_DECRYPT);
267 unsigned char ciphertext[BIG_TEST_SIZE];
272 AES_ige_encrypt(plaintext, ciphertext, TEST_SIZE / 2, &key, iv,
275 ciphertext + TEST_SIZE / 2, TEST_SIZE / 2,
280 AES_ige_encrypt(ciphertext, checktext, TEST_SIZE / 2, &key, iv,
282 AES_ige_encrypt(ciphertext + TEST_SIZE / 2,
293 unsigned char ciphertext[BIG_TEST_SIZE];
302 AES_ige_encrypt(plaintext, ciphertext, sizeof(plaintext), &key, iv,
306 ++ciphertext[sizeof(ciphertext) / 2];
309 AES_ige_encrypt(ciphertext, checktext, sizeof(checktext), &key, iv,
331 unsigned char ciphertext[BIG_TEST_SIZE];
337 AES_bi_ige_encrypt(plaintext, ciphertext, TEST_SIZE, &key, &key2, iv,
342 AES_bi_ige_encrypt(ciphertext, checktext, TEST_SIZE, &key, &key2, iv,
352 unsigned char ciphertext[BIG_TEST_SIZE];
360 AES_ige_encrypt(plaintext, ciphertext, sizeof(plaintext), &key, iv,
364 ++ciphertext[sizeof(ciphertext) / 2];
367 AES_ige_encrypt(ciphertext, checktext, sizeof(checktext), &key, iv,
383 unsigned char ciphertext[BIG_TEST_SIZE];
391 AES_ige_encrypt(plaintext, ciphertext, sizeof(plaintext), &key, iv,
395 ++ciphertext[sizeof(ciphertext) - 1];
398 AES_ige_encrypt(ciphertext, checktext, sizeof(checktext), &key, iv,
414 unsigned char ciphertext[BIG_TEST_SIZE];
422 AES_ige_encrypt(plaintext, ciphertext, sizeof(plaintext), &key, iv,
426 ++ciphertext[0];
429 AES_ige_encrypt(ciphertext, checktext, sizeof(checktext), &key, iv,