Lines Matching defs:ciphertext
186 unsigned char ciphertext[32] = "(wabblewebblewibblewobblewubble)";
187 size_t ciphertext_length = sizeof(ciphertext);
188 unsigned char decrypted[sizeof(ciphertext)];
211 ciphertext, sizeof(ciphertext),
214 ciphertext + ciphertext_length,
215 sizeof(ciphertext) - ciphertext_length,
237 ciphertext, ciphertext_length,
246 ciphertext, a padding error is likely. */
273 unsigned char ciphertext[48] = "(wabblewebblewibblewobblewubble)";
274 size_t ciphertext_length = sizeof(ciphertext);
275 size_t plaintext_length = sizeof(ciphertext);
292 ciphertext, sizeof(ciphertext),
309 ciphertext, ciphertext_length,
446 unsigned char ciphertext[PSA_ASYMMETRIC_ENCRYPT_OUTPUT_MAX_SIZE] =
448 size_t ciphertext_length = sizeof(ciphertext);
455 ciphertext, sizeof(ciphertext),
466 ciphertext, ciphertext_length,