aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crypto/tcrypt.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/tcrypt.h b/crypto/tcrypt.h
index 1ac6ecdfc648..aae79e9c256c 100644
--- a/crypto/tcrypt.h
+++ b/crypto/tcrypt.h
@@ -5631,11 +5631,11 @@ static struct cipher_testvec xtea_enc_tv_template[] = {
5631 .key = "\x09\x65\x43\x11\x66\x44\x39\x25" 5631 .key = "\x09\x65\x43\x11\x66\x44\x39\x25"
5632 "\x51\x3a\x16\x10\x0a\x08\x12\x6e", 5632 "\x51\x3a\x16\x10\x0a\x08\x12\x6e",
5633 .klen = 16, 5633 .klen = 16,
5634 .input = "\x3e\xce\xae\x22\x60\x56\xa8\x9d" 5634 .input = "\x6c\x6f\x6e\x67\x65\x72\x5f\x74"
5635 "\x65\x73\x74\x5f\x76\x65\x63\x74", 5635 "\x65\x73\x74\x5f\x76\x65\x63\x74",
5636 .ilen = 16, 5636 .ilen = 16,
5637 .result = "\xe2\x04\xdb\xf2\x89\x85\x9e\xea" 5637 .result = "\x3e\xce\xae\x22\x60\x56\xa8\x9d"
5638 "\x61\x35\xaa\xed\xb5\xcb\x71\x2c", 5638 "\x77\x4d\xd4\xb4\x87\x24\xe3\x9a",
5639 .rlen = 16, 5639 .rlen = 16,
5640 }, { 5640 }, {
5641 .key = "\x4d\x76\x32\x17\x05\x3f\x75\x2c" 5641 .key = "\x4d\x76\x32\x17\x05\x3f\x75\x2c"