X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=crypto%2Ftestmgr.h;h=d54971d2d1c8694805bb8618b8673c8490f9e8bb;hb=3a572fba06a08356e23163d6a45ccf805aca3f48;hp=6ceb0e2758bbccd4f0542a5f9628e9f3e987ce7c;hpb=31ba04d99a71e7867a27c521a8cb09a4f707ccd2;p=mirror_ubuntu-artful-kernel.git diff --git a/crypto/testmgr.h b/crypto/testmgr.h index 6ceb0e2758bb..d54971d2d1c8 100644 --- a/crypto/testmgr.h +++ b/crypto/testmgr.h @@ -32675,6 +32675,10 @@ static const struct cipher_testvec chacha20_enc_tv_template[] = { "\x5b\x86\x2f\x37\x30\xe3\x7c\xfd" "\xc4\xfd\x80\x6c\x22\xf2\x21", .rlen = 375, + .also_non_np = 1, + .np = 3, + .tap = { 375 - 20, 4, 16 }, + }, { /* RFC7539 A.2. Test Vector #3 */ .key = "\x1c\x92\x40\xa5\xeb\x55\xd3\x8a" "\xf3\x33\x88\x86\x04\xf6\xb5\xf0" @@ -33049,6 +33053,9 @@ static const struct cipher_testvec chacha20_enc_tv_template[] = { "\xa1\xed\xad\xd5\x76\xfa\x24\x8f" "\x98", .rlen = 1281, + .also_non_np = 1, + .np = 3, + .tap = { 1200, 1, 80 }, }, };