Searched refs:plaintext (Results 1 – 5 of 5) sorted by relevance
/crypto/ |
D | testmgr.h | 39 const char *plaintext; member 1170 .plaintext = "", 1174 .plaintext = "a", 1179 .plaintext = "abc", 1184 .plaintext = "message digest", 1189 .plaintext = "abcdefghijklmnopqrstuvwxyz", 1194 .plaintext = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789", 1199 .plaintext = "123456789012345678901234567890123456789012345678901234567890123" 1209 .plaintext = "", 1215 .plaintext = "a", [all …]
|
D | khazad.c | 803 u8 *ciphertext, const u8 *plaintext) in khazad_crypt() argument 805 const __be64 *src = (const __be64 *)plaintext; in khazad_crypt()
|
D | anubis.c | 575 u8 *ciphertext, const u8 *plaintext, const int R) in anubis_crypt() argument 577 const __be32 *src = (const __be32 *)plaintext; in anubis_crypt()
|
D | testmgr.c | 1044 kv.iov_base = (void *)vec->plaintext; in build_hash_sglist() 1514 generate_random_bytes((u8 *)vec->plaintext, vec->psize); in generate_random_hash_testvec() 1536 vec->digest_error = crypto_shash_digest(desc, vec->plaintext, in generate_random_hash_testvec() 1633 vec.plaintext = kmalloc(maxdatasize, GFP_KERNEL); in test_hash_vs_generic_impl() 1635 if (!vec.key || !vec.plaintext || !vec.digest) { in test_hash_vs_generic_impl() 1656 kfree(vec.plaintext); in test_hash_vs_generic_impl()
|
D | Kconfig | 415 with the plaintext blocks to get the ciphertext. Flipping a bit in the 416 ciphertext produces a flipped bit in the plaintext at the same
|