Searched refs:plaintext (Results 1 – 4 of 4) sorted by relevance
/linux-4.19.296/crypto/ |
D | testmgr.h | 38 const char *plaintext; member 997 .plaintext = "", 1001 .plaintext = "a", 1006 .plaintext = "abc", 1011 .plaintext = "message digest", 1016 .plaintext = "abcdefghijklmnopqrstuvwxyz", 1023 .plaintext = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789", 1028 .plaintext = "123456789012345678901234567890123456789012345678901234567890123" 1038 .plaintext = "", 1044 .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 | 233 memcpy(hash_buff, template->plaintext + temp, in ahash_partial_update() 319 memcpy(hash_buff, template[i].plaintext, template[i].psize); in __test_hash() 443 template[i].plaintext + temp, in __test_hash() 501 memcpy(hash_buff, template[i].plaintext, in __test_hash()
|