Home
last modified time | relevance | path

Searched refs:plaintext (Results 1 – 4 of 4) sorted by relevance

/crypto/
Dtestmgr.h41 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 …]
Dkhazad.c803 u8 *ciphertext, const u8 *plaintext) in khazad_crypt() argument
805 const __be64 *src = (const __be64 *)plaintext; in khazad_crypt()
Danubis.c575 u8 *ciphertext, const u8 *plaintext, const int R) in anubis_crypt() argument
577 const __be32 *src = (const __be32 *)plaintext; in anubis_crypt()
Dtestmgr.c224 memcpy(hash_buff, template[i].plaintext, template[i].psize); in test_hash()
298 template[i].plaintext + temp, in test_hash()