Lines Matching refs:plaintext
1232 kv.iov_base = (void *)vec->plaintext;
1700 generate_random_bytes(rng, (u8 *)vec->plaintext, vec->psize);
1722 vec->digest_error = crypto_shash_digest(desc, vec->plaintext,
1822 vec.plaintext = kmalloc(maxdatasize, GFP_KERNEL);
1824 if (!vec.key || !vec.plaintext || !vec.digest) {
1846 kfree(vec.plaintext);
2194 /* Check for the correct output (ciphertext or plaintext) */
2336 /* Generate a random plaintext and encrypt it. */
2411 /* AAD, plaintext, and ciphertext lengths */
2421 * Generate the AAD, plaintext, and ciphertext. Not applicable if the
2947 /* Check for the correct output (ciphertext or plaintext) */
4134 /* Swap args so we could keep plaintext (digest)