Home
last modified time | relevance | path

Searched refs:ctext (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/crypto/
Dtestmgr.h69 const char *ctext; member
5606 .ctext = "\xc9\x57\x44\x25\x6a\x5e\xd3\x1d",
5612 .ctext = "\xf7\x9c\x89\x2a\x33\x8f\x4a\x8b",
5618 .ctext = "\x69\x0f\x5b\x0d\x9a\x26\x93\x9b",
5626 .ctext = "\xc9\x57\x44\x25\x6a\x5e\xd3\x1d"
5636 .ctext = "\xc9\x57\x44\x25\x6a\x5e\xd3\x1d",
5643 .ctext = "\xc9\x57\x44\x25\x6a\x5e\xd3\x1d"
5653 .ctext = "\xc9\x57\x44\x25\x6a\x5e\xd3\x1d"
5663 .ctext = "\xc9\x57\x44\x25\x6a\x5e\xd3\x1d"
5675 .ctext = "\xc9\x57\x44\x25\x6a\x5e\xd3\x1d"
[all …]
Dtestmgr.c1046 input = enc ? template[i].ptext : template[i].ctext; in test_cipher()
1047 result = enc ? template[i].ctext : template[i].ptext; in test_cipher()
1162 input = enc ? template[i].ptext : template[i].ctext; in __test_skcipher()
1163 result = enc ? template[i].ctext : template[i].ptext; in __test_skcipher()
1241 input = enc ? template[i].ptext : template[i].ctext; in __test_skcipher()
1242 result = enc ? template[i].ctext : template[i].ptext; in __test_skcipher()