Searched refs:plaintext (Results 1 – 4 of 4) sorted by relevance
/crypto/ |
D | testmgr.h | 41 char *plaintext; member 104 .plaintext = "", 108 .plaintext = "a", 113 .plaintext = "abc", 118 .plaintext = "message digest", 123 .plaintext = "abcdefghijklmnopqrstuvwxyz", 130 .plaintext = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789", 135 .plaintext = "123456789012345678901234567890123456789012345678901234567890123" 153 .plaintext = "a", 158 .plaintext = "abc", [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 | 224 memcpy(hash_buff, template[i].plaintext, template[i].psize); in test_hash() 298 template[i].plaintext + temp, in test_hash()
|