Lines Matching refs:plaintext
3303 * in front of the plaintext, and expect the encryption
3307 * at the end of the plaintext, and expect the encryption
3311 * both at the front and end of the plaintext,
3473 * - if it's -1, the plaintext length is 0 and minimal padding is applied
3474 * - if it's -2, the plaintext length is 0 and maximal padding is applied
3477 * byte that encodes the length. The minimal non-zero plaintext length
3502 /* Determine padding/plaintext length */
3610 /* Corrupt one byte of the data (could be plaintext, MAC or padding) */
3631 * in this case. (With larger buffers, ie when the plaintext is long or
3956 data_t *plaintext,
4012 /* Copy plaintext into record structure */
4016 TEST_ASSERT( plaintext->len <= ciphertext->len );
4017 memcpy( rec.buf + rec.data_offset, plaintext->x, plaintext->len );
4018 rec.data_len = plaintext->len;
4037 plaintext->x, plaintext->len );