| { |
| "algorithm" : "VMAC-AES", |
| "generatorVersion" : "0.8r12", |
| "numberOfTests" : 764, |
| "header" : [ |
| "MacWithIvTest is intended for testing MACs that use an IV for randomization." |
| ], |
| "notes" : { |
| "InvalidNonce" : "VMAC nonces are at most 127 bit long. The most significant bit of the nonce must be 0, since blocks with msb 1 are used for the key derivation." |
| }, |
| "schema" : "mac_with_iv_test_schema.json", |
| "testGroups" : [ |
| { |
| "ivSize" : 64, |
| "keySize" : 128, |
| "tagSize" : 128, |
| "type" : "MacWithIvTest", |
| "tests" : [ |
| { |
| "tcId" : 1, |
| "comment" : "https://tools.ietf.org/html/draft-krovetz-vmac-01", |
| "key" : "6162636465666768696a6b6c6d6e6f70", |
| "iv" : "6263646566676869", |
| "msg" : "", |
| "tag" : "472766c70f74ed23481d6d7de4e80dac", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 2, |
| "comment" : "https://tools.ietf.org/html/draft-krovetz-vmac-01", |
| "key" : "6162636465666768696a6b6c6d6e6f70", |
| "iv" : "6263646566676869", |
| "msg" : "616263", |
| "tag" : "4ee815a06a1d71edd36fc75d51188a42", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 3, |
| "comment" : "https://tools.ietf.org/html/draft-krovetz-vmac-01", |
| "key" : "6162636465666768696a6b6c6d6e6f70", |
| "iv" : "6263646566676869", |
| "msg" : "616263616263616263616263616263616263616263616263616263616263616263616263616263616263616263616263", |
| "tag" : "09f2c80c8e1007a0c12fae19fe4504ae", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 4, |
| "comment" : "https://tools.ietf.org/html/draft-krovetz-vmac-01", |
| "key" : "6162636465666768696a6b6c6d6e6f70", |
| "iv" : "6263646566676869", |
| "msg" : "616263616263616263616263616263616263616263616263616263616263616263616263616263616263616263616263616263616263616263616263616263616263616263616263616263616263616263616263616263616263616263616263616263616263616263616263616263616263616263616263616263616263616263616263616263616263616263616263616263616263616263616263616263616263616263616263616263616263616263616263616263616263616263616263616263616263616263616263616263616263616263616263616263616263616263616263616263616263616263616263616263616263616263616263616263616263616263616263616263616263616263616263616263616263616263616263616263616263616263616263", |
| "tag" : "66438817154850c61d8a412164803bcb", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 5, |
| "comment" : "empty message", |
| "key" : "99536176ddf7d85a6f32507a69cb5bfa", |
| "iv" : "a74701183d455f22", |
| "msg" : "", |
| "tag" : "6486eabc7a4d63c26642a8fda8ac9be5", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 6, |
| "comment" : "short message", |
| "key" : "555a4b8ebc55057fed002eaa04858b0d", |
| "iv" : "18a11923f36657a9", |
| "msg" : "81", |
| "tag" : "eea8466dbcf541f5978ebb2bf8046b92", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 7, |
| "comment" : "short message", |
| "key" : "ba96ce9661a9f95188fa089ee074e0b2", |
| "iv" : "fa5a1905aae9de50", |
| "msg" : "8ade", |
| "tag" : "49787273a0b1ed4af35646028c1f6227", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 8, |
| "comment" : "short message", |
| "key" : "0fe8d42d2ff34038714c52f602f56dc3", |
| "iv" : "c43efb3f7e7fced7", |
| "msg" : "b1fcfa88", |
| "tag" : "b1d0ab1a9577d47369e07a06522cfeeb", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 9, |
| "comment" : "short message", |
| "key" : "50112a2b1aa0e4cebed4077006a451d6", |
| "iv" : "3d6a04312ec63801", |
| "msg" : "89f74937c6843c", |
| "tag" : "219554ca8482ff4e8226d2beac79843f", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 10, |
| "comment" : "short message", |
| "key" : "734b6e7d6ea07bac2d1ff1076807cba8", |
| "iv" : "9499fd7bdc7bfde0", |
| "msg" : "d8bca82188e7e209", |
| "tag" : "5b34da70d54dc0f03a5d089601a91c6f", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 11, |
| "comment" : "short message", |
| "key" : "330f161a4935eb8fb212e65032fdb75a", |
| "iv" : "1e9f30c035654cb7", |
| "msg" : "44718f95e98de2a0a6b0abcd85f4a2", |
| "tag" : "b65a353e1027d0a04920ac87de6be2b1", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 12, |
| "comment" : "short message", |
| "key" : "a73617c8649fb11ab00c1abe90715b7c", |
| "iv" : "046df03788724097", |
| "msg" : "fad285d7aae1d38274bf308f60902e36", |
| "tag" : "6a76ef8181e34b222826d6e040c0e504", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 13, |
| "comment" : "short message", |
| "key" : "62fa0c25e716dc66d887f7905dcdf783", |
| "iv" : "a00edbc2da250827", |
| "msg" : "7d70b0a7a9319ecd02c9104337e7ac6576", |
| "tag" : "7f52bba73dee48dcb37569ce766775ae", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 14, |
| "comment" : "short message", |
| "key" : "72ba5b442137482c97fadb3b0856fb32", |
| "iv" : "b9a1f9c7d1d6081f", |
| "msg" : "bfeb412fba5163fcf36a93916ba16f554018be459d2f589f", |
| "tag" : "402cde08aa8ade98461f0d2e8c25f736", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 15, |
| "comment" : "long message", |
| "key" : "4c1baf4a4d0312d34bb3da3b95bbd103", |
| "iv" : "4eb014b050c0fd40", |
| "msg" : "ae7c3fda63dda71706c7ce8439df82a145cdfbe5a20582cf4f8ed7e23c8b1e76f46912aa8638b69a10faab7b0749f80aeb1bc6b18eebe63fee2c310cc219afd651e46a3c05eed9e3e884892f2b2c26be72a1f4d21a5fc2bd4e698f15737c7bb8201f30187f1242e12df0da416586620c51aebba48c420ba732cb1234709e48136b", |
| "tag" : "dc940251f0dcb5468b4e08c5b1f94ede", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 16, |
| "comment" : "long message", |
| "key" : "559ab20a90a6d5f5ee0daf9b0279d27a", |
| "iv" : "27d49ef2063d7281", |
| "msg" : "d59659589335a0556b1cbef3aecbdc13d7661c7654ad07d2cc264c52aee97a3db2e7d5636f4cc6ca6f3fd99ed832f03a076ab5bb135e99fb13b09ee5a075ddceca8b94c05f7e85971ac06a8b7ff7ec30c6e24c4e9a329730667ce2467859e0fd30dfa7123ee9fa587633755ce06b4ddbb3592d0873e03d0bae96ef46a1df136f373319891c51c2aaab7c9900c7666c727bbb7e69a709769d5e9b20b5fd7e91ced19abd3c8e1c1c3304dc40fbc1039a06003f82d9c264d3b2a1b26bc20e6396354020c37125aa10934f3cb8f623b05245d53c100ff6af0e69e327fae5461b947ef6bd255d77fd342f14ce0a7010ec5bcfe59b182e94b2b753e3fd648418a58932", |
| "tag" : "ca590bec16fa9650b53fc076da661956", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 17, |
| "comment" : "long message", |
| "key" : "af51eeac7aa4ca98e734a942f25b1c22", |
| "iv" : "b8a208f4abc1fa17", |
| "msg" : "ffccf958fb512403a0bfacff25bb9e6eee2f7b136e23f511e55c04ed04ad974db8743e6b11ead1754764f3d27866e9979b1b052f727a7b60dec43a127db3161852ea078f8dbe587bd6dd5ed19f96e3ca67bbae97e883fd550c6a0de4bcd72df4d269a78b8752560f94473048994f1c61bc31b8df2663db695772589127774c31c410d9527a769866e7949500510f97d7e7a149e886c4de446d55efcb60cbe24d61ba447cf2b113afddaaf5637b1932864ff6f645ebbb65149a0011d40fb25f06aa81361ff5b8cafbea7cabd307b475e4351a79b52e2886091639573b21c4f06a3fa2b9b99ea9633850f71bec026600f96e2bb78e04746ca22b02626a3e75d3ae042f26ba2b7b901d4e7a104fe1d4472b6f7f4c9f5c", |
| "tag" : "99787b2173d7c63cc0caa4becd585100", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 18, |
| "comment" : "Flipped bit 0 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "0001020304050607", |
| "msg" : "0001020304050607", |
| "tag" : "f14b343dbee700157da4689d74594152", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 19, |
| "comment" : "Flipped bit 0 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "0001020304050607", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "86f5cdc795a7c456ee6db53fc5d04c51", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 20, |
| "comment" : "Flipped bit 1 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "0001020304050607", |
| "msg" : "0001020304050607", |
| "tag" : "f24b343dbee700157da4689d74594152", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 21, |
| "comment" : "Flipped bit 1 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "0001020304050607", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "85f5cdc795a7c456ee6db53fc5d04c51", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 22, |
| "comment" : "Flipped bit 7 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "0001020304050607", |
| "msg" : "0001020304050607", |
| "tag" : "704b343dbee700157da4689d74594152", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 23, |
| "comment" : "Flipped bit 7 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "0001020304050607", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "07f5cdc795a7c456ee6db53fc5d04c51", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 24, |
| "comment" : "Flipped bit 8 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "0001020304050607", |
| "msg" : "0001020304050607", |
| "tag" : "f04a343dbee700157da4689d74594152", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 25, |
| "comment" : "Flipped bit 8 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "0001020304050607", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "87f4cdc795a7c456ee6db53fc5d04c51", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 26, |
| "comment" : "Flipped bit 31 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "0001020304050607", |
| "msg" : "0001020304050607", |
| "tag" : "f04b34bdbee700157da4689d74594152", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 27, |
| "comment" : "Flipped bit 31 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "0001020304050607", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "87f5cd4795a7c456ee6db53fc5d04c51", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 28, |
| "comment" : "Flipped bit 32 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "0001020304050607", |
| "msg" : "0001020304050607", |
| "tag" : "f04b343dbfe700157da4689d74594152", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 29, |
| "comment" : "Flipped bit 32 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "0001020304050607", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "87f5cdc794a7c456ee6db53fc5d04c51", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 30, |
| "comment" : "Flipped bit 33 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "0001020304050607", |
| "msg" : "0001020304050607", |
| "tag" : "f04b343dbce700157da4689d74594152", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 31, |
| "comment" : "Flipped bit 33 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "0001020304050607", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "87f5cdc797a7c456ee6db53fc5d04c51", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 32, |
| "comment" : "Flipped bit 63 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "0001020304050607", |
| "msg" : "0001020304050607", |
| "tag" : "f04b343dbee700957da4689d74594152", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 33, |
| "comment" : "Flipped bit 63 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "0001020304050607", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "87f5cdc795a7c4d6ee6db53fc5d04c51", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 34, |
| "comment" : "Flipped bit 64 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "0001020304050607", |
| "msg" : "0001020304050607", |
| "tag" : "f04b343dbee700157ca4689d74594152", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 35, |
| "comment" : "Flipped bit 64 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "0001020304050607", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "87f5cdc795a7c456ef6db53fc5d04c51", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 36, |
| "comment" : "Flipped bit 71 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "0001020304050607", |
| "msg" : "0001020304050607", |
| "tag" : "f04b343dbee70015fda4689d74594152", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 37, |
| "comment" : "Flipped bit 71 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "0001020304050607", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "87f5cdc795a7c4566e6db53fc5d04c51", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 38, |
| "comment" : "Flipped bit 77 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "0001020304050607", |
| "msg" : "0001020304050607", |
| "tag" : "f04b343dbee700157d84689d74594152", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 39, |
| "comment" : "Flipped bit 77 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "0001020304050607", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "87f5cdc795a7c456ee4db53fc5d04c51", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 40, |
| "comment" : "Flipped bit 80 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "0001020304050607", |
| "msg" : "0001020304050607", |
| "tag" : "f04b343dbee700157da4699d74594152", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 41, |
| "comment" : "Flipped bit 80 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "0001020304050607", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "87f5cdc795a7c456ee6db43fc5d04c51", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 42, |
| "comment" : "Flipped bit 96 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "0001020304050607", |
| "msg" : "0001020304050607", |
| "tag" : "f04b343dbee700157da4689d75594152", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 43, |
| "comment" : "Flipped bit 96 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "0001020304050607", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "87f5cdc795a7c456ee6db53fc4d04c51", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 44, |
| "comment" : "Flipped bit 97 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "0001020304050607", |
| "msg" : "0001020304050607", |
| "tag" : "f04b343dbee700157da4689d76594152", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 45, |
| "comment" : "Flipped bit 97 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "0001020304050607", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "87f5cdc795a7c456ee6db53fc7d04c51", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 46, |
| "comment" : "Flipped bit 103 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "0001020304050607", |
| "msg" : "0001020304050607", |
| "tag" : "f04b343dbee700157da4689df4594152", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 47, |
| "comment" : "Flipped bit 103 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "0001020304050607", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "87f5cdc795a7c456ee6db53f45d04c51", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 48, |
| "comment" : "Flipped bit 120 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "0001020304050607", |
| "msg" : "0001020304050607", |
| "tag" : "f04b343dbee700157da4689d74594153", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 49, |
| "comment" : "Flipped bit 120 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "0001020304050607", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "87f5cdc795a7c456ee6db53fc5d04c50", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 50, |
| "comment" : "Flipped bit 121 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "0001020304050607", |
| "msg" : "0001020304050607", |
| "tag" : "f04b343dbee700157da4689d74594150", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 51, |
| "comment" : "Flipped bit 121 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "0001020304050607", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "87f5cdc795a7c456ee6db53fc5d04c53", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 52, |
| "comment" : "Flipped bit 126 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "0001020304050607", |
| "msg" : "0001020304050607", |
| "tag" : "f04b343dbee700157da4689d74594112", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 53, |
| "comment" : "Flipped bit 126 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "0001020304050607", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "87f5cdc795a7c456ee6db53fc5d04c11", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 54, |
| "comment" : "Flipped bit 127 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "0001020304050607", |
| "msg" : "0001020304050607", |
| "tag" : "f04b343dbee700157da4689d745941d2", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 55, |
| "comment" : "Flipped bit 127 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "0001020304050607", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "87f5cdc795a7c456ee6db53fc5d04cd1", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 56, |
| "comment" : "Flipped bits 0 and 64 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "0001020304050607", |
| "msg" : "0001020304050607", |
| "tag" : "f14b343dbee700157ca4689d74594152", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 57, |
| "comment" : "Flipped bits 0 and 64 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "0001020304050607", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "86f5cdc795a7c456ef6db53fc5d04c51", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 58, |
| "comment" : "Flipped bits 31 and 63 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "0001020304050607", |
| "msg" : "0001020304050607", |
| "tag" : "f04b34bdbee700957da4689d74594152", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 59, |
| "comment" : "Flipped bits 31 and 63 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "0001020304050607", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "87f5cd4795a7c4d6ee6db53fc5d04c51", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 60, |
| "comment" : "Flipped bits 63 and 127 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "0001020304050607", |
| "msg" : "0001020304050607", |
| "tag" : "f04b343dbee700957da4689d745941d2", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 61, |
| "comment" : "Flipped bits 63 and 127 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "0001020304050607", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "87f5cdc795a7c4d6ee6db53fc5d04cd1", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 62, |
| "comment" : "all bits of tag flipped", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "0001020304050607", |
| "msg" : "0001020304050607", |
| "tag" : "0fb4cbc24118ffea825b97628ba6bead", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 63, |
| "comment" : "all bits of tag flipped", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "0001020304050607", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "780a32386a583ba911924ac03a2fb3ae", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 64, |
| "comment" : "Tag changed to all zero", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "0001020304050607", |
| "msg" : "0001020304050607", |
| "tag" : "00000000000000000000000000000000", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 65, |
| "comment" : "Tag changed to all zero", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "0001020304050607", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "00000000000000000000000000000000", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 66, |
| "comment" : "tag changed to all 1", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "0001020304050607", |
| "msg" : "0001020304050607", |
| "tag" : "ffffffffffffffffffffffffffffffff", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 67, |
| "comment" : "tag changed to all 1", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "0001020304050607", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "ffffffffffffffffffffffffffffffff", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 68, |
| "comment" : "msbs changed in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "0001020304050607", |
| "msg" : "0001020304050607", |
| "tag" : "70cbb4bd3e678095fd24e81df4d9c1d2", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 69, |
| "comment" : "msbs changed in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "0001020304050607", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "07754d47152744d66eed35bf4550ccd1", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 70, |
| "comment" : "lsbs changed in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "0001020304050607", |
| "msg" : "0001020304050607", |
| "tag" : "f14a353cbfe601147ca5699c75584053", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 71, |
| "comment" : "lsbs changed in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "0001020304050607", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "86f4ccc694a6c557ef6cb43ec4d14d50", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 72, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "1011121314151617", |
| "msg" : "beac1529d3a866bc0875f65889a72c47", |
| "tag" : "1a0f4a0de90b90cf36e5bf49e44936e6", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 73, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "1011121314151617", |
| "msg" : "beac1529d3a866bc0a75f65889a72c47", |
| "tag" : "a439f02267d0bcda40be452c7d6f1193", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 74, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "1011121314151617", |
| "msg" : "c0ac1529d3a866bc0875f65889a72c47", |
| "tag" : "a439f02267d0bcda236e2345971754bd", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 75, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "1011121314151617", |
| "msg" : "bfac1529d3a8663c0975f65889a72cc7", |
| "tag" : "45d1b8e8b54abf0810bd1ef2ececc7eb", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 76, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "1011121314151617", |
| "msg" : "beac1529d3a8663c0a75f65889a72cc7", |
| "tag" : "56dfb8fb4e178d78ba7b9f241297a3c3", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 77, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "1011121314151617", |
| "msg" : "c0ac1529d3a8663c0875f65889a72cc7", |
| "tag" : "56dfb8fb4e178d787c7bcf0e5e4c0214", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 78, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "1011121314151617", |
| "msg" : "bfac1529d3a866fc0975f65889a72cc7", |
| "tag" : "8bfb2e8db7a92710638165f73aa7d5f6", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 79, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "1011121314151617", |
| "msg" : "c0ac1529d3a866fc0875f65889a72c87", |
| "tag" : "14a1887af189e86340289978b34e2465", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 80, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "1011121314151617", |
| "msg" : "beac1529d3a867bc0a75f65889a72d47", |
| "tag" : "027fcdcb92a6636820b450d264345a17", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 81, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "1011121314151617", |
| "msg" : "bfac1529d4a866bc0975f6588aa72c47", |
| "tag" : "e77edb619bc0c784e7ef1f620c86b6ac", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 82, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "1011121314151617", |
| "msg" : "beac1529d4a866bc0a75f6588aa72c47", |
| "tag" : "a439f02267d0bcda6477e94c4bb7e336", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 83, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "1011121314151617", |
| "msg" : "c0ac1529d4a866bc0875f6588aa72c47", |
| "tag" : "a439f02267d0bcda7885ca0d905aeb1d", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 84, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "1011121314151617", |
| "msg" : "beac1529d3a866bc0875f65889a72c47c00c1c0939df848407c09c1378a6a557", |
| "tag" : "308b87fc4b13d98a6588c10c8ff22198", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 85, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "1011121314151617", |
| "msg" : "beac1529d3a866bc0a75f65889a72c47c00c1c0939df848409c09c1378a6a557", |
| "tag" : "d933a551555ac87bd7e217ec6fb0153c", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 86, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "1011121314151617", |
| "msg" : "c0ac1529d3a866bc0875f65889a72c47c20c1c0939df848407c09c1378a6a557", |
| "tag" : "d933a551555ac87b89a51807413d6a9b", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 87, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "1011121314151617", |
| "msg" : "bfac1529d3a8663c0975f65889a72cc7c10c1c0939df840408c09c1378a6a5d7", |
| "tag" : "1c6334dbf04ecdd94aaeb8e42177f8c5", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 88, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "1011121314151617", |
| "msg" : "beac1529d3a8663c0a75f65889a72cc7c00c1c0939df840409c09c1378a6a5d7", |
| "tag" : "aa2c69cf152bd0e0a4abd5b9c68a8356", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 89, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "1011121314151617", |
| "msg" : "c0ac1529d3a8663c0875f65889a72cc7c20c1c0939df848409c09c1378a6a557", |
| "tag" : "1c6334dbf04ecdd9a569e6a0e8b460d4", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 90, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "1011121314151617", |
| "msg" : "bfac1529d3a866fc0975f65889a72cc7c10c1c0939df84c408c09c1378a6a5d7", |
| "tag" : "1c6334dbf04ecdd9f8ad1966f94bf14e", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 91, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "1011121314151617", |
| "msg" : "c0ac1529d3a866fc0875f65889a72c87c20c1c0939df84c407c09c1378a6a597", |
| "tag" : "9c02e4124acd40b00c8e299351b9d729", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 92, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "1011121314151617", |
| "msg" : "beac1529d3a867bc0a75f65889a72d47029c6f0a39df8484c9c05d1478a6a557", |
| "tag" : "26c2be2f2d0f20523aa114fae562e463", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 93, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "1011121314151617", |
| "msg" : "bfac1529d4a866bc0975f6588aa72c47c10c1c093adf848408c09c1379a6a557", |
| "tag" : "5fbd7bcfbd3addd0555498c0ce8dd637", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 94, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "1011121314151617", |
| "msg" : "beac1529d4a866bc0a75f6588aa72c47c00c1c093adf848409c09c1379a6a557", |
| "tag" : "d933a551555ac87b721b40ab3df4d122", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 95, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "1011121314151617", |
| "msg" : "c0ac1529d4a866bc0875f6588aa72c47c20c1c093adf848407c09c1379a6a557", |
| "tag" : "d933a551555ac87b74b2aed211fae00c", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 96, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "1011121314151617", |
| "msg" : "beac1529d3a866bc0875f65889a72c47c00c1c0939df848407c09c1378a6a5578ec16507b129c40e84218714f163b89bce63d0d49a3dae3546338331bbeaa861", |
| "tag" : "5d8577f10f246df4e98e821a2ae3a188", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 97, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "1011121314151617", |
| "msg" : "beac1529d3a866bc0a75f65889a72c47c00c1c0939df848409c09c1378a6a5578ec16507b129c40e86218714f163b89bce63d0d49a3dae3548338331bbeaa861", |
| "tag" : "432895b5306eddb854cd434853877d51", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 98, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "1011121314151617", |
| "msg" : "c0ac1529d3a866bc0875f65889a72c47c20c1c0939df848407c09c1378a6a55790c16507b129c40e84218714f163b89bd063d0d49a3dae3546338331bbeaa861", |
| "tag" : "432895b5306eddb8f7daacaeb0be78dd", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 99, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "1011121314151617", |
| "msg" : "bfac1529d3a8663c0975f65889a72cc7c10c1c0939df840408c09c1378a6a5d78fc16507b129c48e85218714f163b81bcf63d0d49a3daeb547338331bbeaa8e1", |
| "tag" : "c987acc26656ea7acc9f229d9258d524", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 100, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "1011121314151617", |
| "msg" : "beac1529d3a8663c0a75f65889a72cc7c00c1c0939df840409c09c1378a6a5d78ec16507b129c48e86218714f163b81bce63d0d49a3daeb548338331bbeaa8e1", |
| "tag" : "50c74b76a35455b1403d9f444b547417", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 101, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "1011121314151617", |
| "msg" : "c0ac1529d3a8663c0875f65889a72cc7c20c1c0939df848409c09c1378a6a55790c16507b129c48e84218714f163b81bd063d0d49a3dae3548338331bbeaa861", |
| "tag" : "c987acc26656ea7a6103d17fcd682b48", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 102, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "1011121314151617", |
| "msg" : "bfac1529d3a866fc0975f65889a72cc7c10c1c0939df84c408c09c1378a6a5d78fc16507b129c44e85218714f163b81bcf63d0d49a3dae7547338331bbeaa8e1", |
| "tag" : "c987acc26656ea7a90a366a936684fc3", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 103, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "1011121314151617", |
| "msg" : "c0ac1529d3a866fc0875f65889a72c87c20c1c0939df84c407c09c1378a6a59790c16507b129c44e84218714f163b8dbd063d0d49a3dae7546338331bbeaa8a1", |
| "tag" : "50c74b76a35455b1eae4cf819c405c3a", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 104, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "1011121314151617", |
| "msg" : "beac1529d3a867bc0a75f65889a72d47029c6f0a39df8484c9c05d1478a6a5578ec16507b129c50e86218714f163b99b10f323d69a3dae3508344432bbeaa861", |
| "tag" : "e048c36ae1db936e9df37e6b3c12311b", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 105, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "1011121314151617", |
| "msg" : "bfac1529d4a866bc0975f6588aa72c47c10c1c093adf848408c09c1379a6a5578fc16507b229c40e85218714f263b89bcf63d0d49b3dae3547338331bceaa861", |
| "tag" : "503c42b2002f0b69439abf8107258957", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 106, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "1011121314151617", |
| "msg" : "beac1529d4a866bc0a75f6588aa72c47c00c1c093adf848409c09c1379a6a5578ec16507b229c40e86218714f263b89bce63d0d49b3dae3548338331bceaa861", |
| "tag" : "432895b5306eddb8889bb74463bc5a17", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 107, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "1011121314151617", |
| "msg" : "c0ac1529d4a866bc0875f6588aa72c47c20c1c093adf848407c09c1379a6a55790c16507b229c40e84218714f263b89bd063d0d49b3dae3546338331bceaa861", |
| "tag" : "432895b5306eddb8789b73e47191cb66", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 108, |
| "comment" : "special case for l2_hash input", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "1011121314151617", |
| "msg" : "c0ac1529d3a866bc58eba91e81b05fdf9935d1537f05e73d50825644aa6e4291be80a117bd41ceb1cc0cb9aa554d6234bf8eb33d3e5aa5c8b80475542a4d6d5e51e6eb5facff29ecf37f309bf043c0c841ef0fb7c71c1306ea3078455ac34e7f79424ea85c1473b404f480ab37279892c1a0d90a38462cc25d73adf08d206d37", |
| "tag" : "6f40bcf57a46b0379fb50717c7788c47", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 109, |
| "comment" : "special case for l2_hash input", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "1011121314151617", |
| "msg" : "c0ac1529d3a866bc59eba91e81b05fdf9935d1537f05e73d50825644aa6e4291be80a117bd41ceb1cc0cb9aa554d6234bf8eb33d3e5aa5c8b80475542a4d6d5e51e6eb5facff29ecf37f309bf043c0c841ef0fb7c71c1306ea3078455ac34e7f79424ea85c1473b404f480ab37279892c1a0d90a38462cc25d73adf08d206d37", |
| "tag" : "b285a834ae36b95f419f96009af77099", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 110, |
| "comment" : "special case for l2_hash input", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "1011121314151617", |
| "msg" : "c0ac1529d3a866bca7993f89f4639b6c9935d1537f05e73d52825644aa6e4291be80a117bd41ceb1cc0cb9aa554d6234bf8eb33d3e5aa5c8b80475542a4d6d5e51e6eb5facff29ecf37f309bf043c0c841ef0fb7c71c1306ea3078455ac34e7f79424ea85c1473b404f480ab37279892c1a0d90a38462cc25d73adf08d206d37", |
| "tag" : "cda8f32f2cccae8926fbdb84ade1cfe5", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 111, |
| "comment" : "special case for l2_hash input", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "1011121314151617", |
| "msg" : "c0ac1529d3a866bca8993f89f4639b6c9935d1537f05e73d52825644aa6e4291be80a117bd41ceb1cc0cb9aa554d6234bf8eb33d3e5aa5c8b80475542a4d6d5e51e6eb5facff29ecf37f309bf043c0c841ef0fb7c71c1306ea3078455ac34e7f79424ea85c1473b404f480ab37279892c1a0d90a38462cc25d73adf08d206d37", |
| "tag" : "10edde6e60bcb8b3687befa0632d79fc", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 112, |
| "comment" : "special case for l2_hash input", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "1011121314151617", |
| "msg" : "c0ac1529d3a866bc9ff236b4c770fb8d9935d1537f05e73d059cdaa5ab6e4291be80a117bd41ceb1cc0cb9aa554d6234bf8eb33d3e5aa5c8b80475542a4d6d5e51e6eb5facff29ecf37f309bf043c0c841ef0fb7c71c1306ea3078455ac34e7f79424ea85c1473b404f480ab37279892c1a0d90a38462cc25d73adf08d206d37", |
| "tag" : "2beed0d857a1d497f785faaeeb500a4e", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 113, |
| "comment" : "special case for l2_hash input", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "1011121314151617", |
| "msg" : "c0ac1529d3a866bca0f236b4c770fb8d9935d1537f05e73d059cdaa5ab6e4291be80a117bd41ceb1cc0cb9aa554d6234bf8eb33d3e5aa5c8b80475542a4d6d5e51e6eb5facff29ecf37f309bf043c0c841ef0fb7c71c1306ea3078455ac34e7f79424ea85c1473b404f480ab37279892c1a0d90a38462cc25d73adf08d206d37", |
| "tag" : "6f33bc188b91ddc08fc6ff24ad701350", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 114, |
| "comment" : "special case for l2_hash input", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "1011121314151617", |
| "msg" : "c0ac1529d3a866bca1f236b4c770fb8d9935d1537f05e73d059cdaa5ab6e4291be80a117bd41ceb1cc0cb9aa554d6234bf8eb33d3e5aa5c8b80475542a4d6d5e51e6eb5facff29ecf37f309bf043c0c841ef0fb7c71c1306ea3078455ac34e7f79424ea85c1473b404f480ab37279892c1a0d90a38462cc25d73adf08d206d37", |
| "tag" : "b278a758bf81e6e92808039a6f901d53", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 115, |
| "comment" : "special case for l2_hash input", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "1011121314151617", |
| "msg" : "c0ac1529d3a866bc57eba91e81b05fdf9935d1537f05e73d50825644aa6e4291be80a117bd41ceb1cc0cb9aa554d6234bf8eb33d3e5aa5c8b80475542a4d6d5e51e6eb5facff29ecf37f309bf043c0c841ef0fb7c71c1306ea3078455ac34e7f79424ea85c1473b404f480ab37279892c1a0d90a38462cc25d73adf08d206d37", |
| "tag" : "804e9ce813133ee7b6b2aa5793091869", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 116, |
| "comment" : "special case for l2_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "1011121314151617", |
| "msg" : "c0ac1529d3a866bc036f30914381fd6e638d2d0893efb30638344958ceee4dbcb74b8f564f761f350c91de9f53f29ea12db36cb8bf2b8daac333098cea4bc3ccb6357064061c1607efdb110c7dcf7e6c6ea0289939397fa24c2dfe7603335993aa75d1761a2c12fc248d4a3e443ff7000f3838c75a7e67ac6d1c456d8fb98028c0ac1529d3a866bccbd123b28eb0c13aafd193f93cafc77c330625d9278bea8000223512bcc3fb18176170ef1fb764f98bf1f9ad4d498a7ae6829ab403e2a4ecb27f7700213bca7ffdd5b11bde95edc51112b5b3a9a22937c03d807c9d1996b9652868deb67a3e8983ba6476294b4bece04911df995c4569110bc5f08b49ba3f", |
| "tag" : "667400f9c82013cfa56af58f5b470177", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 117, |
| "comment" : "special case for l2_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "1011121314151617", |
| "msg" : "c0ac1529d3a866bc6a390c1818ffddb9638d2d0893efb306aa98fb47e0c9caa1b74b8f564f761f350c91de9f53f29ea12db36cb8bf2b8daac333098cea4bc3ccb6357064061c1607efdb110c7dcf7e6c6ea0289939397fa24c2dfe7603335993aa75d1761a2c12fc248d4a3e443ff7000f3838c75a7e67ac6d1c456d8fb98028c0ac1529d3a866bc273cb9cb7008680cafd193f93cafc77c5e57141cfd71aa7e00223512bcc3fb18176170ef1fb764f98bf1f9ad4d498a7ae6829ab403e2a4ecb27f7700213bca7ffdd5b11bde95edc51112b5b3a9a22937c03d807c9d1996b9652868deb67a3e8983ba6476294b4bece04911df995c4569110bc5f08b49ba3f", |
| "tag" : "950a81c9de1039f48b39e086587a0795", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 118, |
| "comment" : "special case for l2_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "1011121314151617", |
| "msg" : "c0ac1529d3a866bcd73299e94f08b55c638d2d0893efb30614ca32bec5ec0c98b74b8f564f761f350c91de9f53f29ea12db36cb8bf2b8daac333098cea4bc3ccb6357064061c1607efdb110c7dcf7e6c6ea0289939397fa24c2dfe7603335993aa75d1761a2c12fc248d4a3e443ff7000f3838c75a7e67ac6d1c456d8fb98028c0ac1529d3a866bc5ac9eb33e73840aeafd193f93cafc77c3c11cd0a078aa08d00223512bcc3fb18176170ef1fb764f98bf1f9ad4d498a7ae6829ab403e2a4ecb27f7700213bca7ffdd5b11bde95edc51112b5b3a9a22937c03d807c9d1996b9652868deb67a3e8983ba6476294b4bece04911df995c4569110bc5f08b49ba3f", |
| "tag" : "056bfdabcf07280c37aa9ea0928c22c8", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 119, |
| "comment" : "special case for l2_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "1011121314151617", |
| "msg" : "c0ac1529d3a866bc61269bc6460dd5ac638d2d0893efb3063da15d256fef29c4b74b8f564f761f350c91de9f53f29ea12db36cb8bf2b8daac333098cea4bc3ccb6357064061c1607efdb110c7dcf7e6c6ea0289939397fa24c2dfe7603335993aa75d1761a2c12fc248d4a3e443ff7000f3838c75a7e67ac6d1c456d8fb98028c0ac1529d3a866bc73772753e0127dcdafd193f93cafc77cd78ca1a0d84e638a00223512bcc3fb18176170ef1fb764f98bf1f9ad4d498a7ae6829ab403e2a4ecb27f7700213bca7ffdd5b11bde95edc51112b5b3a9a22937c03d807c9d1996b9652868deb67a3e8983ba6476294b4bece04911df995c4569110bc5f08b49ba3f", |
| "tag" : "6736f8dcca0e0e1d01b8b952ee57a2e6", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 120, |
| "comment" : "special case for l3_hash result", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "1011121314151617", |
| "msg" : "c0ac1529d3a866bc31a83cb8c833b949b10f73211087aa2b9b8c8fe0259988851a5ca7cf692262802a3ef9e581c7ea9a520f2ea3649e9e1457d1bc35d951df8735145dcbb441d0bdcb3c17c2d7e2894e22e209bbaa5240219b9cd8ccd04cd7b31d745fb8323265d6d148092d4ecdff9af610130ee8eb34a88b540ea294a03009c0ac1529d3a866bc84a24097f91645e6b10f73211087aa2b7f40d9bf61cb208b1a5ca7cf692262802a3ef9e581c7ea9a520f2ea3649e9e1457d1bc35d951df8735145dcbb441d0bdcb3c17c2d7e2894e22e209bbaa5240219b9cd8ccd04cd7b31d745fb8323265d6d148092d4ecdff9af610130ee8eb34a88b540ea294a03009", |
| "tag" : "e16653b5cc55b3b302c650988959d413", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 121, |
| "comment" : "special case for l3_hash result", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "1011121314151617", |
| "msg" : "c0ac1529d3a866bcacb8e3133cd7c469b10f73211087aa2bd74eb73cab09c0791a5ca7cf692262802a3ef9e581c7ea9a520f2ea3649e9e1457d1bc35d951df8735145dcbb441d0bdcb3c17c2d7e2894e22e209bbaa5240219b9cd8ccd04cd7b31d745fb8323265d6d148092d4ecdff9af610130ee8eb34a88b540ea294a03009c0ac1529d3a866bc84a24097f91645e6b10f73211087aa2b7f40d9bf61cb208b1a5ca7cf692262802a3ef9e581c7ea9a520f2ea3649e9e1457d1bc35d951df8735145dcbb441d0bdcb3c17c2d7e2894e22e209bbaa5240219b9cd8ccd04cd7b31d745fb8323265d6d148092d4ecdff9af610130ee8eb34a88b540ea294a03009", |
| "tag" : "e16653b5cc55b3b498b55d44c46893ff", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 122, |
| "comment" : "special case for l3_hash result", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "1011121314151617", |
| "msg" : "c0ac1529d3a866bc9f4e0a2b2bcbb4a2b10f73211087aa2b52fbc5b9a726dca91a5ca7cf692262802a3ef9e581c7ea9a520f2ea3649e9e1457d1bc35d951df8735145dcbb441d0bdcb3c17c2d7e2894e22e209bbaa5240219b9cd8ccd04cd7b31d745fb8323265d6d148092d4ecdff9af610130ee8eb34a88b540ea294a03009c0ac1529d3a866bc83a24097f91645e6b10f73211087aa2b7f40d9bf61cb208b1a5ca7cf692262802a3ef9e581c7ea9a520f2ea3649e9e1457d1bc35d951df8735145dcbb441d0bdcb3c17c2d7e2894e22e209bbaa5240219b9cd8ccd04cd7b31d745fb8323265d6d148092d4ecdff9af610130ee8eb34a88b540ea294a03009", |
| "tag" : "e16653b4cc55b3b228495e8931421abc", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 123, |
| "comment" : "special case for l3_hash result", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "1011121314151617", |
| "msg" : "c0ac1529d3a866bcce136b533f042153b10f73211087aa2bb8247eb6c51d85811a5ca7cf692262802a3ef9e581c7ea9a520f2ea3649e9e1457d1bc35d951df8735145dcbb441d0bdcb3c17c2d7e2894e22e209bbaa5240219b9cd8ccd04cd7b31d745fb8323265d6d148092d4ecdff9af610130ee8eb34a88b540ea294a03009c0ac1529d3a866bc86a24097f91645e6b10f73211087aa2b7f40d9bf61cb208b1a5ca7cf692262802a3ef9e581c7ea9a520f2ea3649e9e1457d1bc35d951df8735145dcbb441d0bdcb3c17c2d7e2894e22e209bbaa5240219b9cd8ccd04cd7b31d745fb8323265d6d148092d4ecdff9af610130ee8eb34a88b540ea294a03009", |
| "tag" : "e16653b5cc55b2b07d44c164a29d5bc4", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 124, |
| "comment" : "special case for l3_hash result", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "1011121314151617", |
| "msg" : "c20c1c0939df8484befb29750926db6b7fc4bc1f88d1e9b553d5a419d98bd9e6520f2ea3649e9e1457d1bc35d951df8735145dcbb441d0bdcb3c17c2d7e2894e22e209bbaa5240219b9cd8ccd04cd7b31d745fb8323265d6d148092d4ecdff9af610130ee8eb34a88b540ea294a030097c7c69d83a3d075171be7590e56229d2c20c1c0939df84844c0319c30a92d75c7fc4bc1f88d1e9b5f939aa1b5f3d02f5520f2ea3649e9e1457d1bc35d951df8735145dcbb441d0bdcb3c17c2d7e2894e22e209bbaa5240219b9cd8ccd04cd7b31d745fb8323265d6d148092d4ecdff9af610130ee8eb34a88b540ea294a030097c7c69d83a3d075171be7590e56229d2", |
| "tag" : "ac4423808042ba7edea815a65f7287d1", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 125, |
| "comment" : "special case for l3_hash result", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "1011121314151617", |
| "msg" : "c20c1c0939df848473d1b1f2295201ea7fc4bc1f88d1e9b5fdb58a21dab1b8cb520f2ea3649e9e1457d1bc35d951df8735145dcbb441d0bdcb3c17c2d7e2894e22e209bbaa5240219b9cd8ccd04cd7b31d745fb8323265d6d148092d4ecdff9af610130ee8eb34a88b540ea294a030097c7c69d83a3d075171be7590e56229d2c20c1c0939df8484470319c30a92d75c7fc4bc1f88d1e9b5f939aa1b5f3d02f5520f2ea3649e9e1457d1bc35d951df8735145dcbb441d0bdcb3c17c2d7e2894e22e209bbaa5240219b9cd8ccd04cd7b31d745fb8323265d6d148092d4ecdff9af610130ee8eb34a88b540ea294a030097c7c69d83a3d075171be7590e56229d2", |
| "tag" : "2cb887d0e5b6ff3cdea815a65f7287d2", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 126, |
| "comment" : "special case for l3_hash result", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "1011121314151617", |
| "msg" : "c20c1c0939df84844dda5d32b4234faf7fc4bc1f88d1e9b5724e088ffd715b9e520f2ea3649e9e1457d1bc35d951df8735145dcbb441d0bdcb3c17c2d7e2894e22e209bbaa5240219b9cd8ccd04cd7b31d745fb8323265d6d148092d4ecdff9af610130ee8eb34a88b540ea294a030097c7c69d83a3d075171be7590e56229d2c20c1c0939df8484460319c30a92d75c7fc4bc1f88d1e9b5f939aa1b5f3d02f5520f2ea3649e9e1457d1bc35d951df8735145dcbb441d0bdcb3c17c2d7e2894e22e209bbaa5240219b9cd8ccd04cd7b31d745fb8323265d6d148092d4ecdff9af610130ee8eb34a88b540ea294a030097c7c69d83a3d075171be7590e56229d2", |
| "tag" : "3791cb4a6d2561c9dea815a55f7287d0", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 127, |
| "comment" : "special case for l3_hash result", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "1011121314151617", |
| "msg" : "c20c1c0939df8484dbc7ac85dc4a5e607fc4bc1f88d1e9b5527ccba43df5b3bd520f2ea3649e9e1457d1bc35d951df8735145dcbb441d0bdcb3c17c2d7e2894e22e209bbaa5240219b9cd8ccd04cd7b31d745fb8323265d6d148092d4ecdff9af610130ee8eb34a88b540ea294a030097c7c69d83a3d075171be7590e56229d2c20c1c0939df8484450319c30a92d75c7fc4bc1f88d1e9b5f939aa1b5f3d02f5520f2ea3649e9e1457d1bc35d951df8735145dcbb441d0bdcb3c17c2d7e2894e22e209bbaa5240219b9cd8ccd04cd7b31d745fb8323265d6d148092d4ecdff9af610130ee8eb34a88b540ea294a030097c7c69d83a3d075171be7590e56229d2", |
| "tag" : "d1da7f53d0818045dea815a65f7286ce", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 128, |
| "comment" : "large l3_hash key", |
| "key" : "000000000000000000000000457308e8", |
| "iv" : "0001020304050607", |
| "msg" : "202122232425262728292a2b2c2d2e2f", |
| "tag" : "99f98bbc8881a753babed33124a9dc80", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 129, |
| "comment" : "large l3_hash key", |
| "key" : "0000000000000000000000007bad75f1", |
| "iv" : "0001020304050607", |
| "msg" : "202122232425262728292a2b2c2d2e2f", |
| "tag" : "8c3bfa099aaf01976e71ae9304336e7a", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 130, |
| "comment" : "large l3_hash key", |
| "key" : "00000000000000000000000094835214", |
| "iv" : "0001020304050607", |
| "msg" : "202122232425262728292a2b2c2d2e2f", |
| "tag" : "817b91262507f26b6acf9f2d384180a2", |
| "result" : "valid", |
| "flags" : [] |
| } |
| ] |
| }, |
| { |
| "ivSize" : 96, |
| "keySize" : 128, |
| "tagSize" : 128, |
| "type" : "MacWithIvTest", |
| "tests" : [ |
| { |
| "tcId" : 131, |
| "comment" : "empty message", |
| "key" : "98b08a72ffde0ded4bec9d2a8db57235", |
| "iv" : "1595248735310eb710519c2b", |
| "msg" : "", |
| "tag" : "6f617338dec9e4aeb977295e0ea5b94d", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 132, |
| "comment" : "short message", |
| "key" : "f0cfce280656fabd93f68ba6b3a3ad6e", |
| "iv" : "0a38ca626b430ed84a2a8dfe", |
| "msg" : "4b", |
| "tag" : "5dbfe9b83eb9cae1ded818ea81e14080", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 133, |
| "comment" : "short message", |
| "key" : "fd3c5381f588bfe33270e336a5b02896", |
| "iv" : "02d916631fbacf27c274b74c", |
| "msg" : "026f", |
| "tag" : "da0ca88e7492ceb91f4cebcd4d0779a4", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 134, |
| "comment" : "short message", |
| "key" : "53107d29dc584d32d3ef321a85eec257", |
| "iv" : "dd91a33dce809e7bfe68d843", |
| "msg" : "039e0f5b", |
| "tag" : "939db8d90648ff403c77cb0336595f74", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 135, |
| "comment" : "short message", |
| "key" : "8e2c0cc624728af2195d46775502ec13", |
| "iv" : "e8d43d5646bb7dde8a1e9374", |
| "msg" : "f7efb072100cc6", |
| "tag" : "099def90fec4bc7ce4ad76ba9b19a587", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 136, |
| "comment" : "short message", |
| "key" : "f543fb6a6673e9df998a3058084dccc1", |
| "iv" : "0e78b2a2250b5dd1daebcb7b", |
| "msg" : "8063719e25c0bc9a", |
| "tag" : "7c6c937b56a9cc0810485dd31692ced8", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 137, |
| "comment" : "short message", |
| "key" : "fe3f266f5f236669582bd80618760543", |
| "iv" : "014313723d1860bf8f4b11fd", |
| "msg" : "dc25f04acfbdbc986a107043286eae", |
| "tag" : "4af4b59e066c0cc4872f3bfe1b95ef6d", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 138, |
| "comment" : "short message", |
| "key" : "1d4a92394c7356a6f528cfb3adb8f253", |
| "iv" : "02194ece3bc50c51c52bdd83", |
| "msg" : "19b69d4178d49c20b4ee5846cb440c99", |
| "tag" : "93376d78cfd4d5b13e2137bf540509b5", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 139, |
| "comment" : "short message", |
| "key" : "c9859c8b39d8d7e811d8ae45d9b85882", |
| "iv" : "110d550119d71a0945bfecbb", |
| "msg" : "36717076748d9351e5a3cc67b9e8833e07", |
| "tag" : "859a4dcbd87465029151f26fc1a3af00", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 140, |
| "comment" : "short message", |
| "key" : "8b4fd3d3055746cb2dcd9b08c298386f", |
| "iv" : "1aac5cca3d02d40f57fabecf", |
| "msg" : "83e5abbbfed5eeb353b25f36e4adc0f29060c55c08ae4f80", |
| "tag" : "01749df2ecda318ac28fd0b4d1cb7757", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 141, |
| "comment" : "long message", |
| "key" : "46c33fff8898c4a4985599ccc05d0571", |
| "iv" : "01da1ca72e26f6d6fa9ce281", |
| "msg" : "038537bf94e1d7e14f68b8d5458241e34f5158dea6f8052049b9dad8fb66cb6e0ba6cc223f675614e95d1527c746e650e9fc6aca69e682d9e30ac06e0a48c0a0428ec1ae23739d82fc246e4cd6bc27cd1d54c0e630c1624fe3dbd0a8cea3b7c8f2d7c1cca8b8e086cab02153be762d59e49c533cb39e65ab37f6cad2290d0dfe2a", |
| "tag" : "fe989e4336654eea8aba0561184ce6a5", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 142, |
| "comment" : "long message", |
| "key" : "d096bed970d17a3400cd60cef57b4e49", |
| "iv" : "231854323bc95613a15dd7d5", |
| "msg" : "30f8a0eea937567bfec3b15d1c58a170b4f8aae949178ad04d8ea46b6e625b50dce252dc380e9eff53ca2057228039edd78ae3e22819af6e3bdc83b1f0736abb76eb4044e4743464fbc61c62b06839e372289aa8218ea0a6e443a37a65c948857380318fe07bd482dfbaef869cdf75fd2d9575f6040f90f20bb41b390d4d1cdaa3b7b6a5d9a947bc71f06a74db8f65135f5982b75b21a0dcc33eaf7c6b26da62bf0fe9074f3f961e739f2292192e3309397d19ded4d44a6ce748f3530c7beec76d65d40c6bc8d281f7c23d56370710d8952d7f68fcac5e8f53b58d0714238a9c79c836d9b791541ed527a9d6ef87bcef1142653e734e66601d2a8a37dd200716", |
| "tag" : "25dc4406e07db4cfccce24dfc3aa989a", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 143, |
| "comment" : "long message", |
| "key" : "6f8b47452ef025028560f61601b64e46", |
| "iv" : "c89982a6a787caa38f166ec7", |
| "msg" : "f36e4072c2045b8995ed8fb9907bc985606b01d1920b09e393e37926377f89478e6ed55314c54f29ff0bd25ff75e99f1dea9eb7ae0860593e5967c57a8352f135a33c0464b90dd6d5e8f9aefb9428391cefff619f293084dc9592b0b72ad034fad9309001870cc1f5897eb94b68ad18561c83b7fb55536b4be804b4ae8e98005c4f1180badd7e4d98a6e0f62a590c1bfaebb2ef7ca5696245a69b34863f9952696d318b69d14a1ed7ce70464542f3cfda2e93b2286ab3d1a43544a24a491de66043c0e83c699138fa294e6fd293d20b596f9284e755285d36e32d11e3d51830f55405a91cb13cec0ef4eb3683b0c288b72bcc04e8e5359b1ae44c3340c6404426d9a3ba5059cbba0506a3a6987a59e9a0a2eac96f9", |
| "tag" : "b9fa8f3f1e2a823ffbaaf05b272e288e", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 144, |
| "comment" : "Flipped bit 0 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "0001020304050607", |
| "tag" : "1853761799580c71fce4e52557410bb6", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 145, |
| "comment" : "Flipped bit 0 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "b1fe0fa17018d0b26dae31c7a8b816b5", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 146, |
| "comment" : "Flipped bit 1 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "0001020304050607", |
| "tag" : "1b53761799580c71fce4e52557410bb6", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 147, |
| "comment" : "Flipped bit 1 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "b2fe0fa17018d0b26dae31c7a8b816b5", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 148, |
| "comment" : "Flipped bit 7 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "0001020304050607", |
| "tag" : "9953761799580c71fce4e52557410bb6", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 149, |
| "comment" : "Flipped bit 7 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "30fe0fa17018d0b26dae31c7a8b816b5", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 150, |
| "comment" : "Flipped bit 8 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "0001020304050607", |
| "tag" : "1952761799580c71fce4e52557410bb6", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 151, |
| "comment" : "Flipped bit 8 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "b0ff0fa17018d0b26dae31c7a8b816b5", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 152, |
| "comment" : "Flipped bit 31 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "0001020304050607", |
| "tag" : "1953769799580c71fce4e52557410bb6", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 153, |
| "comment" : "Flipped bit 31 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "b0fe0f217018d0b26dae31c7a8b816b5", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 154, |
| "comment" : "Flipped bit 32 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "0001020304050607", |
| "tag" : "1953761798580c71fce4e52557410bb6", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 155, |
| "comment" : "Flipped bit 32 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "b0fe0fa17118d0b26dae31c7a8b816b5", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 156, |
| "comment" : "Flipped bit 33 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "0001020304050607", |
| "tag" : "195376179b580c71fce4e52557410bb6", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 157, |
| "comment" : "Flipped bit 33 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "b0fe0fa17218d0b26dae31c7a8b816b5", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 158, |
| "comment" : "Flipped bit 63 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "0001020304050607", |
| "tag" : "1953761799580cf1fce4e52557410bb6", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 159, |
| "comment" : "Flipped bit 63 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "b0fe0fa17018d0326dae31c7a8b816b5", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 160, |
| "comment" : "Flipped bit 64 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "0001020304050607", |
| "tag" : "1953761799580c71fde4e52557410bb6", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 161, |
| "comment" : "Flipped bit 64 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "b0fe0fa17018d0b26cae31c7a8b816b5", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 162, |
| "comment" : "Flipped bit 71 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "0001020304050607", |
| "tag" : "1953761799580c717ce4e52557410bb6", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 163, |
| "comment" : "Flipped bit 71 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "b0fe0fa17018d0b2edae31c7a8b816b5", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 164, |
| "comment" : "Flipped bit 77 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "0001020304050607", |
| "tag" : "1953761799580c71fcc4e52557410bb6", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 165, |
| "comment" : "Flipped bit 77 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "b0fe0fa17018d0b26d8e31c7a8b816b5", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 166, |
| "comment" : "Flipped bit 80 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "0001020304050607", |
| "tag" : "1953761799580c71fce4e42557410bb6", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 167, |
| "comment" : "Flipped bit 80 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "b0fe0fa17018d0b26dae30c7a8b816b5", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 168, |
| "comment" : "Flipped bit 96 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "0001020304050607", |
| "tag" : "1953761799580c71fce4e52556410bb6", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 169, |
| "comment" : "Flipped bit 96 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "b0fe0fa17018d0b26dae31c7a9b816b5", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 170, |
| "comment" : "Flipped bit 97 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "0001020304050607", |
| "tag" : "1953761799580c71fce4e52555410bb6", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 171, |
| "comment" : "Flipped bit 97 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "b0fe0fa17018d0b26dae31c7aab816b5", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 172, |
| "comment" : "Flipped bit 103 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "0001020304050607", |
| "tag" : "1953761799580c71fce4e525d7410bb6", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 173, |
| "comment" : "Flipped bit 103 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "b0fe0fa17018d0b26dae31c728b816b5", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 174, |
| "comment" : "Flipped bit 120 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "0001020304050607", |
| "tag" : "1953761799580c71fce4e52557410bb7", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 175, |
| "comment" : "Flipped bit 120 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "b0fe0fa17018d0b26dae31c7a8b816b4", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 176, |
| "comment" : "Flipped bit 121 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "0001020304050607", |
| "tag" : "1953761799580c71fce4e52557410bb4", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 177, |
| "comment" : "Flipped bit 121 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "b0fe0fa17018d0b26dae31c7a8b816b7", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 178, |
| "comment" : "Flipped bit 126 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "0001020304050607", |
| "tag" : "1953761799580c71fce4e52557410bf6", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 179, |
| "comment" : "Flipped bit 126 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "b0fe0fa17018d0b26dae31c7a8b816f5", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 180, |
| "comment" : "Flipped bit 127 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "0001020304050607", |
| "tag" : "1953761799580c71fce4e52557410b36", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 181, |
| "comment" : "Flipped bit 127 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "b0fe0fa17018d0b26dae31c7a8b81635", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 182, |
| "comment" : "Flipped bits 0 and 64 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "0001020304050607", |
| "tag" : "1853761799580c71fde4e52557410bb6", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 183, |
| "comment" : "Flipped bits 0 and 64 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "b1fe0fa17018d0b26cae31c7a8b816b5", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 184, |
| "comment" : "Flipped bits 31 and 63 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "0001020304050607", |
| "tag" : "1953769799580cf1fce4e52557410bb6", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 185, |
| "comment" : "Flipped bits 31 and 63 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "b0fe0f217018d0326dae31c7a8b816b5", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 186, |
| "comment" : "Flipped bits 63 and 127 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "0001020304050607", |
| "tag" : "1953761799580cf1fce4e52557410b36", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 187, |
| "comment" : "Flipped bits 63 and 127 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "b0fe0fa17018d0326dae31c7a8b81635", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 188, |
| "comment" : "all bits of tag flipped", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "0001020304050607", |
| "tag" : "e6ac89e866a7f38e031b1adaa8bef449", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 189, |
| "comment" : "all bits of tag flipped", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "4f01f05e8fe72f4d9251ce385747e94a", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 190, |
| "comment" : "Tag changed to all zero", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "0001020304050607", |
| "tag" : "00000000000000000000000000000000", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 191, |
| "comment" : "Tag changed to all zero", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "00000000000000000000000000000000", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 192, |
| "comment" : "tag changed to all 1", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "0001020304050607", |
| "tag" : "ffffffffffffffffffffffffffffffff", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 193, |
| "comment" : "tag changed to all 1", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "ffffffffffffffffffffffffffffffff", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 194, |
| "comment" : "msbs changed in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "0001020304050607", |
| "tag" : "99d3f69719d88cf17c6465a5d7c18b36", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 195, |
| "comment" : "msbs changed in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "307e8f21f0985032ed2eb14728389635", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 196, |
| "comment" : "lsbs changed in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "0001020304050607", |
| "tag" : "1852771698590d70fde5e42456400ab7", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 197, |
| "comment" : "lsbs changed in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "b1ff0ea07119d1b36caf30c6a9b917b4", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 198, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "beac1529d3a866bc0875f65889a72c47", |
| "tag" : "b0822714628d828dab27142ff8deb658", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 199, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "beac1529d3a866bc0a75f65889a72c47", |
| "tag" : "3aaccd28e152ae98b4ff9a1292049105", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 200, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "c0ac1529d3a866bc0875f65889a72c47", |
| "tag" : "3aaccd28e152ae9897af782babacd42f", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 201, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "bfac1529d3a8663c0975f65889a72cc7", |
| "tag" : "dc4495ef2eccb0c684fe73d90182475d", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 202, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "beac1529d3a8663c0a75f65889a72cc7", |
| "tag" : "ed529601c7997f362ebcf40a272d2335", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 203, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "c0ac1529d3a8663c0875f65889a72cc7", |
| "tag" : "ed529601c7997f36f0bd23f472e18186", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 204, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "bfac1529d3a866fc0975f65889a72cc7", |
| "tag" : "226e0b94312b18ced7c2badd4f3d5568", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 205, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "c0ac1529d3a866fc0875f65889a72c87", |
| "tag" : "ab1465816b0bda21b469ee5ec7e3a3d7", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 206, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "beac1529d3a867bc0a75f65889a72d47", |
| "tag" : "98f2aad20c28552694f5a5b878c9d989", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 207, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "bfac1529d4a866bc0975f6588aa72c47", |
| "tag" : "7df1b8681542b9425c307448211c361e", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 208, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "beac1529d4a866bc0a75f6588aa72c47", |
| "tag" : "3aaccd28e152ae98d8b93e32604d62a8", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 209, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "c0ac1529d4a866bc0875f6588aa72c47", |
| "tag" : "3aaccd28e152ae98ecc71ef3a4f06a8f", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 210, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "beac1529d3a866bc0875f65889a72c47c00c1c0939df848407c09c1378a6a557", |
| "tag" : "c6fe6502c495cb48d9ca15f2a487a10a", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 211, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "beac1529d3a866bc0a75f65889a72c47c00c1c0939df848409c09c1378a6a557", |
| "tag" : "6fa68257cedcba394c236cd2844594ae", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 212, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "c0ac1529d3a866bc0875f65889a72c47c20c1c0939df848407c09c1378a6a557", |
| "tag" : "6fa68257cedcba39fde66ced55d2ea0d", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 213, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "bfac1529d3a8663c0975f65889a72cc7c10c1c0939df840408c09c1378a6a5d7", |
| "tag" : "b2d611e269d0bf97bef00dca360d7837", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 214, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "beac1529d3a8663c0a75f65889a72cc7c00c1c0939df840409c09c1378a6a5d7", |
| "tag" : "409f46d58eadc29e18ed2a9fdb2002c8", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 215, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "c0ac1529d3a8663c0875f65889a72cc7c20c1c0939df848409c09c1378a6a557", |
| "tag" : "b2d611e269d0bf9719ab3b86fd49e046", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 216, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "bfac1529d3a866fc0975f65889a72cc7c10c1c0939df84c408c09c1378a6a5d7", |
| "tag" : "b2d611e269d0bf976cee6e4d0de170c0", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 217, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "c0ac1529d3a866fc0875f65889a72c87c20c1c0939df84c407c09c1378a6a597", |
| "tag" : "3275c118c44f326e80cf7e79664f569b", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 218, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "beac1529d3a867bc0a75f65889a72d47029c6f0a39df8484c9c05d1478a6a557", |
| "tag" : "bd359b35a6911210aee269e0f9f863d5", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 219, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "bfac1529d4a866bc0975f6588aa72c47c10c1c093adf848408c09c1379a6a557", |
| "tag" : "f63058d636bccf8ec995eda6e32355a9", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 220, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "beac1529d4a866bc0a75f6588aa72c47c00c1c093adf848409c09c1379a6a557", |
| "tag" : "6fa68257cedcba39e65c9591528a5094", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 221, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "c0ac1529d4a866bc0875f6588aa72c47c20c1c093adf848407c09c1379a6a557", |
| "tag" : "6fa68257cedcba39e8f403b826905f7e", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 222, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "beac1529d3a866bc0875f65889a72c47c00c1c0939df848407c09c1378a6a5578ec16507b129c40e84218714f163b89bce63d0d49a3dae3546338331bbeaa861", |
| "tag" : "f3f854f788a65fb25dcfd7003f7920fa", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 223, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "beac1529d3a866bc0a75f65889a72c47c00c1c0939df848409c09c1378a6a5578ec16507b129c40e86218714f163b89bce63d0d49a3dae3548338331bbeaa861", |
| "tag" : "d99b72bba9f0cf76c90e982e681cfcc3", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 224, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "c0ac1529d3a866bc0875f65889a72c47c20c1c0939df848407c09c1378a6a55790c16507b129c40e84218714f163b89bd063d0d49a3dae3546338331bbeaa861", |
| "tag" : "d99b72bba9f0cf766c1c0194c553f84f", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 225, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "bfac1529d3a8663c0975f65889a72cc7c10c1c0939df840408c09c1378a6a5d78fc16507b129c48e85218714f163b81bcf63d0d49a3daeb547338331bbeaa8e1", |
| "tag" : "5ffa89c8dfd8dc3840e07783a6ee5496", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 226, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "beac1529d3a8663c0a75f65889a72cc7c00c1c0939df840409c09c1378a6a5d78ec16507b129c48e86218714f163b81bce63d0d49a3daeb548338331bbeaa8e1", |
| "tag" : "e73a287d1cd6476fb47ef42a5fe9f389", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 227, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "c0ac1529d3a8663c0875f65889a72cc7c20c1c0939df848409c09c1378a6a55790c16507b129c48e84218714f163b81bd063d0d49a3dae3548338331bbeaa861", |
| "tag" : "5ffa89c8dfd8dc38d5452665e1fdaaba", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 228, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "bfac1529d3a866fc0975f65889a72cc7c10c1c0939df84c408c09c1378a6a5d78fc16507b129c44e85218714f163b81bcf63d0d49a3dae7547338331bbeaa8e1", |
| "tag" : "5ffa89c8dfd8dc3804e4bb8f4afdcf35", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 229, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "c0ac1529d3a866fc0875f65889a72c87c20c1c0939df84c407c09c1378a6a59790c16507b129c44e84218714f163b8dbd063d0d49a3dae7546338331bbeaa8a1", |
| "tag" : "e73a287d1cd6476f5f262467b0d5dbac", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 230, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "beac1529d3a867bc0a75f65889a72d47029c6f0a39df8484c9c05d1478a6a5578ec16507b129c50e86218714f163b99b10f323d69a3dae3508344432bbeaa861", |
| "tag" : "76bba0715b5d852c1234d35150a7b08d", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 231, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "bfac1529d4a866bc0975f6588aa72c47c10c1c093adf848408c09c1379a6a5578fc16507b229c40e85218714f263b89bcf63d0d49b3dae3547338331bceaa861", |
| "tag" : "e6af1fb879b0fd27b7dc14671bbb08c9", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 232, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "beac1529d4a866bc0a75f6588aa72c47c00c1c093adf848409c09c1379a6a5578ec16507b229c40e86218714f263b89bce63d0d49b3dae3548338331bceaa861", |
| "tag" : "d99b72bba9f0cf76fcdd0c2a7851d989", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 233, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "c0ac1529d4a866bc0875f6588aa72c47c20c1c093adf848407c09c1379a6a55790c16507b229c40e84218714f263b89bd063d0d49b3dae3546338331bceaa861", |
| "tag" : "d99b72bba9f0cf76ecdcc8ca86274ad8", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 234, |
| "comment" : "special case for l2_hash input", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "c0ac1529d3a866bc58eba91e81b05fdf9935d1537f05e73d50825644aa6e4291be80a117bd41ceb1cc0cb9aa554d6234bf8eb33d3e5aa5c8b80475542a4d6d5e51e6eb5facff29ecf37f309bf043c0c841ef0fb7c71c1306ea3078455ac34e7f79424ea85c1473b404f480ab37279892c1a0d90a38462cc25d73adf08d206d37", |
| "tag" : "05b399fbf3c8a1f513f65bfddc0e0bb9", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 235, |
| "comment" : "special case for l2_hash input", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "c0ac1529d3a866bc59eba91e81b05fdf9935d1537f05e73d50825644aa6e4291be80a117bd41ceb1cc0cb9aa554d6234bf8eb33d3e5aa5c8b80475542a4d6d5e51e6eb5facff29ecf37f309bf043c0c841ef0fb7c71c1306ea3078455ac34e7f79424ea85c1473b404f480ab37279892c1a0d90a38462cc25d73adf08d206d37", |
| "tag" : "48f8853b27b8ab1db5e0eae6af8cf00b", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 236, |
| "comment" : "special case for l2_hash input", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "c0ac1529d3a866bca7993f89f4639b6c9935d1537f05e73d52825644aa6e4291be80a117bd41ceb1cc0cb9aa554d6234bf8eb33d3e5aa5c8b80475542a4d6d5e51e6eb5facff29ecf37f309bf043c0c841ef0fb7c71c1306ea3078455ac34e7f79424ea85c1473b404f480ab37279892c1a0d90a38462cc25d73adf08d206d37", |
| "tag" : "641bd035a64ea0479b3d306ac2774f57", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 237, |
| "comment" : "special case for l2_hash input", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "c0ac1529d3a866bca8993f89f4639b6c9935d1537f05e73d52825644aa6e4291be80a117bd41ceb1cc0cb9aa554d6234bf8eb33d3e5aa5c8b80475542a4d6d5e51e6eb5facff29ecf37f309bf043c0c841ef0fb7c71c1306ea3078455ac34e7f79424ea85c1473b404f480ab37279892c1a0d90a38462cc25d73adf08d206d37", |
| "tag" : "a760bb74da3eaa71dcbd448677c2f96e", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 238, |
| "comment" : "special case for l2_hash input", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "c0ac1529d3a866bc9ff236b4c770fb8d9935d1537f05e73d059cdaa5ab6e4291be80a117bd41ceb1cc0cb9aa554d6234bf8eb33d3e5aa5c8b80475542a4d6d5e51e6eb5facff29ecf37f309bf043c0c841ef0fb7c71c1306ea3078455ac34e7f79424ea85c1473b404f480ab37279892c1a0d90a38462cc25d73adf08d206d37", |
| "tag" : "c261added123c6556bc74f94ffe589c0", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 239, |
| "comment" : "special case for l2_hash input", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "c0ac1529d3a866bca0f236b4c770fb8d9935d1537f05e73d059cdaa5ab6e4291be80a117bd41ceb1cc0cb9aa554d6234bf8eb33d3e5aa5c8b80475542a4d6d5e51e6eb5facff29ecf37f309bf043c0c841ef0fb7c71c1306ea3078455ac34e7f79424ea85c1473b404f480ab37279892c1a0d90a38462cc25d73adf08d206d37", |
| "tag" : "05a6991f0513cf7e0408540ac20592c2", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 240, |
| "comment" : "special case for l2_hash input", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "c0ac1529d3a866bca1f236b4c770fb8d9935d1537f05e73d059cdaa5ab6e4291be80a117bd41ceb1cc0cb9aa554d6234bf8eb33d3e5aa5c8b80475542a4d6d5e51e6eb5facff29ecf37f309bf043c0c841ef0fb7c71c1306ea3078455ac34e7f79424ea85c1473b404f480ab37279892c1a0d90a38462cc25d73adf08d206d37", |
| "tag" : "48eb845f3903d8a79c49588084259cc5", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 241, |
| "comment" : "special case for l2_hash input", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "c0ac1529d3a866bc57eba91e81b05fdf9935d1537f05e73d50825644aa6e4291be80a117bd41ceb1cc0cb9aa554d6234bf8eb33d3e5aa5c8b80475542a4d6d5e51e6eb5facff29ecf37f309bf043c0c841ef0fb7c71c1306ea3078455ac34e7f79424ea85c1473b404f480ab37279892c1a0d90a38462cc25d73adf08d206d37", |
| "tag" : "16c179ee8c9530a52af3ff3da79e97db", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 242, |
| "comment" : "special case for l2_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "c0ac1529d3a866bc036f30914381fd6e638d2d0893efb30638344958ceee4dbcb74b8f564f761f350c91de9f53f29ea12db36cb8bf2b8daac333098cea4bc3ccb6357064061c1607efdb110c7dcf7e6c6ea0289939397fa24c2dfe7603335993aa75d1761a2c12fc248d4a3e443ff7000f3838c75a7e67ac6d1c456d8fb98028c0ac1529d3a866bccbd123b28eb0c13aafd193f93cafc77c330625d9278bea8000223512bcc3fb18176170ef1fb764f98bf1f9ad4d498a7ae6829ab403e2a4ecb27f7700213bca7ffdd5b11bde95edc51112b5b3a9a22937c03d807c9d1996b9652868deb67a3e8983ba6476294b4bece04911df995c4569110bc5f08b49ba3f", |
| "tag" : "fce6de0041a2058d19ac4a756fdc80e9", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 243, |
| "comment" : "special case for l2_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "c0ac1529d3a866bc6a390c1818ffddb9638d2d0893efb306aa98fb47e0c9caa1b74b8f564f761f350c91de9f53f29ea12db36cb8bf2b8daac333098cea4bc3ccb6357064061c1607efdb110c7dcf7e6c6ea0289939397fa24c2dfe7603335993aa75d1761a2c12fc248d4a3e443ff7000f3838c75a7e67ac6d1c456d8fb98028c0ac1529d3a866bc273cb9cb7008680cafd193f93cafc77c5e57141cfd71aa7e00223512bcc3fb18176170ef1fb764f98bf1f9ad4d498a7ae6829ab403e2a4ecb27f7700213bca7ffdd5b11bde95edc51112b5b3a9a22937c03d807c9d1996b9652868deb67a3e8983ba6476294b4bece04911df995c4569110bc5f08b49ba3f", |
| "tag" : "2b7d5ed057922bb2ff7b356c6d0f8707", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 244, |
| "comment" : "special case for l2_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "c0ac1529d3a866bcd73299e94f08b55c638d2d0893efb30614ca32bec5ec0c98b74b8f564f761f350c91de9f53f29ea12db36cb8bf2b8daac333098cea4bc3ccb6357064061c1607efdb110c7dcf7e6c6ea0289939397fa24c2dfe7603335993aa75d1761a2c12fc248d4a3e443ff7000f3838c75a7e67ac6d1c456d8fb98028c0ac1529d3a866bc5ac9eb33e73840aeafd193f93cafc77c3c11cd0a078aa08d00223512bcc3fb18176170ef1fb764f98bf1f9ad4d498a7ae6829ab403e2a4ecb27f7700213bca7ffdd5b11bde95edc51112b5b3a9a22937c03d807c9d1996b9652868deb67a3e8983ba6476294b4bece04911df995c4569110bc5f08b49ba3f", |
| "tag" : "9bdedab2488919caabebf386a721a23a", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 245, |
| "comment" : "special case for l2_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "c0ac1529d3a866bc61269bc6460dd5ac638d2d0893efb3063da15d256fef29c4b74b8f564f761f350c91de9f53f29ea12db36cb8bf2b8daac333098cea4bc3ccb6357064061c1607efdb110c7dcf7e6c6ea0289939397fa24c2dfe7603335993aa75d1761a2c12fc248d4a3e443ff7000f3838c75a7e67ac6d1c456d8fb98028c0ac1529d3a866bc73772753e0127dcdafd193f93cafc77cd78ca1a0d84e638a00223512bcc3fb18176170ef1fb764f98bf1f9ad4d498a7ae6829ab403e2a4ecb27f7700213bca7ffdd5b11bde95edc51112b5b3a9a22937c03d807c9d1996b9652868deb67a3e8983ba6476294b4bece04911df995c4569110bc5f08b49ba3f", |
| "tag" : "fda9d5e3438fffdb75fa0e3902ed2258", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 246, |
| "comment" : "special case for l3_hash result", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "c0ac1529d3a866bc31a83cb8c833b949b10f73211087aa2b9b8c8fe0259988851a5ca7cf692262802a3ef9e581c7ea9a520f2ea3649e9e1457d1bc35d951df8735145dcbb441d0bdcb3c17c2d7e2894e22e209bbaa5240219b9cd8ccd04cd7b31d745fb8323265d6d148092d4ecdff9af610130ee8eb34a88b540ea294a03009c0ac1529d3a866bc84a24097f91645e6b10f73211087aa2b7f40d9bf61cb208b1a5ca7cf692262802a3ef9e581c7ea9a520f2ea3649e9e1457d1bc35d951df8735145dcbb441d0bdcb3c17c2d7e2894e22e209bbaa5240219b9cd8ccd04cd7b31d745fb8323265d6d148092d4ecdff9af610130ee8eb34a88b540ea294a03009", |
| "tag" : "77d930bc45d7a5717707a57e9def5385", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 247, |
| "comment" : "special case for l3_hash result", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "c0ac1529d3a866bcacb8e3133cd7c469b10f73211087aa2bd74eb73cab09c0791a5ca7cf692262802a3ef9e581c7ea9a520f2ea3649e9e1457d1bc35d951df8735145dcbb441d0bdcb3c17c2d7e2894e22e209bbaa5240219b9cd8ccd04cd7b31d745fb8323265d6d148092d4ecdff9af610130ee8eb34a88b540ea294a03009c0ac1529d3a866bc84a24097f91645e6b10f73211087aa2b7f40d9bf61cb208b1a5ca7cf692262802a3ef9e581c7ea9a520f2ea3649e9e1457d1bc35d951df8735145dcbb441d0bdcb3c17c2d7e2894e22e209bbaa5240219b9cd8ccd04cd7b31d745fb8323265d6d148092d4ecdff9af610130ee8eb34a88b540ea294a03009", |
| "tag" : "77d930bc45d7a5720cf6b22ad8fe1371", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 248, |
| "comment" : "special case for l3_hash result", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "c0ac1529d3a866bc9f4e0a2b2bcbb4a2b10f73211087aa2b52fbc5b9a726dca91a5ca7cf692262802a3ef9e581c7ea9a520f2ea3649e9e1457d1bc35d951df8735145dcbb441d0bdcb3c17c2d7e2894e22e209bbaa5240219b9cd8ccd04cd7b31d745fb8323265d6d148092d4ecdff9af610130ee8eb34a88b540ea294a03009c0ac1529d3a866bc83a24097f91645e6b10f73211087aa2b7f40d9bf61cb208b1a5ca7cf692262802a3ef9e581c7ea9a520f2ea3649e9e1457d1bc35d951df8735145dcbb441d0bdcb3c17c2d7e2894e22e209bbaa5240219b9cd8ccd04cd7b31d745fb8323265d6d148092d4ecdff9af610130ee8eb34a88b540ea294a03009", |
| "tag" : "77d930bb45d7a5709c8ab36f45d79a2e", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 249, |
| "comment" : "special case for l3_hash result", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "c0ac1529d3a866bcce136b533f042153b10f73211087aa2bb8247eb6c51d85811a5ca7cf692262802a3ef9e581c7ea9a520f2ea3649e9e1457d1bc35d951df8735145dcbb441d0bdcb3c17c2d7e2894e22e209bbaa5240219b9cd8ccd04cd7b31d745fb8323265d6d148092d4ecdff9af610130ee8eb34a88b540ea294a03009c0ac1529d3a866bc86a24097f91645e6b10f73211087aa2b7f40d9bf61cb208b1a5ca7cf692262802a3ef9e581c7ea9a520f2ea3649e9e1457d1bc35d951df8735145dcbb441d0bdcb3c17c2d7e2894e22e209bbaa5240219b9cd8ccd04cd7b31d745fb8323265d6d148092d4ecdff9af610130ee8eb34a88b540ea294a03009", |
| "tag" : "77d930bc45d7a46ef186164ab732db36", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 250, |
| "comment" : "special case for l3_hash result", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "c20c1c0939df8484befb29750926db6b7fc4bc1f88d1e9b553d5a419d98bd9e6520f2ea3649e9e1457d1bc35d951df8735145dcbb441d0bdcb3c17c2d7e2894e22e209bbaa5240219b9cd8ccd04cd7b31d745fb8323265d6d148092d4ecdff9af610130ee8eb34a88b540ea294a030097c7c69d83a3d075171be7590e56229d2c20c1c0939df84844c0319c30a92d75c7fc4bc1f88d1e9b5f939aa1b5f3d02f5520f2ea3649e9e1457d1bc35d951df8735145dcbb441d0bdcb3c17c2d7e2894e22e209bbaa5240219b9cd8ccd04cd7b31d745fb8323265d6d148092d4ecdff9af610130ee8eb34a88b540ea294a030097c7c69d83a3d075171be7590e56229d2", |
| "tag" : "42b70086f9c4ac3c52e96a8c74080743", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 251, |
| "comment" : "special case for l3_hash result", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "c20c1c0939df848473d1b1f2295201ea7fc4bc1f88d1e9b5fdb58a21dab1b8cb520f2ea3649e9e1457d1bc35d951df8735145dcbb441d0bdcb3c17c2d7e2894e22e209bbaa5240219b9cd8ccd04cd7b31d745fb8323265d6d148092d4ecdff9af610130ee8eb34a88b540ea294a030097c7c69d83a3d075171be7590e56229d2c20c1c0939df8484470319c30a92d75c7fc4bc1f88d1e9b5f939aa1b5f3d02f5520f2ea3649e9e1457d1bc35d951df8735145dcbb441d0bdcb3c17c2d7e2894e22e209bbaa5240219b9cd8ccd04cd7b31d745fb8323265d6d148092d4ecdff9af610130ee8eb34a88b540ea294a030097c7c69d83a3d075171be7590e56229d2", |
| "tag" : "c32b64d75f38f0fa52e96a8c74080744", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 252, |
| "comment" : "special case for l3_hash result", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "c20c1c0939df84844dda5d32b4234faf7fc4bc1f88d1e9b5724e088ffd715b9e520f2ea3649e9e1457d1bc35d951df8735145dcbb441d0bdcb3c17c2d7e2894e22e209bbaa5240219b9cd8ccd04cd7b31d745fb8323265d6d148092d4ecdff9af610130ee8eb34a88b540ea294a030097c7c69d83a3d075171be7590e56229d2c20c1c0939df8484460319c30a92d75c7fc4bc1f88d1e9b5f939aa1b5f3d02f5520f2ea3649e9e1457d1bc35d951df8735145dcbb441d0bdcb3c17c2d7e2894e22e209bbaa5240219b9cd8ccd04cd7b31d745fb8323265d6d148092d4ecdff9af610130ee8eb34a88b540ea294a030097c7c69d83a3d075171be7590e56229d2", |
| "tag" : "ce04a850e6a7538752e96a8b74080742", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 253, |
| "comment" : "special case for l3_hash result", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "c20c1c0939df8484dbc7ac85dc4a5e607fc4bc1f88d1e9b5527ccba43df5b3bd520f2ea3649e9e1457d1bc35d951df8735145dcbb441d0bdcb3c17c2d7e2894e22e209bbaa5240219b9cd8ccd04cd7b31d745fb8323265d6d148092d4ecdff9af610130ee8eb34a88b540ea294a030097c7c69d83a3d075171be7590e56229d2c20c1c0939df8484450319c30a92d75c7fc4bc1f88d1e9b5f939aa1b5f3d02f5520f2ea3649e9e1457d1bc35d951df8735145dcbb441d0bdcb3c17c2d7e2894e22e209bbaa5240219b9cd8ccd04cd7b31d745fb8323265d6d148092d4ecdff9af610130ee8eb34a88b540ea294a030097c7c69d83a3d075171be7590e56229d2", |
| "tag" : "684d5c5a4a03720352e96a8c74080640", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 254, |
| "comment" : "large l3_hash key", |
| "key" : "000000000000000000000000457308e8", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "202122232425262728292a2b2c2d2e2f", |
| "tag" : "6337520a53c7d809f44b2fe13bdbd14b", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 255, |
| "comment" : "large l3_hash key", |
| "key" : "0000000000000000000000007bad75f1", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "202122232425262728292a2b2c2d2e2f", |
| "tag" : "4e5485e74dcd44a96a8190aa15eb2632", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 256, |
| "comment" : "large l3_hash key", |
| "key" : "00000000000000000000000094835214", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "202122232425262728292a2b2c2d2e2f", |
| "tag" : "41626094b443e7bc54ac4c51e88c8a27", |
| "result" : "valid", |
| "flags" : [] |
| } |
| ] |
| }, |
| { |
| "ivSize" : 64, |
| "keySize" : 192, |
| "tagSize" : 128, |
| "type" : "MacWithIvTest", |
| "tests" : [ |
| { |
| "tcId" : 257, |
| "comment" : "empty message", |
| "key" : "927652c3c412766457dfd886317849bb174d33bf0cc98466", |
| "iv" : "a0725b5179805229", |
| "msg" : "", |
| "tag" : "ab16b90f44ef9a2656d816f30a2cd83c", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 258, |
| "comment" : "short message", |
| "key" : "faa79723b565407f8f1a21aba742b9287efa6a39bcb15f31", |
| "iv" : "860fcfe9c82ebb6e", |
| "msg" : "8a", |
| "tag" : "e125804f01fd00ead3edbfcb353099e9", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 259, |
| "comment" : "short message", |
| "key" : "9a5b782498b0d7c5306eeecaf6b50a02afddab1c87325776", |
| "iv" : "ea9ffb20a739e292", |
| "msg" : "45da", |
| "tag" : "ec4c5c8dbb1fa9c6d00bb014229b0d57", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 260, |
| "comment" : "short message", |
| "key" : "2d068093408ef8ea5c4eec4ab3e16d71a459296769727c30", |
| "iv" : "c740f22454bc3da6", |
| "msg" : "34918928", |
| "tag" : "6b030ab132daedcab0199b590210c0c0", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 261, |
| "comment" : "short message", |
| "key" : "6965e8266fa2c6594e63a28a6ce1106d69dcb091794fecd0", |
| "iv" : "33f9357ed6674685", |
| "msg" : "16b77bef9092ff", |
| "tag" : "a72c7cd55f589b4a9840d6909f77da73", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 262, |
| "comment" : "short message", |
| "key" : "b991805ad2d8ca1b18b79e33c36ec2fa02f62099d8a5c113", |
| "iv" : "06f2aadd3e8a920f", |
| "msg" : "ba7f9377c3195fbd", |
| "tag" : "a8827b5d069e00d75a458cc19933ad68", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 263, |
| "comment" : "short message", |
| "key" : "b81b5cf38f2e5fd8fc32cb7ac8cc792475fbb7c88a09975d", |
| "iv" : "95645efcd8a304ff", |
| "msg" : "be4bbf8f9731421417a469985606b7", |
| "tag" : "59d4e0b033ff4cb05f2810e1ad3c318a", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 264, |
| "comment" : "short message", |
| "key" : "38fb19c016db5f6013a42511f719098ecc1717cf760a3aa6", |
| "iv" : "6fd4319935ba418c", |
| "msg" : "8801277a70bd282b068224fee7d1e304", |
| "tag" : "4f7f05892c28ab1c10ae6f7f92a72b64", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 265, |
| "comment" : "short message", |
| "key" : "bb438b41f13f5e783c554ef4f31c4fd354cb755488d3dde8", |
| "iv" : "6f91d43d54e88dde", |
| "msg" : "a1a892de68966e3987c746d853a1274808", |
| "tag" : "e4c0e9b7a9ecabf30cb73a1051c18b24", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 266, |
| "comment" : "short message", |
| "key" : "d830ad3be6bfaf1058d194567793234336d942491e945bc8", |
| "iv" : "0a9313d3a139e773", |
| "msg" : "e42eab6d8e62eff46e36c065c7a4b4f157e5b46882e8599f", |
| "tag" : "61e9df204afcc49ec8dadac174b613e8", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 267, |
| "comment" : "long message", |
| "key" : "14f2557640270911db40d66a78f4a6c3c301a68b0b6c5cbd", |
| "iv" : "322502ed1f186e1b", |
| "msg" : "f991ffae26ce1faaa716fa015d1c418eae71821156d9ec66364676bce50137d831e89c29ea1ae098afca66319c12718a232575d450c181abc2b42a2974e7220119b5649e478afac34a1a56af848838051e26cacf3d04274e36f6e49e828ae85b1073fc8eed7af929c455ffe8f494941e98b92468f77fca56908752a1a48f025b6c", |
| "tag" : "6c9eb17399e273aceb32dbb0559cf6bb", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 268, |
| "comment" : "long message", |
| "key" : "7888dd738da11a68c9325ee051bb3968b7a6242515247dae", |
| "iv" : "13daa3aacdb464ad", |
| "msg" : "c7fad89312d5be58a3db66ab8216a5eaab5ae8f5a2eafa8d7e25807da76af489717861117930bb30fead738001137aba2a62b45ba143d9ad5019a4687a05ce637affb9f82746fdebd107d74e59d9ff2a82bd2eea04b458fa3e16d891b951d26027eba231d3cc7cdbbb8a8cd72eec32fee7b85867c7330488b95da9f11d8cdc73fad180916122f0fbd5e378908711c2885c3d9f8f63aefa542a0516b5fbbf49d76d8716f63f3ef5973ceeb7d10d1f844dbda5ac448194b74a512e037fbda92d91093226a07c611ec4ac068870eacedb61d7f20765ec9e147624b955dab435498d42d5988e498aac34d186b34782ae3152383690b4c1cda7bea9012b60f4b00be6", |
| "tag" : "18818175419dfa2c4d954b085bb4dafa", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 269, |
| "comment" : "long message", |
| "key" : "19312c69d6138b8de35996544253f88d7bc633ec93dae471", |
| "iv" : "0c2fb2274a9260ea", |
| "msg" : "42bced1935c7384836b8c57fed30eabd402594ae3434bba1e335799c0b4da85a3c123fe714f6e35630c281d7144ad48d23f18d27f8d25a015bcc3b3c3d0e21af141d787f0e246dc9c5e49407d021ed33d5ca590bf40e1fc873b2193eec104801d064419e6d0ee5a641b72e8322a6a109d92ee0f5d5d001cc13f28982b857455a9ef123f89ec696b2cedf51bfd8912691658faa40d0d445ac5d26c3c772d9d43caacba2b27c9cf4f5ef73db10934b9463336de2c1cc757127898122c27d08d45621f7e13a4d89e625642a3be56fcb4c9f8d95fcbe48cee785b0902c57a2a32020a26fc18a0cd140af5506f452783216094cb6ea382ebc8c0bcc29c1bc041cc4db69816b7f548b43d130f5c053fc4318ab1fba3d2226", |
| "tag" : "cd804704c51241e27ebb2c12715c92dd", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 270, |
| "comment" : "Flipped bit 0 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "0001020304050607", |
| "msg" : "0001020304050607", |
| "tag" : "673f36c9a48773a747cf847b07c6db05", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 271, |
| "comment" : "Flipped bit 0 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "0001020304050607", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "d0b1ad74917851838f5c658a8b0b6cf6", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 272, |
| "comment" : "Flipped bit 1 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "0001020304050607", |
| "msg" : "0001020304050607", |
| "tag" : "643f36c9a48773a747cf847b07c6db05", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 273, |
| "comment" : "Flipped bit 1 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "0001020304050607", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "d3b1ad74917851838f5c658a8b0b6cf6", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 274, |
| "comment" : "Flipped bit 7 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "0001020304050607", |
| "msg" : "0001020304050607", |
| "tag" : "e63f36c9a48773a747cf847b07c6db05", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 275, |
| "comment" : "Flipped bit 7 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "0001020304050607", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "51b1ad74917851838f5c658a8b0b6cf6", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 276, |
| "comment" : "Flipped bit 8 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "0001020304050607", |
| "msg" : "0001020304050607", |
| "tag" : "663e36c9a48773a747cf847b07c6db05", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 277, |
| "comment" : "Flipped bit 8 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "0001020304050607", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "d1b0ad74917851838f5c658a8b0b6cf6", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 278, |
| "comment" : "Flipped bit 31 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "0001020304050607", |
| "msg" : "0001020304050607", |
| "tag" : "663f3649a48773a747cf847b07c6db05", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 279, |
| "comment" : "Flipped bit 31 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "0001020304050607", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "d1b1adf4917851838f5c658a8b0b6cf6", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 280, |
| "comment" : "Flipped bit 32 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "0001020304050607", |
| "msg" : "0001020304050607", |
| "tag" : "663f36c9a58773a747cf847b07c6db05", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 281, |
| "comment" : "Flipped bit 32 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "0001020304050607", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "d1b1ad74907851838f5c658a8b0b6cf6", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 282, |
| "comment" : "Flipped bit 33 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "0001020304050607", |
| "msg" : "0001020304050607", |
| "tag" : "663f36c9a68773a747cf847b07c6db05", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 283, |
| "comment" : "Flipped bit 33 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "0001020304050607", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "d1b1ad74937851838f5c658a8b0b6cf6", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 284, |
| "comment" : "Flipped bit 63 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "0001020304050607", |
| "msg" : "0001020304050607", |
| "tag" : "663f36c9a487732747cf847b07c6db05", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 285, |
| "comment" : "Flipped bit 63 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "0001020304050607", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "d1b1ad74917851038f5c658a8b0b6cf6", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 286, |
| "comment" : "Flipped bit 64 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "0001020304050607", |
| "msg" : "0001020304050607", |
| "tag" : "663f36c9a48773a746cf847b07c6db05", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 287, |
| "comment" : "Flipped bit 64 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "0001020304050607", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "d1b1ad74917851838e5c658a8b0b6cf6", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 288, |
| "comment" : "Flipped bit 71 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "0001020304050607", |
| "msg" : "0001020304050607", |
| "tag" : "663f36c9a48773a7c7cf847b07c6db05", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 289, |
| "comment" : "Flipped bit 71 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "0001020304050607", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "d1b1ad74917851830f5c658a8b0b6cf6", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 290, |
| "comment" : "Flipped bit 77 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "0001020304050607", |
| "msg" : "0001020304050607", |
| "tag" : "663f36c9a48773a747ef847b07c6db05", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 291, |
| "comment" : "Flipped bit 77 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "0001020304050607", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "d1b1ad74917851838f7c658a8b0b6cf6", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 292, |
| "comment" : "Flipped bit 80 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "0001020304050607", |
| "msg" : "0001020304050607", |
| "tag" : "663f36c9a48773a747cf857b07c6db05", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 293, |
| "comment" : "Flipped bit 80 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "0001020304050607", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "d1b1ad74917851838f5c648a8b0b6cf6", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 294, |
| "comment" : "Flipped bit 96 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "0001020304050607", |
| "msg" : "0001020304050607", |
| "tag" : "663f36c9a48773a747cf847b06c6db05", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 295, |
| "comment" : "Flipped bit 96 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "0001020304050607", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "d1b1ad74917851838f5c658a8a0b6cf6", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 296, |
| "comment" : "Flipped bit 97 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "0001020304050607", |
| "msg" : "0001020304050607", |
| "tag" : "663f36c9a48773a747cf847b05c6db05", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 297, |
| "comment" : "Flipped bit 97 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "0001020304050607", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "d1b1ad74917851838f5c658a890b6cf6", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 298, |
| "comment" : "Flipped bit 103 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "0001020304050607", |
| "msg" : "0001020304050607", |
| "tag" : "663f36c9a48773a747cf847b87c6db05", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 299, |
| "comment" : "Flipped bit 103 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "0001020304050607", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "d1b1ad74917851838f5c658a0b0b6cf6", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 300, |
| "comment" : "Flipped bit 120 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "0001020304050607", |
| "msg" : "0001020304050607", |
| "tag" : "663f36c9a48773a747cf847b07c6db04", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 301, |
| "comment" : "Flipped bit 120 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "0001020304050607", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "d1b1ad74917851838f5c658a8b0b6cf7", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 302, |
| "comment" : "Flipped bit 121 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "0001020304050607", |
| "msg" : "0001020304050607", |
| "tag" : "663f36c9a48773a747cf847b07c6db07", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 303, |
| "comment" : "Flipped bit 121 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "0001020304050607", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "d1b1ad74917851838f5c658a8b0b6cf4", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 304, |
| "comment" : "Flipped bit 126 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "0001020304050607", |
| "msg" : "0001020304050607", |
| "tag" : "663f36c9a48773a747cf847b07c6db45", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 305, |
| "comment" : "Flipped bit 126 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "0001020304050607", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "d1b1ad74917851838f5c658a8b0b6cb6", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 306, |
| "comment" : "Flipped bit 127 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "0001020304050607", |
| "msg" : "0001020304050607", |
| "tag" : "663f36c9a48773a747cf847b07c6db85", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 307, |
| "comment" : "Flipped bit 127 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "0001020304050607", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "d1b1ad74917851838f5c658a8b0b6c76", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 308, |
| "comment" : "Flipped bits 0 and 64 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "0001020304050607", |
| "msg" : "0001020304050607", |
| "tag" : "673f36c9a48773a746cf847b07c6db05", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 309, |
| "comment" : "Flipped bits 0 and 64 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "0001020304050607", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "d0b1ad74917851838e5c658a8b0b6cf6", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 310, |
| "comment" : "Flipped bits 31 and 63 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "0001020304050607", |
| "msg" : "0001020304050607", |
| "tag" : "663f3649a487732747cf847b07c6db05", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 311, |
| "comment" : "Flipped bits 31 and 63 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "0001020304050607", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "d1b1adf4917851038f5c658a8b0b6cf6", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 312, |
| "comment" : "Flipped bits 63 and 127 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "0001020304050607", |
| "msg" : "0001020304050607", |
| "tag" : "663f36c9a487732747cf847b07c6db85", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 313, |
| "comment" : "Flipped bits 63 and 127 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "0001020304050607", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "d1b1ad74917851038f5c658a8b0b6c76", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 314, |
| "comment" : "all bits of tag flipped", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "0001020304050607", |
| "msg" : "0001020304050607", |
| "tag" : "99c0c9365b788c58b8307b84f83924fa", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 315, |
| "comment" : "all bits of tag flipped", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "0001020304050607", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "2e4e528b6e87ae7c70a39a7574f49309", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 316, |
| "comment" : "Tag changed to all zero", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "0001020304050607", |
| "msg" : "0001020304050607", |
| "tag" : "00000000000000000000000000000000", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 317, |
| "comment" : "Tag changed to all zero", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "0001020304050607", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "00000000000000000000000000000000", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 318, |
| "comment" : "tag changed to all 1", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "0001020304050607", |
| "msg" : "0001020304050607", |
| "tag" : "ffffffffffffffffffffffffffffffff", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 319, |
| "comment" : "tag changed to all 1", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "0001020304050607", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "ffffffffffffffffffffffffffffffff", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 320, |
| "comment" : "msbs changed in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "0001020304050607", |
| "msg" : "0001020304050607", |
| "tag" : "e6bfb6492407f327c74f04fb87465b85", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 321, |
| "comment" : "msbs changed in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "0001020304050607", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "51312df411f8d1030fdce50a0b8bec76", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 322, |
| "comment" : "lsbs changed in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "0001020304050607", |
| "msg" : "0001020304050607", |
| "tag" : "673e37c8a58672a646ce857a06c7da04", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 323, |
| "comment" : "lsbs changed in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "0001020304050607", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "d0b0ac75907950828e5d648b8a0a6df7", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 324, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "1011121314151617", |
| "msg" : "6c21893d4d4d9cf2b64125c9810c4df9", |
| "tag" : "de29cae2b36d824cd74ca1c616c73c87", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 325, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "1011121314151617", |
| "msg" : "6c21893d4d4d9cf2b84125c9810c4df9", |
| "tag" : "cf4dd3b50eb93b8dc5afdeb8387be8ee", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 326, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "1011121314151617", |
| "msg" : "6e21893d4d4d9cf2b64125c9810c4df9", |
| "tag" : "cf4dd3b50eb93b8d8ed1c65865c044ec", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 327, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "1011121314151617", |
| "msg" : "6d21893d4d4d9c72b74125c9810c4d79", |
| "tag" : "548e91e41fa08acf90e5096531ae0e52", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 328, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "1011121314151617", |
| "msg" : "6c21893d4d4d9c72b84125c9810c4d79", |
| "tag" : "53a84efe919ee2cb9499db2881251210", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 329, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "1011121314151617", |
| "msg" : "6e21893d4d4d9c72b64125c9810c4d79", |
| "tag" : "53a84efe919ee2cb9f518bcd6e6cc89e", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 330, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "1011121314151617", |
| "msg" : "6d21893d4d4d9c32b74125c9810c4d79", |
| "tag" : "dacb71ac6545fe01ba5521ea6571b678", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 331, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "1011121314151617", |
| "msg" : "6e21893d4d4d9c32b64125c9810c4d39", |
| "tag" : "314cff495026adf8eed07bba316c3163", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 332, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "1011121314151617", |
| "msg" : "6c21893d4d4d9df2b84125c9810c4ef9", |
| "tag" : "6a5098d2503af49730781fe5591f0ba2", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 333, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "1011121314151617", |
| "msg" : "6d21893d4e4d9cf2b74125c9820c4df9", |
| "tag" : "a4add632f005cffcfdbb3ab7a34fe7a2", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 334, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "1011121314151617", |
| "msg" : "6c21893d4e4d9cf2b84125c9820c4df9", |
| "tag" : "cf4dd3b50eb93b8d1c9648b730f62d4b", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 335, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "1011121314151617", |
| "msg" : "6e21893d4e4d9cf2b64125c9820c4df9", |
| "tag" : "cf4dd3b50eb93b8d698b48c97eee962f", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 336, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "1011121314151617", |
| "msg" : "6c21893d4d4d9cf2b64125c9810c4df9df54cabdc05007ef0d27b50a17e4c174", |
| "tag" : "62edc758e6928b413d6fc7d647f123d7", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 337, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "1011121314151617", |
| "msg" : "6c21893d4d4d9cf2b84125c9810c4df9df54cabdc05007ef0f27b50a17e4c174", |
| "tag" : "59af7e703074a8f0ac018ec0923e7dc2", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 338, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "1011121314151617", |
| "msg" : "6e21893d4d4d9cf2b64125c9810c4df9e154cabdc05007ef0d27b50a17e4c174", |
| "tag" : "59af7e703074a8f0b8794516016ac3d9", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 339, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "1011121314151617", |
| "msg" : "6d21893d4d4d9c72b74125c9810c4d79e054cabdc050076f0e27b50a17e4c1f4", |
| "tag" : "6430f8cc524349778cdc94d1b3ce1d21", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 340, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "1011121314151617", |
| "msg" : "6c21893d4d4d9c72b84125c9810c4d79df54cabdc050076f0f27b50a17e4c1f4", |
| "tag" : "4dead388a2f54b440157e941900ffda0", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 341, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "1011121314151617", |
| "msg" : "6e21893d4d4d9c72b64125c9810c4d79e154cabdc05007ef0f27b50a17e4c174", |
| "tag" : "6430f8cc524349772c1e80a0cead4240", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 342, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "1011121314151617", |
| "msg" : "6d21893d4d4d9c32b74125c9810c4d79e054cabdc050072f0e27b50a17e4c1f4", |
| "tag" : "6430f8cc524349770bd8f913570f0577", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 343, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "1011121314151617", |
| "msg" : "6e21893d4d4d9c32b64125c9810c4d39e154cabdc050072f0d27b50a17e4c1b4", |
| "tag" : "ffade3a8954fb0eb6d015813347e8693", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 344, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "1011121314151617", |
| "msg" : "6c21893d4d4d9df2b84125c9810c4ef921e41dbfc05007efcf27760b17e4c174", |
| "tag" : "e518389be58af77cae5af2fbb975937b", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 345, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "1011121314151617", |
| "msg" : "6d21893d4e4d9cf2b74125c9820c4df9e054cabdc15007ef0e27b50a18e4c174", |
| "tag" : "046f836bf30dd4d276f944d05af10798", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 346, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "1011121314151617", |
| "msg" : "6c21893d4e4d9cf2b84125c9820c4df9df54cabdc15007ef0f27b50a18e4c174", |
| "tag" : "59af7e703074a8f08516cbabe5e91492", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 347, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "1011121314151617", |
| "msg" : "6e21893d4e4d9cf2b64125c9820c4df9e154cabdc15007ef0d27b50a18e4c174", |
| "tag" : "59af7e703074a8f0c4239190c9976199", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 348, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "1011121314151617", |
| "msg" : "6c21893d4d4d9cf2b64125c9810c4df9df54cabdc05007ef0d27b50a17e4c174ad4941fcfa91cb104545c138d13604fb3bf5f7beacd97282e960d52bce6e28eb", |
| "tag" : "6c77345d4cdca1207154d08ea008f791", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 349, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "1011121314151617", |
| "msg" : "6c21893d4d4d9cf2b84125c9810c4df9df54cabdc05007ef0f27b50a17e4c174ad4941fcfa91cb104745c138d13604fb3bf5f7beacd97282eb60d52bce6e28eb", |
| "tag" : "6e7459ec73eb81b1933439592d2e527e", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 350, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "1011121314151617", |
| "msg" : "6e21893d4d4d9cf2b64125c9810c4df9e154cabdc05007ef0d27b50a17e4c174af4941fcfa91cb104545c138d13604fb3df5f7beacd97282e960d52bce6e28eb", |
| "tag" : "6e7459ec73eb81b1657a5a47f3ef3a92", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 351, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "1011121314151617", |
| "msg" : "6d21893d4d4d9c72b74125c9810c4d79e054cabdc050076f0e27b50a17e4c1f4ae4941fcfa91cb904645c138d136047b3cf5f7beacd97202ea60d52bce6e286b", |
| "tag" : "8377469cb788c6c78ec8d35e74293c16", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 352, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "1011121314151617", |
| "msg" : "6c21893d4d4d9c72b84125c9810c4d79df54cabdc050076f0f27b50a17e4c1f4ad4941fcfa91cb904745c138d136047b3bf5f7beacd97202eb60d52bce6e286b", |
| "tag" : "42715c9cc5a21936d52c252e3678ef7a", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 353, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "1011121314151617", |
| "msg" : "6e21893d4d4d9c72b64125c9810c4d79e154cabdc05007ef0f27b50a17e4c174af4941fcfa91cb904545c138d136047b3df5f7beacd97282eb60d52bce6e28eb", |
| "tag" : "8377469cb788c6c737dbe3ee560938e4", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 354, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "1011121314151617", |
| "msg" : "6d21893d4d4d9c32b74125c9810c4d79e054cabdc050072f0e27b50a17e4c1f4ae4941fcfa91cb504645c138d136047b3cf5f7beacd972c2ea60d52bce6e286b", |
| "tag" : "8377469cb788c6c74017efff829513d4", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 355, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "1011121314151617", |
| "msg" : "6e21893d4d4d9c32b64125c9810c4d39e154cabdc050072f0d27b50a17e4c1b4af4941fcfa91cb504545c138d136043b3df5f7beacd972c2e960d52bce6e282b", |
| "tag" : "42715c9cc5a21936c600a0def50eb45f", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 356, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "1011121314151617", |
| "msg" : "6c21893d4d4d9df2b84125c9810c4ef921e41dbfc05007efcf27760b17e4c174ad4941fcfa91cc104745c138d13605fb7d844bc0acd97282ab61962cce6e28eb", |
| "tag" : "8747ca3de01c25d2300ce882ef95bea8", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 357, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "1011121314151617", |
| "msg" : "6d21893d4e4d9cf2b74125c9820c4df9e054cabdc15007ef0e27b50a18e4c174ae4941fcfb91cb104645c138d23604fb3cf5f7beadd97282ea60d52bcf6e28eb", |
| "tag" : "c3f463e3f91ddd7d5f94109a36327c9a", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 358, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "1011121314151617", |
| "msg" : "6c21893d4e4d9cf2b84125c9820c4df9df54cabdc15007ef0f27b50a18e4c174ad4941fcfb91cb104745c138d23604fb3bf5f7beadd97282eb60d52bcf6e28eb", |
| "tag" : "6e7459ec73eb81b1afe8ad75e5c69ad5", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 359, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "1011121314151617", |
| "msg" : "6e21893d4e4d9cf2b64125c9820c4df9e154cabdc15007ef0d27b50a18e4c174af4941fcfb91cb104545c138d23604fb3df5f7beadd97282e960d52bcf6e28eb", |
| "tag" : "6e7459ec73eb81b1eeb158f674bfe59b", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 360, |
| "comment" : "special case for l2_hash input", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "1011121314151617", |
| "msg" : "6e21893d4d4d9cf29a436e9cd9631575b87d7f08077769a8c73b1a038852cf7bb258aa023fee0b5c2cfadc6ecac09e0e249fbfa734e78929acb26b41c1f86106d0156acd1e2d382e42e3d7e1151e1926977e6c494d242d8c4da9f451d405d3d31c9e72f51f5b34f4f00f394700d1326e2aac7ad5c1c99496817c7b569da770e5", |
| "tag" : "44ecaafbecfdcc279bd6212f6753e0a5", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 361, |
| "comment" : "special case for l2_hash input", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "1011121314151617", |
| "msg" : "6e21893d4d4d9cf29b436e9cd9631575b87d7f08077769a8c73b1a038852cf7bb258aa023fee0b5c2cfadc6ecac09e0e249fbfa734e78929acb26b41c1f86106d0156acd1e2d382e42e3d7e1151e1926977e6c494d242d8c4da9f451d405d3d31c9e72f51f5b34f4f00f394700d1326e2aac7ad5c1c99496817c7b569da770e5", |
| "tag" : "1a4cad79ce4a61163dff76befd267053", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 362, |
| "comment" : "special case for l2_hash input", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "1011121314151617", |
| "msg" : "6e21893d4d4d9cf2e9f103074d175102b87d7f08077769a8c93b1a038852cf7bb258aa023fee0b5c2cfadc6ecac09e0e249fbfa734e78929acb26b41c1f86106d0156acd1e2d382e42e3d7e1151e1926977e6c494d242d8c4da9f451d405d3d31c9e72f51f5b34f4f00f394700d1326e2aac7ad5c1c99496817c7b569da770e5", |
| "tag" : "bfabebccdc167d65f621bf4c02367c2a", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 363, |
| "comment" : "special case for l2_hash input", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "1011121314151617", |
| "msg" : "6e21893d4d4d9cf2eaf103074d175102b87d7f08077769a8c93b1a038852cf7bb258aa023fee0b5c2cfadc6ecac09e0e249fbfa734e78929acb26b41c1f86106d0156acd1e2d382e42e3d7e1151e1926977e6c494d242d8c4da9f451d405d3d31c9e72f51f5b34f4f00f394700d1326e2aac7ad5c1c99496817c7b569da770e5", |
| "tag" : "950bee4abd631154179a0c8f09f7ec4b", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 364, |
| "comment" : "special case for l2_hash input", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "1011121314151617", |
| "msg" : "6e21893d4d4d9cf2e14afb312024b123b87d7f08077769a87c559e648952cf7bb258aa023fee0b5c2cfadc6ecac09e0e249fbfa734e78929acb26b41c1f86106d0156acd1e2d382e42e3d7e1151e1926977e6c494d242d8c4da9f451d405d3d31c9e72f51f5b34f4f00f394700d1326e2aac7ad5c1c99496817c7b569da770e5", |
| "tag" : "5aaeb0ea1d97b5ef0b242e9174cf4c3d", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 365, |
| "comment" : "special case for l2_hash input", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "1011121314151617", |
| "msg" : "6e21893d4d4d9cf2e24afb312024b123b87d7f08077769a87c559e648952cf7bb258aa023fee0b5c2cfadc6ecac09e0e249fbfa734e78929acb26b41c1f86106d0156acd1e2d382e42e3d7e1151e1926977e6c494d242d8c4da9f451d405d3d31c9e72f51f5b34f4f00f394700d1326e2aac7ad5c1c99496817c7b569da770e5", |
| "tag" : "300eb368fee44adfcc0c50bc859cbe0c", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 366, |
| "comment" : "special case for l2_hash input", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "1011121314151617", |
| "msg" : "6e21893d4d4d9cf2e34afb312024b123b87d7f08077769a87c559e648952cf7bb258aa023fee0b5c2cfadc6ecac09e0e249fbfa734e78929acb26b41c1f86106d0156acd1e2d382e42e3d7e1151e1926977e6c494d242d8c4da9f451d405d3d31c9e72f51f5b34f4f00f394700d1326e2aac7ad5c1c99496817c7b569da770e5", |
| "tag" : "056eb5e7e030dfcf8cf472e7966a30dc", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 367, |
| "comment" : "special case for l2_hash input", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "1011121314151617", |
| "msg" : "6e21893d4d4d9cf299436e9cd9631575b87d7f08077769a8c73b1a038852cf7bb258aa023fee0b5c2cfadc6ecac09e0e249fbfa734e78929acb26b41c1f86106d0156acd1e2d382e42e3d7e1151e1926977e6c494d242d8c4da9f451d405d3d31c9e72f51f5b34f4f00f394700d1326e2aac7ad5c1c99496817c7b569da770e5", |
| "tag" : "440647f65efbe463f9accb9fd18150f7", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 368, |
| "comment" : "special case for l2_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "1011121314151617", |
| "msg" : "6e21893d4d4d9cf2d349fa4bcc0c8a3182d5dbbc1a6136718954183cdc52cc8aeb1debda31c554923a9df28f020ae370bc5ff6ca025211d2fbf6b7b96071fe6254cad7184d25375c1d674b4c51fbdd011c6de009c4ab5a458d56c0453c92e4ed05697f5a8e036653c2af173d9f4e8f40811bafbc4a70223e3fef41a0e8047c436e21893d4d4d9cf233b535666f6a843dce1942aec4204ae7402afd9841bf259ae3ba356ae765b2227b4728426ba004281d0544b9f361a24753dafe188f202e56d13075877cab7d44b908f9bc0743e80fd4483c046d333fbaaf2896e94978d3914cbbdfbb018436d8e13470b0dcccf31a5f468102b7ed5aa68eb0e7a68a016a2f", |
| "tag" : "7315f475dba4f7a8ee0d06e824a4f766", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 369, |
| "comment" : "special case for l2_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "1011121314151617", |
| "msg" : "6e21893d4d4d9cf228a357fb99e5dc3482d5dbbc1a613671030f49d36e7e23eeeb1debda31c554923a9df28f020ae370bc5ff6ca025211d2fbf6b7b96071fe6254cad7184d25375c1d674b4c51fbdd011c6de009c4ab5a458d56c0453c92e4ed05697f5a8e036653c2af173d9f4e8f40811bafbc4a70223e3fef41a0e8047c436e21893d4d4d9cf25cbdf84c1c941038ce1942aec4204ae732d6f12f43a28081e3ba356ae765b2227b4728426ba004281d0544b9f361a24753dafe188f202e56d13075877cab7d44b908f9bc0743e80fd4483c046d333fbaaf2896e94978d3914cbbdfbb018436d8e13470b0dcccf31a5f468102b7ed5aa68eb0e7a68a016a2f", |
| "tag" : "2e1778179a59510d0e96bc6dc8a4e693", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 370, |
| "comment" : "special case for l2_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "1011121314151617", |
| "msg" : "6e21893d4d4d9cf2381df6cb2bffe25982d5dbbc1a6136716c40804954a165e4eb1debda31c554923a9df28f020ae370bc5ff6ca025211d2fbf6b7b96071fe6254cad7184d25375c1d674b4c51fbdd011c6de009c4ab5a458d56c0453c92e4ed05697f5a8e036653c2af173d9f4e8f40811bafbc4a70223e3fef41a0e8047c436e21893d4d4d9cf22d9044619677d4a4ce1942aec4204ae746a7eee390952a76e3ba356ae765b2227b4728426ba004281d0544b9f361a24753dafe188f202e56d13075877cab7d44b908f9bc0743e80fd4483c046d333fbaaf2896e94978d3914cbbdfbb018436d8e13470b0dcccf31a5f468102b7ed5aa68eb0e7a68a016a2f", |
| "tag" : "80928d257154fe212952a9e50f1c27be", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 371, |
| "comment" : "special case for l2_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "1011121314151617", |
| "msg" : "6e21893d4d4d9cf230016581cf98616f82d5dbbc1a6136718ec12c097d53a892eb1debda31c554923a9df28f020ae370bc5ff6ca025211d2fbf6b7b96071fe6254cad7184d25375c1d674b4c51fbdd011c6de009c4ab5a458d56c0453c92e4ed05697f5a8e036653c2af173d9f4e8f40811bafbc4a70223e3fef41a0e8047c436e21893d4d4d9cf24ccb082371503d15ce1942aec4204ae746f49c7ba60eada5e3ba356ae765b2227b4728426ba004281d0544b9f361a24753dafe188f202e56d13075877cab7d44b908f9bc0743e80fd4483c046d333fbaaf2896e94978d3914cbbdfbb018436d8e13470b0dcccf31a5f468102b7ed5aa68eb0e7a68a016a2f", |
| "tag" : "380c1eb0a99c71f0ebb2bb9a07d1bdc5", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 372, |
| "comment" : "special case for l3_hash result", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "1011121314151617", |
| "msg" : "6e21893d4d4d9cf22dc7fecd34ffa21ad05721d697f82c961d5604397153fea5d98b2a0ab73e161a3661af70d3b458842aa873cf3718de0874a0c95d78827b3f31e87207ddfe6f1c5cfb740dd3eb3e7d6bdcfcc0e472c8ad6edb29eecdc9fa23fec69fa7a0dd38b226c78d478ce095c59bab41d32c5a2586bee266daa43591226e21893d4d4d9cf216afa66ae8302634d05721d697f82c968ceaff8244481c91d98b2a0ab73e161a3661af70d3b458842aa873cf3718de0874a0c95d78827b3f31e87207ddfe6f1c5cfb740dd3eb3e7d6bdcfcc0e472c8ad6edb29eecdc9fa23fec69fa7a0dd38b226c78d478ce095c59bab41d32c5a2586bee266daa4359122", |
| "tag" : "b3005e849920f807e1772366bae0117e", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 373, |
| "comment" : "special case for l3_hash result", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "1011121314151617", |
| "msg" : "6e21893d4d4d9cf2d64dda187d66036cd05721d697f82c9666cc98ccc5f0cea0d98b2a0ab73e161a3661af70d3b458842aa873cf3718de0874a0c95d78827b3f31e87207ddfe6f1c5cfb740dd3eb3e7d6bdcfcc0e472c8ad6edb29eecdc9fa23fec69fa7a0dd38b226c78d478ce095c59bab41d32c5a2586bee266daa43591226e21893d4d4d9cf219afa66ae8302634d05721d697f82c968ceaff8244481c91d98b2a0ab73e161a3661af70d3b458842aa873cf3718de0874a0c95d78827b3f31e87207ddfe6f1c5cfb740dd3eb3e7d6bdcfcc0e472c8ad6edb29eecdc9fa23fec69fa7a0dd38b226c78d478ce095c59bab41d32c5a2586bee266daa4359122", |
| "tag" : "b3005e849920f8087d7bf633b0fcf163", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 374, |
| "comment" : "special case for l3_hash result", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "1011121314151617", |
| "msg" : "6e21893d4d4d9cf2dbe957eb2fbab188d05721d697f82c96408ab3f285854ccdd98b2a0ab73e161a3661af70d3b458842aa873cf3718de0874a0c95d78827b3f31e87207ddfe6f1c5cfb740dd3eb3e7d6bdcfcc0e472c8ad6edb29eecdc9fa23fec69fa7a0dd38b226c78d478ce095c59bab41d32c5a2586bee266daa43591226e21893d4d4d9cf217afa66ae8302634d05721d697f82c968ceaff8244481c91d98b2a0ab73e161a3661af70d3b458842aa873cf3718de0874a0c95d78827b3f31e87207ddfe6f1c5cfb740dd3eb3e7d6bdcfcc0e472c8ad6edb29eecdc9fa23fec69fa7a0dd38b226c78d478ce095c59bab41d32c5a2586bee266daa4359122", |
| "tag" : "b3005e839920f806a09b5bdb0eb1eeed", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 375, |
| "comment" : "special case for l3_hash result", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "1011121314151617", |
| "msg" : "6e21893d4d4d9cf259bd46bf017acf6dd05721d697f82c9630927bfd40b9a2a2d98b2a0ab73e161a3661af70d3b458842aa873cf3718de0874a0c95d78827b3f31e87207ddfe6f1c5cfb740dd3eb3e7d6bdcfcc0e472c8ad6edb29eecdc9fa23fec69fa7a0dd38b226c78d478ce095c59bab41d32c5a2586bee266daa43591226e21893d4d4d9cf220afa66ae8302634d05721d697f82c968ceaff8244481c91d98b2a0ab73e161a3661af70d3b458842aa873cf3718de0874a0c95d78827b3f31e87207ddfe6f1c5cfb740dd3eb3e7d6bdcfcc0e472c8ad6edb29eecdc9fa23fec69fa7a0dd38b226c78d478ce095c59bab41d32c5a2586bee266daa4359122", |
| "tag" : "b3005e849920f704eebce2305aca9f14", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 376, |
| "comment" : "special case for l3_hash result", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "1011121314151617", |
| "msg" : "e154cabdc05007ef81c40203ffec19b39e4c9814d239f1b70f75cdd3b605e62d2aa873cf3718de0874a0c95d78827b3f31e87207ddfe6f1c5cfb740dd3eb3e7d6bdcfcc0e472c8ad6edb29eecdc9fa23fec69fa7a0dd38b226c78d478ce095c59bab41d32c5a2586bee266daa4359122056780a06c212bc2e809b45d4e6547b2e154cabdc05007efb7b3679895ac88d39e4c9814d239f1b7dca6fd6642c5d2302aa873cf3718de0874a0c95d78827b3f31e87207ddfe6f1c5cfb740dd3eb3e7d6bdcfcc0e472c8ad6edb29eecdc9fa23fec69fa7a0dd38b226c78d478ce095c59bab41d32c5a2586bee266daa4359122056780a06c212bc2e809b45d4e6547b2", |
| "tag" : "753abb61b7b0a577ff5a2e9c0c022133", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 377, |
| "comment" : "special case for l3_hash result", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "1011121314151617", |
| "msg" : "e154cabdc05007efbd77936adced35fe9e4c9814d239f1b7e2543ce239de5e142aa873cf3718de0874a0c95d78827b3f31e87207ddfe6f1c5cfb740dd3eb3e7d6bdcfcc0e472c8ad6edb29eecdc9fa23fec69fa7a0dd38b226c78d478ce095c59bab41d32c5a2586bee266daa4359122056780a06c212bc2e809b45d4e6547b2e154cabdc05007efb7b3679895ac88d39e4c9814d239f1b7dca6fd6642c5d2302aa873cf3718de0874a0c95d78827b3f31e87207ddfe6f1c5cfb740dd3eb3e7d6bdcfcc0e472c8ad6edb29eecdc9fa23fec69fa7a0dd38b226c78d478ce095c59bab41d32c5a2586bee266daa4359122056780a06c212bc2e809b45d4e6547b2", |
| "tag" : "a7c7c3676a22e102ff5a2e9c0c022134", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 378, |
| "comment" : "special case for l3_hash result", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "1011121314151617", |
| "msg" : "e154cabdc05007ef88acfc61055bd3df9e4c9814d239f1b707408523e3db221b2aa873cf3718de0874a0c95d78827b3f31e87207ddfe6f1c5cfb740dd3eb3e7d6bdcfcc0e472c8ad6edb29eecdc9fa23fec69fa7a0dd38b226c78d478ce095c59bab41d32c5a2586bee266daa4359122056780a06c212bc2e809b45d4e6547b2e154cabdc05007efb6b3679895ac88d39e4c9814d239f1b7dca6fd6642c5d2302aa873cf3718de0874a0c95d78827b3f31e87207ddfe6f1c5cfb740dd3eb3e7d6bdcfcc0e472c8ad6edb29eecdc9fa23fec69fa7a0dd38b226c78d478ce095c59bab41d32c5a2586bee266daa4359122056780a06c212bc2e809b45d4e6547b2", |
| "tag" : "ccba7cc42c3d0c0fff5a2e9b0c022132", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 379, |
| "comment" : "special case for l3_hash result", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "1011121314151617", |
| "msg" : "e154cabdc05007ef331bda6c649805d29e4c9814d239f1b70187c997613584322aa873cf3718de0874a0c95d78827b3f31e87207ddfe6f1c5cfb740dd3eb3e7d6bdcfcc0e472c8ad6edb29eecdc9fa23fec69fa7a0dd38b226c78d478ce095c59bab41d32c5a2586bee266daa4359122056780a06c212bc2e809b45d4e6547b2e154cabdc05007efb8b3679895ac88d39e4c9814d239f1b7dca6fd6642c5d2302aa873cf3718de0874a0c95d78827b3f31e87207ddfe6f1c5cfb740dd3eb3e7d6bdcfcc0e472c8ad6edb29eecdc9fa23fec69fa7a0dd38b226c78d478ce095c59bab41d32c5a2586bee266daa4359122056780a06c212bc2e809b45d4e6547b2", |
| "tag" : "a30e9ac74a0a8f81ff5a2e9c0c022030", |
| "result" : "valid", |
| "flags" : [] |
| } |
| ] |
| }, |
| { |
| "ivSize" : 96, |
| "keySize" : 192, |
| "tagSize" : 128, |
| "type" : "MacWithIvTest", |
| "tests" : [ |
| { |
| "tcId" : 380, |
| "comment" : "empty message", |
| "key" : "ded6ff2255658732f0fef08407136893f12edfebdf86a214", |
| "iv" : "0536e9ff304594f2adfe5e02", |
| "msg" : "", |
| "tag" : "f6f4832f85cbc72949a3505814e3416f", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 381, |
| "comment" : "short message", |
| "key" : "6ada91c9742dc01e953ef120b22a2649c0be9304386515a2", |
| "iv" : "e19faa23f871fc6658f5b596", |
| "msg" : "0d", |
| "tag" : "67ae0ce85cf32e1663d36af5a4cbcfda", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 382, |
| "comment" : "short message", |
| "key" : "9bee48dc40a8b522bd7abde7999adedd70bab2eff800a050", |
| "iv" : "6faae4201f79c9d532f63d85", |
| "msg" : "94c8", |
| "tag" : "a86fe34ad8e7865a3c9ba356492cfb81", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 383, |
| "comment" : "short message", |
| "key" : "f79e590f07388124c800dd4adadac2546c626796c46c3d2d", |
| "iv" : "c23600658207bf2dc308087c", |
| "msg" : "ea09348f", |
| "tag" : "39d48ab7ed2d789223945e3cfe4a2683", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 384, |
| "comment" : "short message", |
| "key" : "356ae80d9ff51f72920a0bcc807837cd797768adba48751c", |
| "iv" : "ae0a4c452d43a2c841d6e0fd", |
| "msg" : "a8ab4d4d07c71e", |
| "tag" : "ba31fc7730d1e5ca61b0c7b9a0e4b269", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 385, |
| "comment" : "short message", |
| "key" : "268b5cb78437e87af75f27abc753909bdaa2341f8891d77e", |
| "iv" : "ee1a14e550242a653fd4509f", |
| "msg" : "c42ab535a876942b", |
| "tag" : "417e0a94875978275141604c8dec30b8", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 386, |
| "comment" : "short message", |
| "key" : "9c426c09c0a0c519a554841eb769886aa3d82725e01b2505", |
| "iv" : "8f6441ffb977de176c4f5336", |
| "msg" : "e65680b9aeeb43bb4144900800f3bd", |
| "tag" : "52ce490c65191dac5c794dc6cdff0add", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 387, |
| "comment" : "short message", |
| "key" : "6031b3a177b43045ae587ffb0d228b0414ff26b7206c30f5", |
| "iv" : "8af8ef74bd2521f6e711950b", |
| "msg" : "dc89f1dd15f3258b7e921173650eb9ba", |
| "tag" : "fa61cdb1350121fd52205d3e4f07758e", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 388, |
| "comment" : "short message", |
| "key" : "364289eccff53efb98da8ee437d6d389775a3cf2b4c970cd", |
| "iv" : "7245a515656a2236c38c85aa", |
| "msg" : "6647b5da47d16983205ce244880ca60519", |
| "tag" : "c027c3acb5b97179127f7604ebb86bd1", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 389, |
| "comment" : "short message", |
| "key" : "4c41b2fe3e60bce3a945e2facd9754c4f60b192da1fe110e", |
| "iv" : "4ab51fc459e4f4a5b44dcfa3", |
| "msg" : "11c107e4b302fd91ea9219d7fc0079e8ac4bdcfc71ff027a", |
| "tag" : "b1c1522d602ce208d05038f32735c50a", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 390, |
| "comment" : "long message", |
| "key" : "2261962365e2eb22e12002e053950b142953a6ce602d1959", |
| "iv" : "35cbde01e07a10da05ba2a34", |
| "msg" : "442160c28d0c0832873219df81f19323342bd51b566845aa3bff39d302db3f0985c916f7c77c6d6387d93cbcdc40bd6e458d67ea5e793ac6da122d323149f1b84b8cd994b6d8bf015dfacf475fc9c509ec20adae683e57c2b9968a64cf56de90cbac6b85b9679296a3097dfc76fbfd67cbc337697f9315c23fe0a4c0d44d79c473", |
| "tag" : "2329e2f708318b6e3f9def2250519e56", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 391, |
| "comment" : "long message", |
| "key" : "5a946c7e78ad427e00bc52917fd27f009c987a871b22f6f8", |
| "iv" : "bf96939600660e8625420362", |
| "msg" : "8ad8eaf0ecc7293f9a5042c9c7b7c040a239a8d8c6eed4cf1c2c5c97b56862671110ddc027af7b9c6f8749663ebce734a442d66d1ec2133fc1e923d9f6b5d09b069ade8661051005e54f24e2045a40d65ad4a12ed0579dd192af76118ba395335fb4a94664812be3e5de91f4a4a6196eae48c639a8d2baf54bc9e47bf144862f0377d51b87ab3ef649bec7e78ef278f62aeae1b5df61d21bec304ab1793b2b958dc9d9c5aae38d3543bf6d29eff25faecb7cf8ca1e758470b4b30b4fc0bae256ff8301f63130c02874e67ce7258706ea3a45f2ac11664acb43ed90ffc8f7bd736b5027565c1eb98e54d9f00b34c8f389626f83da9ffb9fd0fd4845ab58415637", |
| "tag" : "ea9ba609922dc9ed63cfd7a7902f58a7", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 392, |
| "comment" : "long message", |
| "key" : "57c07c71e61361a2e75af18482d9bde583ff2b09b5c1da77", |
| "iv" : "7cc97a3e4f6571aedd69ee95", |
| "msg" : "946cccb8ff9b67b3565066125a59529857ac62c3e393d48de1741efe351ca19485fa4e45b4cf0831bf30ccef3d389c0bb1cd16257ac647a77b965ad90362cf27bda5e42f16005c697e9e465cc1287388abd45ed724c6f01a8701d86eb22439d0b4e609f7f81037ed59a136e20e8bb870fe577444f6dea2153b4e2c0c0c300c1404e831510b930b681982b9cdd513b3947fcf9e079dacd20fa78a08199c77727556d72480932f15e2012ff03e593b987c89a1dd1ab5ae0bd23de0d9fc3c1c37e0fd6c46c0ecb1495dc3e62dc67bd7c5150dbf5fcbc6f6feccd5d47b8d6b593a143df54391ed1fcc8eafe54567efc63087494eadaadb0b6198194e1f5a5d9bcf1de608a53f422bae1a40c9a66dfb47c26efa85b846a2", |
| "tag" : "9265a0f9e94f81b667be247e026321eb", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 393, |
| "comment" : "Flipped bit 0 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "0001020304050607", |
| "tag" : "013065a3faab86a5545cf97960bf055b", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 394, |
| "comment" : "Flipped bit 0 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "6aa2dc4ee79c64819be9da88e403974c", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 395, |
| "comment" : "Flipped bit 1 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "0001020304050607", |
| "tag" : "023065a3faab86a5545cf97960bf055b", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 396, |
| "comment" : "Flipped bit 1 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "69a2dc4ee79c64819be9da88e403974c", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 397, |
| "comment" : "Flipped bit 7 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "0001020304050607", |
| "tag" : "803065a3faab86a5545cf97960bf055b", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 398, |
| "comment" : "Flipped bit 7 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "eba2dc4ee79c64819be9da88e403974c", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 399, |
| "comment" : "Flipped bit 8 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "0001020304050607", |
| "tag" : "003165a3faab86a5545cf97960bf055b", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 400, |
| "comment" : "Flipped bit 8 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "6ba3dc4ee79c64819be9da88e403974c", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 401, |
| "comment" : "Flipped bit 31 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "0001020304050607", |
| "tag" : "00306523faab86a5545cf97960bf055b", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 402, |
| "comment" : "Flipped bit 31 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "6ba2dccee79c64819be9da88e403974c", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 403, |
| "comment" : "Flipped bit 32 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "0001020304050607", |
| "tag" : "003065a3fbab86a5545cf97960bf055b", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 404, |
| "comment" : "Flipped bit 32 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "6ba2dc4ee69c64819be9da88e403974c", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 405, |
| "comment" : "Flipped bit 33 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "0001020304050607", |
| "tag" : "003065a3f8ab86a5545cf97960bf055b", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 406, |
| "comment" : "Flipped bit 33 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "6ba2dc4ee59c64819be9da88e403974c", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 407, |
| "comment" : "Flipped bit 63 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "0001020304050607", |
| "tag" : "003065a3faab8625545cf97960bf055b", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 408, |
| "comment" : "Flipped bit 63 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "6ba2dc4ee79c64019be9da88e403974c", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 409, |
| "comment" : "Flipped bit 64 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "0001020304050607", |
| "tag" : "003065a3faab86a5555cf97960bf055b", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 410, |
| "comment" : "Flipped bit 64 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "6ba2dc4ee79c64819ae9da88e403974c", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 411, |
| "comment" : "Flipped bit 71 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "0001020304050607", |
| "tag" : "003065a3faab86a5d45cf97960bf055b", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 412, |
| "comment" : "Flipped bit 71 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "6ba2dc4ee79c64811be9da88e403974c", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 413, |
| "comment" : "Flipped bit 77 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "0001020304050607", |
| "tag" : "003065a3faab86a5547cf97960bf055b", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 414, |
| "comment" : "Flipped bit 77 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "6ba2dc4ee79c64819bc9da88e403974c", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 415, |
| "comment" : "Flipped bit 80 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "0001020304050607", |
| "tag" : "003065a3faab86a5545cf87960bf055b", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 416, |
| "comment" : "Flipped bit 80 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "6ba2dc4ee79c64819be9db88e403974c", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 417, |
| "comment" : "Flipped bit 96 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "0001020304050607", |
| "tag" : "003065a3faab86a5545cf97961bf055b", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 418, |
| "comment" : "Flipped bit 96 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "6ba2dc4ee79c64819be9da88e503974c", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 419, |
| "comment" : "Flipped bit 97 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "0001020304050607", |
| "tag" : "003065a3faab86a5545cf97962bf055b", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 420, |
| "comment" : "Flipped bit 97 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "6ba2dc4ee79c64819be9da88e603974c", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 421, |
| "comment" : "Flipped bit 103 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "0001020304050607", |
| "tag" : "003065a3faab86a5545cf979e0bf055b", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 422, |
| "comment" : "Flipped bit 103 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "6ba2dc4ee79c64819be9da886403974c", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 423, |
| "comment" : "Flipped bit 120 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "0001020304050607", |
| "tag" : "003065a3faab86a5545cf97960bf055a", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 424, |
| "comment" : "Flipped bit 120 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "6ba2dc4ee79c64819be9da88e403974d", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 425, |
| "comment" : "Flipped bit 121 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "0001020304050607", |
| "tag" : "003065a3faab86a5545cf97960bf0559", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 426, |
| "comment" : "Flipped bit 121 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "6ba2dc4ee79c64819be9da88e403974e", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 427, |
| "comment" : "Flipped bit 126 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "0001020304050607", |
| "tag" : "003065a3faab86a5545cf97960bf051b", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 428, |
| "comment" : "Flipped bit 126 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "6ba2dc4ee79c64819be9da88e403970c", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 429, |
| "comment" : "Flipped bit 127 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "0001020304050607", |
| "tag" : "003065a3faab86a5545cf97960bf05db", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 430, |
| "comment" : "Flipped bit 127 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "6ba2dc4ee79c64819be9da88e40397cc", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 431, |
| "comment" : "Flipped bits 0 and 64 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "0001020304050607", |
| "tag" : "013065a3faab86a5555cf97960bf055b", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 432, |
| "comment" : "Flipped bits 0 and 64 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "6aa2dc4ee79c64819ae9da88e403974c", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 433, |
| "comment" : "Flipped bits 31 and 63 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "0001020304050607", |
| "tag" : "00306523faab8625545cf97960bf055b", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 434, |
| "comment" : "Flipped bits 31 and 63 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "6ba2dccee79c64019be9da88e403974c", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 435, |
| "comment" : "Flipped bits 63 and 127 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "0001020304050607", |
| "tag" : "003065a3faab8625545cf97960bf05db", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 436, |
| "comment" : "Flipped bits 63 and 127 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "6ba2dc4ee79c64019be9da88e40397cc", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 437, |
| "comment" : "all bits of tag flipped", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "0001020304050607", |
| "tag" : "ffcf9a5c0554795aaba306869f40faa4", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 438, |
| "comment" : "all bits of tag flipped", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "945d23b118639b7e641625771bfc68b3", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 439, |
| "comment" : "Tag changed to all zero", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "0001020304050607", |
| "tag" : "00000000000000000000000000000000", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 440, |
| "comment" : "Tag changed to all zero", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "00000000000000000000000000000000", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 441, |
| "comment" : "tag changed to all 1", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "0001020304050607", |
| "tag" : "ffffffffffffffffffffffffffffffff", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 442, |
| "comment" : "tag changed to all 1", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "ffffffffffffffffffffffffffffffff", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 443, |
| "comment" : "msbs changed in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "0001020304050607", |
| "tag" : "80b0e5237a2b0625d4dc79f9e03f85db", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 444, |
| "comment" : "msbs changed in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "eb225cce671ce4011b695a08648317cc", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 445, |
| "comment" : "lsbs changed in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "0001020304050607", |
| "tag" : "013164a2fbaa87a4555df87861be045a", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 446, |
| "comment" : "lsbs changed in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "6aa3dd4fe69d65809ae8db89e502964d", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 447, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "6c21893d4d4d9cf2b64125c9810c4df9", |
| "tag" : "3776048eaec3ea2936d592ec50f4d93d", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 448, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "6c21893d4d4d9cf2b84125c9810c4df9", |
| "tag" : "289a0d610a0fa36a2538cfde72a985a4", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 449, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "6e21893d4d4d9cf2b64125c9810c4df9", |
| "tag" : "289a0d610a0fa36aee5ab77e9fede1a2", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 450, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "6d21893d4d4d9c72b74125c9810c4d79", |
| "tag" : "addacb901af6f2acf06dfa8b6bdbab08", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 451, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "6c21893d4d4d9c72b84125c9810c4d79", |
| "tag" : "acf488aa8cf54aa8f422cc4ebb52aec6", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 452, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "6e21893d4d4d9c72b64125c9810c4d79", |
| "tag" : "acf488aa8cf54aa8feda7cf3a89a6554", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 453, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "6d21893d4d4d9c32b74125c9810c4d79", |
| "tag" : "3417ab58609c65de19de13109f9f532e", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 454, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "6e21893d4d4d9c32b64125c9810c4d39", |
| "tag" : "8a9938f54b7d15d54e596ce06b99ce19", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 455, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "6c21893d4d4d9df2b84125c9810c4ef9", |
| "tag" : "c39cd27e4b915c749001110b934ca858", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 456, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "6d21893d4e4d9cf2b74125c9820c4df9", |
| "tag" : "fdfa0fdeeb5c37d95d442bdddd7d8458", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 457, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "6c21893d4e4d9cf2b84125c9820c4df9", |
| "tag" : "289a0d610a0fa36a7c1f39dd6b23ca01", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 458, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "6e21893d4e4d9cf2b64125c9820c4df9", |
| "tag" : "289a0d610a0fa36ac91439efb91c32e5", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 459, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "6c21893d4d4d9cf2b64125c9810c4df9df54cabdc05007ef0d27b50a17e4c174", |
| "tag" : "bc3a0104e1e8f31e9cf8b8fc821ec08d", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 460, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "6c21893d4d4d9cf2b84125c9810c4df9df54cabdc05007ef0f27b50a17e4c174", |
| "tag" : "b2fbb81c2bcb10cd0b8a7fe6cc6c1a78", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 461, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "6e21893d4d4d9cf2b64125c9810c4df9e154cabdc05007ef0d27b50a17e4c174", |
| "tag" : "b2fbb81c2bcb10cd1802363c3b98608f", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 462, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "6d21893d4d4d9c72b74125c9810c4d79e054cabdc050076f0e27b50a17e4c1f4", |
| "tag" : "bd7d32784d99b154ec6585f7edfbb9d7", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 463, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "6c21893d4d4d9c72b84125c9810c4d79df54cabdc050076f0f27b50a17e4c1f4", |
| "tag" : "a7370d349e4bb32160e0da67ca3d9a56", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 464, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "6e21893d4d4d9c72b64125c9810c4d79e154cabdc05007ef0f27b50a17e4c174", |
| "tag" : "bd7d32784d99b1548ba771c708dadef6", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 465, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "6d21893d4d4d9c32b74125c9810c4d79e054cabdc050072f0e27b50a17e4c1f4", |
| "tag" : "bd7d32784d99b1546b61ea39913ca22d", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 466, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "6e21893d4d4d9c32b64125c9810c4d39e154cabdc050072f0d27b50a17e4c1b4", |
| "tag" : "58fa1d5490a618c8cc8a49396eac2349", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 467, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "6c21893d4d4d9df2b84125c9810c4ef921e41dbfc05007efcf27760b17e4c174", |
| "tag" : "3e647247e0e15f590de3e421f3a33031", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 468, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "6d21893d4e4d9cf2b74125c9820c4df9e054cabdc15007ef0e27b50a18e4c174", |
| "tag" : "5dbbbd17ee643cafd68235f6951ea44e", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 469, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "6c21893d4e4d9cf2b84125c9820c4df9df54cabdc15007ef0f27b50a18e4c174", |
| "tag" : "b2fbb81c2bcb10cde49fbcd22016b148", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 470, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "6e21893d4e4d9cf2b64125c9820c4df9e154cabdc15007ef0d27b50a18e4c174", |
| "tag" : "b2fbb81c2bcb10cd23ac82b703c4fe4f", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 471, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "6c21893d4d4d9cf2b64125c9810c4df9df54cabdc05007ef0d27b50a17e4c174ad4941fcfa91cb104545c138d13604fb3bf5f7beacd97282e960d52bce6e28eb", |
| "tag" : "c5c36e09483308fdd0ddc1b4da369447", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 472, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "6c21893d4d4d9cf2b84125c9810c4df9df54cabdc05007ef0f27b50a17e4c174ad4941fcfa91cb104745c138d13604fb3bf5f7beacd97282eb60d52bce6e28eb", |
| "tag" : "c7c093986f41e98ef2bd2a7f675bef34", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 473, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "6e21893d4d4d9cf2b64125c9810c4df9e154cabdc05007ef0d27b50a17e4c174af4941fcfa91cb104545c138d13604fb3df5f7beacd97282e960d52bce6e28eb", |
| "tag" : "c7c093986f41e98ec5034b6e2e1cd748", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 474, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "6d21893d4d4d9c72b74125c9810c4d79e054cabdc050076f0e27b50a17e4c1f4ae4941fcfa91cb904645c138d136047b3cf5f7beacd97202ea60d52bce6e286b", |
| "tag" : "dcc38048b2df2ea4ee51c484ae56d8cc", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 475, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "6c21893d4d4d9c72b84125c9810c4d79df54cabdc050076f0f27b50a17e4c1f4ad4941fcfa91cb904745c138d136047b3bf5f7beacd97202eb60d52bce6e286b", |
| "tag" : "9bbd9648c0f8811334b5165470a68c30", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 476, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "6e21893d4d4d9c72b64125c9810c4d79e154cabdc05007ef0f27b50a17e4c174af4941fcfa91cb904545c138d136047b3df5f7beacd97282eb60d52bce6e28eb", |
| "tag" : "dcc38048b2df2ea49764d5149036d59a", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 477, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "6d21893d4d4d9c32b74125c9810c4d79e054cabdc050072f0e27b50a17e4c1f4ae4941fcfa91cb504645c138d136047b3cf5f7beacd972c2ea60d52bce6e286b", |
| "tag" : "dcc38048b2df2ea49fa0e125bcc2b08a", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 478, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "6e21893d4d4d9c32b64125c9810c4d39e154cabdc050072f0d27b50a17e4c1b4af4941fcfa91cb504545c138d136043b3df5f7beacd972c2e960d52bce6e282b", |
| "tag" : "9bbd9648c0f88113258992052f3c5115", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 479, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "6c21893d4d4d9df2b84125c9810c4ef921e41dbfc05007efcf27760b17e4c174ad4941fcfa91cc104745c138d13605fb7d844bc0acd97282ab61962cce6e28eb", |
| "tag" : "e09403e9db728daf8f95d9a929c35b5e", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 480, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "6d21893d4e4d9cf2b74125c9820c4df9e054cabdc15007ef0e27b50a18e4c174ae4941fcfb91cb104645c138d23604fb3cf5f7beadd97282ea60d52bcf6e28eb", |
| "tag" : "1d409d8ff474455abf1d01c070601950", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 481, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "6c21893d4e4d9cf2b84125c9820c4df9df54cabdc15007ef0f27b50a18e4c174ad4941fcfb91cb104745c138d23604fb3bf5f7beadd97282eb60d52bcf6e28eb", |
| "tag" : "c7c093986f41e98e0f719e9c1ff4378b", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 482, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "6e21893d4e4d9cf2b64125c9820c4df9e154cabdc15007ef0d27b50a18e4c174af4941fcfb91cb104545c138d23604fb3df5f7beadd97282e960d52bcf6e28eb", |
| "tag" : "c7c093986f41e98e4e3a4a1caeed8251", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 483, |
| "comment" : "special case for l2_hash input", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "6e21893d4d4d9cf29a436e9cd9631575b87d7f08077769a8c73b1a038852cf7bb258aa023fee0b5c2cfadc6ecac09e0e249fbfa734e78929acb26b41c1f86106d0156acd1e2d382e42e3d7e1151e1926977e6c494d242d8c4da9f451d405d3d31c9e72f51f5b34f4f00f394700d1326e2aac7ad5c1c99496817c7b569da770e5", |
| "tag" : "9e38e4a7e8543404fb5f1255a1817d5b", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 484, |
| "comment" : "special case for l2_hash input", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "6e21893d4d4d9cf29b436e9cd9631575b87d7f08077769a8c73b1a038852cf7bb258aa023fee0b5c2cfadc6ecac09e0e249fbfa734e78929acb26b41c1f86106d0156acd1e2d382e42e3d7e1151e1926977e6c494d242d8c4da9f451d405d3d31c9e72f51f5b34f4f00f394700d1326e2aac7ad5c1c99496817c7b569da770e5", |
| "tag" : "7398e725c9a0c8f39d8867e537540d09", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 485, |
| "comment" : "special case for l2_hash input", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "6e21893d4d4d9cf2e9f103074d175102b87d7f08077769a8c93b1a038852cf7bb258aa023fee0b5c2cfadc6ecac09e0e249fbfa734e78929acb26b41c1f86106d0156acd1e2d382e42e3d7e1151e1926977e6c494d242d8c4da9f451d405d3d31c9e72f51f5b34f4f00f394700d1326e2aac7ad5c1c99496817c7b569da770e5", |
| "tag" : "18f82578d76ce54255aab0723c6418e0", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 486, |
| "comment" : "special case for l2_hash input", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "6e21893d4d4d9cf2eaf103074d175102b87d7f08077769a8c93b1a038852cf7bb258aa023fee0b5c2cfadc6ecac09e0e249fbfa734e78929acb26b41c1f86106d0156acd1e2d382e42e3d7e1151e1926977e6c494d242d8c4da9f451d405d3d31c9e72f51f5b34f4f00f394700d1326e2aac7ad5c1c99496817c7b569da770e5", |
| "tag" : "ee5827f6b8b979317722fdb544258901", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 487, |
| "comment" : "special case for l2_hash input", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "6e21893d4d4d9cf2e14afb312024b123b87d7f08077769a87c559e648952cf7bb258aa023fee0b5c2cfadc6ecac09e0e249fbfa734e78929acb26b41c1f86106d0156acd1e2d382e42e3d7e1151e1926977e6c494d242d8c4da9f451d405d3d31c9e72f51f5b34f4f00f394700d1326e2aac7ad5c1c99496817c7b569da770e5", |
| "tag" : "b3faea9618ee1dcc6aad1fb7aefce8f3", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 488, |
| "comment" : "special case for l2_hash input", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "6e21893d4d4d9cf2e24afb312024b123b87d7f08077769a87c559e648952cf7bb258aa023fee0b5c2cfadc6ecac09e0e249fbfa734e78929acb26b41c1f86106d0156acd1e2d382e42e3d7e1151e1926977e6c494d242d8c4da9f451d405d3d31c9e72f51f5b34f4f00f394700d1326e2aac7ad5c1c99496817c7b569da770e5", |
| "tag" : "895aed14fa3ab2bc2b9541e2bfca5ac2", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 489, |
| "comment" : "special case for l2_hash input", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "6e21893d4d4d9cf2e34afb312024b123b87d7f08077769a87c559e648952cf7bb258aa023fee0b5c2cfadc6ecac09e0e249fbfa734e78929acb26b41c1f86106d0156acd1e2d382e42e3d7e1151e1926977e6c494d242d8c4da9f451d405d3d31c9e72f51f5b34f4f00f394700d1326e2aac7ad5c1c99496817c7b569da770e5", |
| "tag" : "5ebaef93db8747acec7d640dd097cd92", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 490, |
| "comment" : "special case for l2_hash input", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "6e21893d4d4d9cf299436e9cd9631575b87d7f08077769a8c73b1a038852cf7bb258aa023fee0b5c2cfadc6ecac09e0e249fbfa734e78929acb26b41c1f86106d0156acd1e2d382e42e3d7e1151e1926977e6c494d242d8c4da9f451d405d3d31c9e72f51f5b34f4f00f394700d1326e2aac7ad5c1c99496817c7b569da770e5", |
| "tag" : "9d5281a25a524c405935bcc60baeedad", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 491, |
| "comment" : "special case for l2_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "6e21893d4d4d9cf2d349fa4bcc0c8a3182d5dbbc1a6136718954183cdc52cc8aeb1debda31c554923a9df28f020ae370bc5ff6ca025211d2fbf6b7b96071fe6254cad7184d25375c1d674b4c51fbdd011c6de009c4ab5a458d56c0453c92e4ed05697f5a8e036653c2af173d9f4e8f40811bafbc4a70223e3fef41a0e8047c436e21893d4d4d9cf233b535666f6a843dce1942aec4204ae7402afd9841bf259ae3ba356ae765b2227b4728426ba004281d0544b9f361a24753dafe188f202e56d13075877cab7d44b908f9bc0743e80fd4483c046d333fbaaf2896e94978d3914cbbdfbb018436d8e13470b0dcccf31a5f468102b7ed5aa68eb0e7a68a016a2f", |
| "tag" : "cc622e21d6fb5f854d95f80e5ed2941c", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 492, |
| "comment" : "special case for l2_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "6e21893d4d4d9cf228a357fb99e5dc3482d5dbbc1a613671030f49d36e7e23eeeb1debda31c554923a9df28f020ae370bc5ff6ca025211d2fbf6b7b96071fe6254cad7184d25375c1d674b4c51fbdd011c6de009c4ab5a458d56c0453c92e4ed05697f5a8e036653c2af173d9f4e8f40811bafbc4a70223e3fef41a0e8047c436e21893d4d4d9cf25cbdf84c1c941038ce1942aec4204ae732d6f12f43a28081e3ba356ae765b2227b4728426ba004281d0544b9f361a24753dafe188f202e56d13075877cab7d44b908f9bc0743e80fd4483c046d333fbaaf2896e94978d3914cbbdfbb018436d8e13470b0dcccf31a5f468102b7ed5aa68eb0e7a68a016a2f", |
| "tag" : "8763b1c395afb8ea6e1fad9402d28349", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 493, |
| "comment" : "special case for l2_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "6e21893d4d4d9cf2381df6cb2bffe25982d5dbbc1a6136716c40804954a165e4eb1debda31c554923a9df28f020ae370bc5ff6ca025211d2fbf6b7b96071fe6254cad7184d25375c1d674b4c51fbdd011c6de009c4ab5a458d56c0453c92e4ed05697f5a8e036653c2af173d9f4e8f40811bafbc4a70223e3fef41a0e8047c436e21893d4d4d9cf22d9044619677d4a4ce1942aec4204ae746a7eee390952a76e3ba356ae765b2227b4728426ba004281d0544b9f361a24753dafe188f202e56d13075877cab7d44b908f9bc0743e80fd4483c046d333fbaaf2896e94978d3914cbbdfbb018436d8e13470b0dcccf31a5f468102b7ed5aa68eb0e7a68a016a2f", |
| "tag" : "d9dec6d16cab65fe88db9b0b4949c474", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 494, |
| "comment" : "special case for l2_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "6e21893d4d4d9cf230016581cf98616f82d5dbbc1a6136718ec12c097d53a892eb1debda31c554923a9df28f020ae370bc5ff6ca025211d2fbf6b7b96071fe6254cad7184d25375c1d674b4c51fbdd011c6de009c4ab5a458d56c0453c92e4ed05697f5a8e036653c2af173d9f4e8f40811bafbc4a70223e3fef41a0e8047c436e21893d4d4d9cf24ccb082371503d15ce1942aec4204ae746f49c7ba60eada5e3ba356ae765b2227b4728426ba004281d0544b9f361a24753dafe188f202e56d13075877cab7d44b908f9bc0743e80fd4483c046d333fbaaf2896e94978d3914cbbdfbb018436d8e13470b0dcccf31a5f468102b7ed5aa68eb0e7a68a016a2f", |
| "tag" : "9158585ca4f2d9cd4b3bacc041ff5a7b", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 495, |
| "comment" : "special case for l3_hash result", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "6e21893d4d4d9cf22dc7fecd34ffa21ad05721d697f82c961d5604397153fea5d98b2a0ab73e161a3661af70d3b458842aa873cf3718de0874a0c95d78827b3f31e87207ddfe6f1c5cfb740dd3eb3e7d6bdcfcc0e472c8ad6edb29eecdc9fa23fec69fa7a0dd38b226c78d478ce095c59bab41d32c5a2586bee266daa43591226e21893d4d4d9cf216afa66ae8302634d05721d697f82c968ceaff8244481c91d98b2a0ab73e161a3661af70d3b458842aa873cf3718de0874a0c95d78827b3f31e87207ddfe6f1c5cfb740dd3eb3e7d6bdcfcc0e472c8ad6edb29eecdc9fa23fec69fa7a0dd38b226c78d478ce095c59bab41d32c5a2586bee266daa4359122", |
| "tag" : "0c4c983094775fe44100148cf50dae34", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 496, |
| "comment" : "special case for l3_hash result", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "6e21893d4d4d9cf2d64dda187d66036cd05721d697f82c9666cc98ccc5f0cea0d98b2a0ab73e161a3661af70d3b458842aa873cf3718de0874a0c95d78827b3f31e87207ddfe6f1c5cfb740dd3eb3e7d6bdcfcc0e472c8ad6edb29eecdc9fa23fec69fa7a0dd38b226c78d478ce095c59bab41d32c5a2586bee266daa43591226e21893d4d4d9cf219afa66ae8302634d05721d697f82c968ceaff8244481c91d98b2a0ab73e161a3661af70d3b458842aa873cf3718de0874a0c95d78827b3f31e87207ddfe6f1c5cfb740dd3eb3e7d6bdcfcc0e472c8ad6edb29eecdc9fa23fec69fa7a0dd38b226c78d478ce095c59bab41d32c5a2586bee266daa4359122", |
| "tag" : "0c4c983094775fe5dd04e759eb2a8e19", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 497, |
| "comment" : "special case for l3_hash result", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "6e21893d4d4d9cf2dbe957eb2fbab188d05721d697f82c96408ab3f285854ccdd98b2a0ab73e161a3661af70d3b458842aa873cf3718de0874a0c95d78827b3f31e87207ddfe6f1c5cfb740dd3eb3e7d6bdcfcc0e472c8ad6edb29eecdc9fa23fec69fa7a0dd38b226c78d478ce095c59bab41d32c5a2586bee266daa43591226e21893d4d4d9cf217afa66ae8302634d05721d697f82c968ceaff8244481c91d98b2a0ab73e161a3661af70d3b458842aa873cf3718de0874a0c95d78827b3f31e87207ddfe6f1c5cfb740dd3eb3e7d6bdcfcc0e472c8ad6edb29eecdc9fa23fec69fa7a0dd38b226c78d478ce095c59bab41d32c5a2586bee266daa4359122", |
| "tag" : "0c4c982f94775fe300244d0148df8ba3", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 498, |
| "comment" : "special case for l3_hash result", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "6e21893d4d4d9cf259bd46bf017acf6dd05721d697f82c9630927bfd40b9a2a2d98b2a0ab73e161a3661af70d3b458842aa873cf3718de0874a0c95d78827b3f31e87207ddfe6f1c5cfb740dd3eb3e7d6bdcfcc0e472c8ad6edb29eecdc9fa23fec69fa7a0dd38b226c78d478ce095c59bab41d32c5a2586bee266daa43591226e21893d4d4d9cf220afa66ae8302634d05721d697f82c968ceaff8244481c91d98b2a0ab73e161a3661af70d3b458842aa873cf3718de0874a0c95d78827b3f31e87207ddfe6f1c5cfb740dd3eb3e7d6bdcfcc0e472c8ad6edb29eecdc9fa23fec69fa7a0dd38b226c78d478ce095c59bab41d32c5a2586bee266daa4359122", |
| "tag" : "0c4c983094775ee14e45d35694f83bca", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 499, |
| "comment" : "special case for l3_hash result", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "e154cabdc05007ef81c40203ffec19b39e4c9814d239f1b70f75cdd3b605e62d2aa873cf3718de0874a0c95d78827b3f31e87207ddfe6f1c5cfb740dd3eb3e7d6bdcfcc0e472c8ad6edb29eecdc9fa23fec69fa7a0dd38b226c78d478ce095c59bab41d32c5a2586bee266daa4359122056780a06c212bc2e809b45d4e6547b2e154cabdc05007efb7b3679895ac88d39e4c9814d239f1b7dca6fd6642c5d2302aa873cf3718de0874a0c95d78827b3f31e87207ddfe6f1c5cfb740dd3eb3e7d6bdcfcc0e472c8ad6edb29eecdc9fa23fec69fa7a0dd38b226c78d478ce095c59bab41d32c5a2586bee266daa4359122056780a06c212bc2e809b45d4e6547b2", |
| "tag" : "ce86f50db3070d545ee31fc2462fbde9", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 500, |
| "comment" : "special case for l3_hash result", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "e154cabdc05007efbd77936adced35fe9e4c9814d239f1b7e2543ce239de5e142aa873cf3718de0874a0c95d78827b3f31e87207ddfe6f1c5cfb740dd3eb3e7d6bdcfcc0e472c8ad6edb29eecdc9fa23fec69fa7a0dd38b226c78d478ce095c59bab41d32c5a2586bee266daa4359122056780a06c212bc2e809b45d4e6547b2e154cabdc05007efb7b3679895ac88d39e4c9814d239f1b7dca6fd6642c5d2302aa873cf3718de0874a0c95d78827b3f31e87207ddfe6f1c5cfb740dd3eb3e7d6bdcfcc0e472c8ad6edb29eecdc9fa23fec69fa7a0dd38b226c78d478ce095c59bab41d32c5a2586bee266daa4359122056780a06c212bc2e809b45d4e6547b2", |
| "tag" : "0113fd13657948df5ee31fc2462fbdea", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 501, |
| "comment" : "special case for l3_hash result", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "e154cabdc05007ef88acfc61055bd3df9e4c9814d239f1b707408523e3db221b2aa873cf3718de0874a0c95d78827b3f31e87207ddfe6f1c5cfb740dd3eb3e7d6bdcfcc0e472c8ad6edb29eecdc9fa23fec69fa7a0dd38b226c78d478ce095c59bab41d32c5a2586bee266daa4359122056780a06c212bc2e809b45d4e6547b2e154cabdc05007efb6b3679895ac88d39e4c9814d239f1b7dca6fd6642c5d2302aa873cf3718de0874a0c95d78827b3f31e87207ddfe6f1c5cfb740dd3eb3e7d6bdcfcc0e472c8ad6edb29eecdc9fa23fec69fa7a0dd38b226c78d478ce095c59bab41d32c5a2586bee266daa4359122056780a06c212bc2e809b45d4e6547b2", |
| "tag" : "2606b670279373ec5ee31fc1462fbde8", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 502, |
| "comment" : "special case for l3_hash result", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "e154cabdc05007ef331bda6c649805d29e4c9814d239f1b70187c997613584322aa873cf3718de0874a0c95d78827b3f31e87207ddfe6f1c5cfb740dd3eb3e7d6bdcfcc0e472c8ad6edb29eecdc9fa23fec69fa7a0dd38b226c78d478ce095c59bab41d32c5a2586bee266daa4359122056780a06c212bc2e809b45d4e6547b2e154cabdc05007efb8b3679895ac88d39e4c9814d239f1b7dca6fd6642c5d2302aa873cf3718de0874a0c95d78827b3f31e87207ddfe6f1c5cfb740dd3eb3e7d6bdcfcc0e472c8ad6edb29eecdc9fa23fec69fa7a0dd38b226c78d478ce095c59bab41d32c5a2586bee266daa4359122056780a06c212bc2e809b45d4e6547b2", |
| "tag" : "fc5ad4734560f75e5ee31fc2462fbce6", |
| "result" : "valid", |
| "flags" : [] |
| } |
| ] |
| }, |
| { |
| "ivSize" : 64, |
| "keySize" : 256, |
| "tagSize" : 128, |
| "type" : "MacWithIvTest", |
| "tests" : [ |
| { |
| "tcId" : 503, |
| "comment" : "empty message", |
| "key" : "b3eb7da5ba6301ea8af84a2f14a3e306f13d4cfd6231aa1a5139fcf984b3e693", |
| "iv" : "cb6dc0f67a283437", |
| "msg" : "", |
| "tag" : "c4a7d71dce241e6d02c704852f280485", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 504, |
| "comment" : "short message", |
| "key" : "d7d8c8444be124dd99f724653ddd77765ac0b38333753896c473db38d190596f", |
| "iv" : "c548a265424a5aeb", |
| "msg" : "79", |
| "tag" : "3109914f8d6e8c280afaee3a923c590b", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 505, |
| "comment" : "short message", |
| "key" : "f0a441c0412a2899bfb4f77c4862e642518756e2e05e3840a91db2614e42cc4f", |
| "iv" : "74ef1ee9bce92d20", |
| "msg" : "34ab", |
| "tag" : "e6c54df291e3337e29ddba5624e17acd", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 506, |
| "comment" : "short message", |
| "key" : "2506d931a9272784d3e14e45d7cdc97cd4490facff66c81a641b831abb737588", |
| "iv" : "ece05c0764c05aa8", |
| "msg" : "b65b886b", |
| "tag" : "e6ca527b7756dc4d1982a3bedc5efce3", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 507, |
| "comment" : "short message", |
| "key" : "a92c5eef625c25a39d8f04d69ed7beaaa2deac2ac5b849571ed088418b830250", |
| "iv" : "796ea0ba9efac297", |
| "msg" : "48d6f84d00ccc3", |
| "tag" : "1d726a1a38c3721a8594e19d1338fa25", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 508, |
| "comment" : "short message", |
| "key" : "2a1acc7e1cb654a694c28e9254fe2602831bf1efeb5c256e748cc0a440817d3d", |
| "iv" : "368a0ca58c454784", |
| "msg" : "8c0b66622e52839d", |
| "tag" : "7b63e9dc799bdc4f395f97e773acc19c", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 509, |
| "comment" : "short message", |
| "key" : "93991464decf2e9c7daa1fd54b02aacfbabbe014958ffc78049e3fc9491e6e5f", |
| "iv" : "c7033843753822d8", |
| "msg" : "0cf478306fdb2cb312b7f6a32d6e85", |
| "tag" : "851751c6c23767df35a8a080f77295c1", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 510, |
| "comment" : "short message", |
| "key" : "6e105bb7010f69205b3dd0fa6ef71c2499ab6caeae77a5bc6c371e497e74f4a9", |
| "iv" : "e87b887fa4cb0368", |
| "msg" : "ec78fd4e0296c2ee8a50bf6b3232d428", |
| "tag" : "76a0e6b470ea5c6beac73548257e38cb", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 511, |
| "comment" : "short message", |
| "key" : "85816550f16ebc3339ca49f9f4d8422ec3c2b2a63f286fc801e26bafcc4534f3", |
| "iv" : "766e107e4bd3d57f", |
| "msg" : "ba8d33fd9d4bde0e42fe0cf816bf882397", |
| "tag" : "426e116b18d6f6f1651a1076a41ba073", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 512, |
| "comment" : "short message", |
| "key" : "16f20740a3b6a62fec9c9817879b52fccb6ce2384cba0dd5ac36e4b1cb1b54d8", |
| "iv" : "7c61bcb759342015", |
| "msg" : "c94e990c1b457912bbd7b19583a70694a8efc58ecb427afe", |
| "tag" : "bdf48e3ecf3da4d963e266a2337686ff", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 513, |
| "comment" : "long message", |
| "key" : "8acfec72e42b891d17bbd646202ecb99c1f5cb8604390f52138eec4de0f289cd", |
| "iv" : "75487c87190d466b", |
| "msg" : "3779ecd7faa2f79d7db817cde40058c3445317057d6e9d94b61e44403b320c0bfe08474ebe24660323fefb48e4f86e91a422f0c8b56f17437cb9ddb6a5229f624882434d3a96c8b1135276a2c392026b57a3a1375a9c0b2dfc62345197e4303b60f12fa8bf4542bbcb08c0ab91daff01854481dd09b8891a3f25312102c4be46e8", |
| "tag" : "55049182701e1a3e890a57b3aefcd5fc", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 514, |
| "comment" : "long message", |
| "key" : "4b3da593352df3d380eed05ea679e417661546ba571288df2f3e25dd3a13945d", |
| "iv" : "c79148ade1763db1", |
| "msg" : "edfae54d2d26c1eeb043998ea270687efc68941a11210e44a941fd7f5317acd780157403e38fb91bc7d2e2d4422eb8e438d28ea2af40ce5bd36522c217455d0c301b75e95e7016f2d7e94cc79922133cad049f1cf8c3b51b09a185c56c6478efa1db2b02d6de8c6fe7f791249f37ae9cb92218607a447992adfdd0a95f2f44a20c2cd8bf0d32c5c3f0440e6eb1ddf60b25835d4aef0ed03de103de492bb2691e4eff2e638d6470ceac84dbf0df2365ca34b02300f964ced4828b4dffafb63382225a5444e80cd73e092944223e84916446e7b7b39d8b939f99963cc31d244e3d282c84630fcce0c8438b785b896a2101db933f9df28da7c2a008836d0e586ecf", |
| "tag" : "928f5fa0cae66c63b66617b442a8116c", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 515, |
| "comment" : "long message", |
| "key" : "cf2ca8c15517264a32cd15b8642fc88e05b64d1e25c135c0a86873121e353cc4", |
| "iv" : "6525bbd703d2a893", |
| "msg" : "954d365254c305535bc40881859e2a190248dcd94858f911287f1ef45dd16e2a7c43cd825cae390c7c465dfd6e46ba3fda48dbe490772ded7309cd8c7caf64b4a2bc130be207fde10ed4e2c2b19ff500b624a0474227ecadc2bf7615dfa4b01913e55c2ddb3bafecb5b727922d8f940da6258566769b31c5961626412dd4d92353cb727f12bd90e2e6ac7c70b43b944cd214f99874b59a3a1fc9cbdf502ce61eaa24f19bd5cf4968e443a1c1fa96d386dee363c09cb03718cb42509df5fd4d4e54c20930381da6f25c8b6bbb15a00eb322b2fab3dbecb027d44b8502569656f06fd4b69b6a51f96e127ebfe1f8148f32e715f47193813e0ea25a26557a49065483fe57acbf3407fe10112701dcdd386a04d2e32113", |
| "tag" : "bdff9caa8d3eb554a154650592923270", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 516, |
| "comment" : "Flipped bit 0 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "0001020304050607", |
| "msg" : "0001020304050607", |
| "tag" : "b92e6b9fe232b695a4ac552b67143b19", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 517, |
| "comment" : "Flipped bit 0 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "0001020304050607", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "464661702b6635a3ebe7a3bc26206f27", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 518, |
| "comment" : "Flipped bit 1 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "0001020304050607", |
| "msg" : "0001020304050607", |
| "tag" : "ba2e6b9fe232b695a4ac552b67143b19", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 519, |
| "comment" : "Flipped bit 1 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "0001020304050607", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "454661702b6635a3ebe7a3bc26206f27", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 520, |
| "comment" : "Flipped bit 7 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "0001020304050607", |
| "msg" : "0001020304050607", |
| "tag" : "382e6b9fe232b695a4ac552b67143b19", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 521, |
| "comment" : "Flipped bit 7 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "0001020304050607", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "c74661702b6635a3ebe7a3bc26206f27", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 522, |
| "comment" : "Flipped bit 8 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "0001020304050607", |
| "msg" : "0001020304050607", |
| "tag" : "b82f6b9fe232b695a4ac552b67143b19", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 523, |
| "comment" : "Flipped bit 8 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "0001020304050607", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "474761702b6635a3ebe7a3bc26206f27", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 524, |
| "comment" : "Flipped bit 31 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "0001020304050607", |
| "msg" : "0001020304050607", |
| "tag" : "b82e6b1fe232b695a4ac552b67143b19", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 525, |
| "comment" : "Flipped bit 31 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "0001020304050607", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "474661f02b6635a3ebe7a3bc26206f27", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 526, |
| "comment" : "Flipped bit 32 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "0001020304050607", |
| "msg" : "0001020304050607", |
| "tag" : "b82e6b9fe332b695a4ac552b67143b19", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 527, |
| "comment" : "Flipped bit 32 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "0001020304050607", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "474661702a6635a3ebe7a3bc26206f27", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 528, |
| "comment" : "Flipped bit 33 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "0001020304050607", |
| "msg" : "0001020304050607", |
| "tag" : "b82e6b9fe032b695a4ac552b67143b19", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 529, |
| "comment" : "Flipped bit 33 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "0001020304050607", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "47466170296635a3ebe7a3bc26206f27", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 530, |
| "comment" : "Flipped bit 63 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "0001020304050607", |
| "msg" : "0001020304050607", |
| "tag" : "b82e6b9fe232b615a4ac552b67143b19", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 531, |
| "comment" : "Flipped bit 63 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "0001020304050607", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "474661702b663523ebe7a3bc26206f27", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 532, |
| "comment" : "Flipped bit 64 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "0001020304050607", |
| "msg" : "0001020304050607", |
| "tag" : "b82e6b9fe232b695a5ac552b67143b19", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 533, |
| "comment" : "Flipped bit 64 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "0001020304050607", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "474661702b6635a3eae7a3bc26206f27", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 534, |
| "comment" : "Flipped bit 71 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "0001020304050607", |
| "msg" : "0001020304050607", |
| "tag" : "b82e6b9fe232b69524ac552b67143b19", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 535, |
| "comment" : "Flipped bit 71 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "0001020304050607", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "474661702b6635a36be7a3bc26206f27", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 536, |
| "comment" : "Flipped bit 77 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "0001020304050607", |
| "msg" : "0001020304050607", |
| "tag" : "b82e6b9fe232b695a48c552b67143b19", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 537, |
| "comment" : "Flipped bit 77 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "0001020304050607", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "474661702b6635a3ebc7a3bc26206f27", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 538, |
| "comment" : "Flipped bit 80 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "0001020304050607", |
| "msg" : "0001020304050607", |
| "tag" : "b82e6b9fe232b695a4ac542b67143b19", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 539, |
| "comment" : "Flipped bit 80 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "0001020304050607", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "474661702b6635a3ebe7a2bc26206f27", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 540, |
| "comment" : "Flipped bit 96 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "0001020304050607", |
| "msg" : "0001020304050607", |
| "tag" : "b82e6b9fe232b695a4ac552b66143b19", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 541, |
| "comment" : "Flipped bit 96 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "0001020304050607", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "474661702b6635a3ebe7a3bc27206f27", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 542, |
| "comment" : "Flipped bit 97 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "0001020304050607", |
| "msg" : "0001020304050607", |
| "tag" : "b82e6b9fe232b695a4ac552b65143b19", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 543, |
| "comment" : "Flipped bit 97 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "0001020304050607", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "474661702b6635a3ebe7a3bc24206f27", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 544, |
| "comment" : "Flipped bit 103 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "0001020304050607", |
| "msg" : "0001020304050607", |
| "tag" : "b82e6b9fe232b695a4ac552be7143b19", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 545, |
| "comment" : "Flipped bit 103 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "0001020304050607", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "474661702b6635a3ebe7a3bca6206f27", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 546, |
| "comment" : "Flipped bit 120 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "0001020304050607", |
| "msg" : "0001020304050607", |
| "tag" : "b82e6b9fe232b695a4ac552b67143b18", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 547, |
| "comment" : "Flipped bit 120 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "0001020304050607", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "474661702b6635a3ebe7a3bc26206f26", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 548, |
| "comment" : "Flipped bit 121 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "0001020304050607", |
| "msg" : "0001020304050607", |
| "tag" : "b82e6b9fe232b695a4ac552b67143b1b", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 549, |
| "comment" : "Flipped bit 121 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "0001020304050607", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "474661702b6635a3ebe7a3bc26206f25", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 550, |
| "comment" : "Flipped bit 126 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "0001020304050607", |
| "msg" : "0001020304050607", |
| "tag" : "b82e6b9fe232b695a4ac552b67143b59", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 551, |
| "comment" : "Flipped bit 126 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "0001020304050607", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "474661702b6635a3ebe7a3bc26206f67", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 552, |
| "comment" : "Flipped bit 127 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "0001020304050607", |
| "msg" : "0001020304050607", |
| "tag" : "b82e6b9fe232b695a4ac552b67143b99", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 553, |
| "comment" : "Flipped bit 127 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "0001020304050607", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "474661702b6635a3ebe7a3bc26206fa7", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 554, |
| "comment" : "Flipped bits 0 and 64 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "0001020304050607", |
| "msg" : "0001020304050607", |
| "tag" : "b92e6b9fe232b695a5ac552b67143b19", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 555, |
| "comment" : "Flipped bits 0 and 64 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "0001020304050607", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "464661702b6635a3eae7a3bc26206f27", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 556, |
| "comment" : "Flipped bits 31 and 63 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "0001020304050607", |
| "msg" : "0001020304050607", |
| "tag" : "b82e6b1fe232b615a4ac552b67143b19", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 557, |
| "comment" : "Flipped bits 31 and 63 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "0001020304050607", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "474661f02b663523ebe7a3bc26206f27", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 558, |
| "comment" : "Flipped bits 63 and 127 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "0001020304050607", |
| "msg" : "0001020304050607", |
| "tag" : "b82e6b9fe232b615a4ac552b67143b99", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 559, |
| "comment" : "Flipped bits 63 and 127 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "0001020304050607", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "474661702b663523ebe7a3bc26206fa7", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 560, |
| "comment" : "all bits of tag flipped", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "0001020304050607", |
| "msg" : "0001020304050607", |
| "tag" : "47d194601dcd496a5b53aad498ebc4e6", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 561, |
| "comment" : "all bits of tag flipped", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "0001020304050607", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "b8b99e8fd499ca5c14185c43d9df90d8", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 562, |
| "comment" : "Tag changed to all zero", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "0001020304050607", |
| "msg" : "0001020304050607", |
| "tag" : "00000000000000000000000000000000", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 563, |
| "comment" : "Tag changed to all zero", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "0001020304050607", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "00000000000000000000000000000000", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 564, |
| "comment" : "tag changed to all 1", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "0001020304050607", |
| "msg" : "0001020304050607", |
| "tag" : "ffffffffffffffffffffffffffffffff", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 565, |
| "comment" : "tag changed to all 1", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "0001020304050607", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "ffffffffffffffffffffffffffffffff", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 566, |
| "comment" : "msbs changed in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "0001020304050607", |
| "msg" : "0001020304050607", |
| "tag" : "38aeeb1f62b23615242cd5abe794bb99", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 567, |
| "comment" : "msbs changed in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "0001020304050607", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "c7c6e1f0abe6b5236b67233ca6a0efa7", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 568, |
| "comment" : "lsbs changed in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "0001020304050607", |
| "msg" : "0001020304050607", |
| "tag" : "b92f6a9ee333b794a5ad542a66153a18", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 569, |
| "comment" : "lsbs changed in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "0001020304050607", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "464760712a6734a2eae6a2bd27216e26", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 570, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "1011121314151617", |
| "msg" : "7841a418d00adf1974c26bdbf9738a54", |
| "tag" : "18a52f11228e54f2a2489ad5bbe9dcbe", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 571, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "1011121314151617", |
| "msg" : "7841a418d00adf1976c26bdbf9738a54", |
| "tag" : "0623379026f0d783af894367715046f3", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 572, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "1011121314151617", |
| "msg" : "7a41a418d00adf1974c26bdbf9738a54", |
| "tag" : "0623379026f0d783df4020f133098d0d", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 573, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "1011121314151617", |
| "msg" : "7941a418d00adf9975c26bdbf9738ad4", |
| "tag" : "d69e64b7f626178d0967075762841b0e", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 574, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "1011121314151617", |
| "msg" : "7841a418d00adf9976c26bdbf9738ad4", |
| "tag" : "f7aed53b8423d4e23d093f2bc1bda391", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 575, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "1011121314151617", |
| "msg" : "7a41a418d00adf9974c26bdbf9738ad4", |
| "tag" : "f7aed53b8423d4e272fd5096d926e4e8", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 576, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "1011121314151617", |
| "msg" : "7941a418d00adf5975c26bdbf9738ad4", |
| "tag" : "fb7daf9b69636ffd4b8dbadc53cc8b8b", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 577, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "1011121314151617", |
| "msg" : "7a41a418d00adf5974c26bdbf9738a94", |
| "tag" : "e75fe4dd7e47c731c84b53701cb529f1", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 578, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "1011121314151617", |
| "msg" : "7841a418d00ae01976c26bdbf9738b54", |
| "tag" : "b89782cddca374231bd62cffed949413", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 579, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "1011121314151617", |
| "msg" : "7941a418d10adf1975c26bdbfa738a54", |
| "tag" : "f6d15cdb476dd317ec995d5a76b8ffd9", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 580, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "1011121314151617", |
| "msg" : "7841a418d10adf1976c26bdbfa738a54", |
| "tag" : "0623379026f0d783ccf7ea05e634f5b3", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 581, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "1011121314151617", |
| "msg" : "7a41a418d10adf1974c26bdbfa738a54", |
| "tag" : "0623379026f0d7837ef1f826395382fd", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 582, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "1011121314151617", |
| "msg" : "7841a418d00adf1974c26bdbf9738a5483e0138a9e0e818f03ac44359b66e1bc", |
| "tag" : "2269d0ec0459eebacacef3e1620cf9db", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 583, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "1011121314151617", |
| "msg" : "7841a418d00adf1976c26bdbf9738a5483e0138a9e0e818f05ac44359b66e1bc", |
| "tag" : "4f245d92fb996c883d3e5c2f82f25509", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 584, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "1011121314151617", |
| "msg" : "7a41a418d00adf1974c26bdbf9738a5485e0138a9e0e818f03ac44359b66e1bc", |
| "tag" : "4f245d92fb996c881a871ea14f674f2d", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 585, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "1011121314151617", |
| "msg" : "7941a418d00adf9975c26bdbf9738ad484e0138a9e0e810f04ac44359b66e13c", |
| "tag" : "f01ab5e09a03ec9d51d7de9ba7b9826a", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 586, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "1011121314151617", |
| "msg" : "7841a418d00adf9976c26bdbf9738ad483e0138a9e0e810f05ac44359b66e13c", |
| "tag" : "e07d2138c784ed9f131fe0926d2736de", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 587, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "1011121314151617", |
| "msg" : "7a41a418d00adf9974c26bdbf9738ad485e0138a9e0e818f05ac44359b66e1bc", |
| "tag" : "f01ab5e09a03ec9d529b2ac98f8e8b1d", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 588, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "1011121314151617", |
| "msg" : "7941a418d00adf5975c26bdbf9738ad484e0138a9e0e81cf04ac44359b66e13c", |
| "tag" : "f01ab5e09a03ec9d549f195c823eb580", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 589, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "1011121314151617", |
| "msg" : "7a41a418d00adf5974c26bdbf9738a9485e0138a9e0e81cf03ac44359b66e1fc", |
| "tag" : "f39dc63d8c476d0740af0e41e2bd2909", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 590, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "1011121314151617", |
| "msg" : "7841a418d00ae01976c26bdbf9738b54c56f678b9e0e818fc5ac05369b66e1bc", |
| "tag" : "bec69916126b62c4a43c8e227c7e9062", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 591, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "1011121314151617", |
| "msg" : "7941a418d10adf1975c26bdbfa738a5484e0138a9f0e818f04ac44359c66e1bc", |
| "tag" : "3080a8293c9364b29ce0c3259984439c", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 592, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "1011121314151617", |
| "msg" : "7841a418d10adf1976c26bdbfa738a5483e0138a9f0e818f05ac44359c66e1bc", |
| "tag" : "4f245d92fb996c887a8f2261f1d0aa5c", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 593, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "1011121314151617", |
| "msg" : "7a41a418d10adf1974c26bdbfa738a5485e0138a9f0e818f03ac44359c66e1bc", |
| "tag" : "4f245d92fb996c88aa80130f60eb330b", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 594, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "1011121314151617", |
| "msg" : "7841a418d00adf1974c26bdbf9738a5483e0138a9e0e818f03ac44359b66e1bc2bd20925d654a5e727f949e017760c57b99a7c32dd1cffd61d364625bf6a69f1", |
| "tag" : "35f488b9c7f1253e37951978d07bb2d6", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 595, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "1011121314151617", |
| "msg" : "7841a418d00adf1976c26bdbf9738a5483e0138a9e0e818f05ac44359b66e1bc2bd20925d654a5e729f949e017760c57b99a7c32dd1cffd61f364625bf6a69f1", |
| "tag" : "e1282f9ea4ea918a9a95208a598f6202", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 596, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "1011121314151617", |
| "msg" : "7a41a418d00adf1974c26bdbf9738a5485e0138a9e0e818f03ac44359b66e1bc2dd20925d654a5e727f949e017760c57bb9a7c32dd1cffd61d364625bf6a69f1", |
| "tag" : "e1282f9ea4ea918a043ff0544011e937", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 597, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "1011121314151617", |
| "msg" : "7941a418d00adf9975c26bdbf9738ad484e0138a9e0e810f04ac44359b66e13c2cd20925d654a56728f949e017760cd7ba9a7c32dd1cff561e364625bf6a6971", |
| "tag" : "2314d831e1bf97be331c6cbac5b7bf6c", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 598, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "1011121314151617", |
| "msg" : "7841a418d00adf9976c26bdbf9738ad483e0138a9e0e810f05ac44359b66e13c2bd20925d654a56729f949e017760cd7b99a7c32dd1cff561f364625bf6a6971", |
| "tag" : "b21b39334e471c19aa6ab95514fb6af2", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 599, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "1011121314151617", |
| "msg" : "7a41a418d00adf9974c26bdbf9738ad485e0138a9e0e818f05ac44359b66e1bc2dd20925d654a56727f949e017760cd7bb9a7c32dd1cffd61f364625bf6a69f1", |
| "tag" : "2314d831e1bf97be5e26cc7528e0d2cd", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 600, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "1011121314151617", |
| "msg" : "7941a418d00adf5975c26bdbf9738ad484e0138a9e0e81cf04ac44359b66e13c2cd20925d654a52728f949e017760cd7ba9a7c32dd1cff161e364625bf6a6971", |
| "tag" : "2314d831e1bf97be202df35914e75bd5", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 601, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "1011121314151617", |
| "msg" : "7a41a418d00adf5974c26bdbf9738a9485e0138a9e0e81cf03ac44359b66e1fc2dd20925d654a52727f949e017760c97bb9a7c32dd1cff161d364625bf6a6931", |
| "tag" : "b21b39334e471c19f1e27a11d03b8e8f", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 602, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "1011121314151617", |
| "msg" : "7841a418d00ae01976c26bdbf9738b54c56f678b9e0e818fc5ac05369b66e1bc2bd20925d654a6e729f949e017760d57fb29d033dd1cffd6df360726bf6a69f1", |
| "tag" : "c26ea29ed492870da7a874a3fc03ec57", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 603, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "1011121314151617", |
| "msg" : "7941a418d10adf1975c26bdbfa738a5484e0138a9f0e818f04ac44359c66e1bc2cd20925d754a5e728f949e018760c57ba9a7c32de1cffd61e364625c06a69f1", |
| "tag" : "a3e0c4cb26de85e6e42f874c45e425e1", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 604, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "1011121314151617", |
| "msg" : "7841a418d10adf1976c26bdbfa738a5483e0138a9f0e818f05ac44359c66e1bc2bd20925d754a5e729f949e018760c57b99a7c32de1cffd61f364625c06a69f1", |
| "tag" : "e1282f9ea4ea918a913def222dfc6cb6", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 605, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "1011121314151617", |
| "msg" : "7a41a418d10adf1974c26bdbfa738a5485e0138a9f0e818f03ac44359c66e1bc2dd20925d754a5e727f949e018760c57bb9a7c32de1cffd61d364625c06a69f1", |
| "tag" : "e1282f9ea4ea918a4f9d124088edc681", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 606, |
| "comment" : "special case for l2_hash input", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "1011121314151617", |
| "msg" : "7a41a418d00adf196f1004b28534596c5c09c9d4e434e3485b6ff862678cb2bd0fd21fc05bd21dfac3854a0c220bee6a97c0f0bf427ac05a9a6aae24904b874b1ce944595339c09b09f0a81e5a7f05968660eb2dc4598ec495fbb0437f4b6d346f96768243e1a817df003913225e1092fbcc75f1d26fab43c459b1c684a6bd68", |
| "tag" : "bd22938f5248427d4f9cdbd86ceb76aa", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 607, |
| "comment" : "special case for l2_hash input", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "1011121314151617", |
| "msg" : "7a41a418d00adf19701004b28534596c5c09c9d4e434e3485b6ff862678cb2bd0fd21fc05bd21dfac3854a0c220bee6a97c0f0bf427ac05a9a6aae24904b874b1ce944595339c09b09f0a81e5a7f05968660eb2dc4598ec495fbb0437f4b6d346f96768243e1a817df003913225e1092fbcc75f1d26fab43c459b1c684a6bd68", |
| "tag" : "add0b8da72c53d908ef2c51479b78918", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 608, |
| "comment" : "special case for l2_hash input", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "1011121314151617", |
| "msg" : "7a41a418d00adf1996e74e673f0ef7b25c09c9d4e434e3485c6ff862678cb2bd0fd21fc05bd21dfac3854a0c220bee6a97c0f0bf427ac05a9a6aae24904b874b1ce944595339c09b09f0a81e5a7f05968660eb2dc4598ec495fbb0437f4b6d346f96768243e1a817df003913225e1092fbcc75f1d26fab43c459b1c684a6bd68", |
| "tag" : "eca76567831302f385317affa53e095a", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 609, |
| "comment" : "special case for l2_hash input", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "1011121314151617", |
| "msg" : "7a41a418d00adf1997e74e673f0ef7b25c09c9d4e434e3485c6ff862678cb2bd0fd21fc05bd21dfac3854a0c220bee6a97c0f0bf427ac05a9a6aae24904b874b1ce944595339c09b09f0a81e5a7f05968660eb2dc4598ec495fbb0437f4b6d346f96768243e1a817df003913225e1092fbcc75f1d26fab43c459b1c684a6bd68", |
| "tag" : "dd558ab2a38ffe076e9b192491dc0109", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 610, |
| "comment" : "special case for l2_hash input", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "1011121314151617", |
| "msg" : "7a41a418d00adf198e404692121b57d45c09c9d4e434e3480f897cc4688cb2bd0fd21fc05bd21dfac3854a0c220bee6a97c0f0bf427ac05a9a6aae24904b874b1ce944595339c09b09f0a81e5a7f05968660eb2dc4598ec495fbb0437f4b6d346f96768243e1a817df003913225e1092fbcc75f1d26fab43c459b1c684a6bd68", |
| "tag" : "9f1bb0a538c51f134a41d7bfdc85c327", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 611, |
| "comment" : "special case for l2_hash input", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "1011121314151617", |
| "msg" : "7a41a418d00adf198f404692121b57d45c09c9d4e434e3480f897cc4688cb2bd0fd21fc05bd21dfac3854a0c220bee6a97c0f0bf427ac05a9a6aae24904b874b1ce944595339c09b09f0a81e5a7f05968660eb2dc4598ec495fbb0437f4b6d346f96768243e1a817df003913225e1092fbcc75f1d26fab43c459b1c684a6bd68", |
| "tag" : "8fc9d5f159421a27706eb83502407da3", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 612, |
| "comment" : "special case for l2_hash input", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "1011121314151617", |
| "msg" : "7a41a418d00adf1990404692121b57d45c09c9d4e434e3480f897cc4688cb2bd0fd21fc05bd21dfac3854a0c220bee6a97c0f0bf427ac05a9a6aae24904b874b1ce944595339c09b09f0a81e5a7f05968660eb2dc4598ec495fbb0437f4b6d346f96768243e1a817df003913225e1092fbcc75f1d26fab43c459b1c684a6bd68", |
| "tag" : "8077fb3d79bf153bccd86c7fed20201e", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 613, |
| "comment" : "special case for l2_hash input", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "1011121314151617", |
| "msg" : "7a41a418d00adf196e1004b28534596c5c09c9d4e434e3485b6ff862678cb2bd0fd21fc05bd21dfac3854a0c220bee6a97c0f0bf427ac05a9a6aae24904b874b1ce944595339c09b09f0a81e5a7f05968660eb2dc4598ec495fbb0437f4b6d346f96768243e1a817df003913225e1092fbcc75f1d26fab43c459b1c684a6bd68", |
| "tag" : "de32e3f2e045c012c1352ac816d4811e", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 614, |
| "comment" : "special case for l2_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "1011121314151617", |
| "msg" : "7a41a418d00adf1991a018d1966c33ad26612589f81eb01155f61f36a29e2923af1474c4099e7fc0032739bd215bde45b0338b62e6a5def7f340e1903244a9a0cbf709b00866544ae15f46123e0cf43748e35e9f27483b500fafa796a49d3b9e32d57412fff390293cf5c1330186ea79c9a0f9d134392ca898295304ec7ab0937a41a418d00adf191e348069604b74d272a58b7aa2dec387a8c3630ffdc077e8d5567e63c18a664f046c41ecfcb4c734c84a02f8ac47db294d78a69d4bd8328773632658d28e16df9a2be9e8aee258cd3e41de0a867b6b7414609997c5af361c8e2da2658f5fb26463a6493bbb05dc2bc364cc5680da57e4bffd12f59146d94a", |
| "tag" : "50507f3fc91b07520154b440a265cda2", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 615, |
| "comment" : "special case for l2_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "1011121314151617", |
| "msg" : "7a41a418d00adf1956eae25811dae47526612589f81eb011c85ad225b479a608af1474c4099e7fc0032739bd215bde45b0338b62e6a5def7f340e1903244a9a0cbf709b00866544ae15f46123e0cf43748e35e9f27483b500fafa796a49d3b9e32d57412fff390293cf5c1330186ea79c9a0f9d134392ca898295304ec7ab0937a41a418d00adf1975b56de35a763f2172a58b7aa2dec387fb4ee9f228e801d6d5567e63c18a664f046c41ecfcb4c734c84a02f8ac47db294d78a69d4bd8328773632658d28e16df9a2be9e8aee258cd3e41de0a867b6b7414609997c5af361c8e2da2658f5fb26463a6493bbb05dc2bc364cc5680da57e4bffd12f59146d94a", |
| "tag" : "2cec460dcf1f7454c8937b4378d3aac4", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 616, |
| "comment" : "special case for l2_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "1011121314151617", |
| "msg" : "7a41a418d00adf1965648129a3f3ea9a26612589f81eb011318c099c999ce8feaf1474c4099e7fc0032739bd215bde45b0338b62e6a5def7f340e1903244a9a0cbf709b00866544ae15f46123e0cf43748e35e9f27483b500fafa796a49d3b9e32d57412fff390293cf5c1330186ea79c9a0f9d134392ca898295304ec7ab0937a41a418d00adf199d52c91f9cb5d14672a58b7aa2dec3878bbec96a292295bdd5567e63c18a664f046c41ecfcb4c734c84a02f8ac47db294d78a69d4bd8328773632658d28e16df9a2be9e8aee258cd3e41de0a867b6b7414609997c5af361c8e2da2658f5fb26463a6493bbb05dc2bc364cc5680da57e4bffd12f59146d94a", |
| "tag" : "2f37afe45b07d1528d928f4c858963f4", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 617, |
| "comment" : "special case for l2_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "1011121314151617", |
| "msg" : "7a41a418d00adf194cd7710740e8db6826612589f81eb0115b633403439f052baf1474c4099e7fc0032739bd215bde45b0338b62e6a5def7f340e1903244a9a0cbf709b00866544ae15f46123e0cf43748e35e9f27483b500fafa796a49d3b9e32d57412fff390293cf5c1330186ea79c9a0f9d134392ca898295304ec7ab0937a41a418d00adf1959dcf912542c71df72a58b7aa2dec387468b7707c54216ded5567e63c18a664f046c41ecfcb4c734c84a02f8ac47db294d78a69d4bd8328773632658d28e16df9a2be9e8aee258cd3e41de0a867b6b7414609997c5af361c8e2da2658f5fb26463a6493bbb05dc2bc364cc5680da57e4bffd12f59146d94a", |
| "tag" : "74e7530c00ebe06dc8f8c83d51066832", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 618, |
| "comment" : "special case for l3_hash result", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "1011121314151617", |
| "msg" : "7a41a418d00adf198634b225e07cb0d574e36aa275b6a6361d61349334ee3adc975c308a787a446e796a9849a3b3fb7902c165c5bceab6c8ed2170ee53d6ccf83c7ad3670e32d1d4d16ba360305f0a96015a83fbfc5d403b4e27689a28145ca80753501ea37c9ce614669cf7c99ea3f49f163c21e79f81b4cfc8daf30e6ae1bd7a41a418d00adf193e4b9e32e7552e9674e36aa275b6a6365c606e2d80509eff975c308a787a446e796a9849a3b3fb7902c165c5bceab6c8ed2170ee53d6ccf83c7ad3670e32d1d4d16ba360305f0a96015a83fbfc5d403b4e27689a28145ca80753501ea37c9ce614669cf7c99ea3f49f163c21e79f81b4cfc8daf30e6ae1bd", |
| "tag" : "0f0b5190a3ff785021579d15bddab884", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 619, |
| "comment" : "special case for l3_hash result", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "1011121314151617", |
| "msg" : "7a41a418d00adf19e2f1e9e9d674cef874e36aa275b6a6362f50eacb00e2730d975c308a787a446e796a9849a3b3fb7902c165c5bceab6c8ed2170ee53d6ccf83c7ad3670e32d1d4d16ba360305f0a96015a83fbfc5d403b4e27689a28145ca80753501ea37c9ce614669cf7c99ea3f49f163c21e79f81b4cfc8daf30e6ae1bd7a41a418d00adf19404b9e32e7552e9674e36aa275b6a6365c606e2d80509eff975c308a787a446e796a9849a3b3fb7902c165c5bceab6c8ed2170ee53d6ccf83c7ad3670e32d1d4d16ba360305f0a96015a83fbfc5d403b4e27689a28145ca80753501ea37c9ce614669cf7c99ea3f49f163c21e79f81b4cfc8daf30e6ae1bd", |
| "tag" : "0f0b5190a3ff7851d0ea089d51ef3d92", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 620, |
| "comment" : "special case for l3_hash result", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "1011121314151617", |
| "msg" : "7a41a418d00adf191df0933a1e3c198f74e36aa275b6a636bcfb72ba1b643d0b975c308a787a446e796a9849a3b3fb7902c165c5bceab6c8ed2170ee53d6ccf83c7ad3670e32d1d4d16ba360305f0a96015a83fbfc5d403b4e27689a28145ca80753501ea37c9ce614669cf7c99ea3f49f163c21e79f81b4cfc8daf30e6ae1bd7a41a418d00adf193e4b9e32e7552e9674e36aa275b6a6365c606e2d80509eff975c308a787a446e796a9849a3b3fb7902c165c5bceab6c8ed2170ee53d6ccf83c7ad3670e32d1d4d16ba360305f0a96015a83fbfc5d403b4e27689a28145ca80753501ea37c9ce614669cf7c99ea3f49f163c21e79f81b4cfc8daf30e6ae1bd", |
| "tag" : "0f0b518fa3ff784fb8f369e2b8084238", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 621, |
| "comment" : "special case for l3_hash result", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "1011121314151617", |
| "msg" : "7a41a418d00adf193ba3f9ad2ce3909e74e36aa275b6a63690273846cd5c7bdf975c308a787a446e796a9849a3b3fb7902c165c5bceab6c8ed2170ee53d6ccf83c7ad3670e32d1d4d16ba360305f0a96015a83fbfc5d403b4e27689a28145ca80753501ea37c9ce614669cf7c99ea3f49f163c21e79f81b4cfc8daf30e6ae1bd7a41a418d00adf193d4b9e32e7552e9674e36aa275b6a6365c606e2d80509eff975c308a787a446e796a9849a3b3fb7902c165c5bceab6c8ed2170ee53d6ccf83c7ad3670e32d1d4d16ba360305f0a96015a83fbfc5d403b4e27689a28145ca80753501ea37c9ce614669cf7c99ea3f49f163c21e79f81b4cfc8daf30e6ae1bd", |
| "tag" : "0f0b5190a3ff774d0777f9d58adc2fcd", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 622, |
| "comment" : "special case for l3_hash result", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "1011121314151617", |
| "msg" : "85e0138a9e0e818f4adb6c4ad51676491cd5603dadfcca8edf9c28e3a8afaaaf02c165c5bceab6c8ed2170ee53d6ccf83c7ad3670e32d1d4d16ba360305f0a96015a83fbfc5d403b4e27689a28145ca80753501ea37c9ce614669cf7c99ea3f49f163c21e79f81b4cfc8daf30e6ae1bd3bd2cc7274f834b8498b2cc19e40042085e0138a9e0e818f9d5ff2b317d11bd31cd5603dadfcca8e16f16ed173114db802c165c5bceab6c8ed2170ee53d6ccf83c7ad3670e32d1d4d16ba360305f0a96015a83fbfc5d403b4e27689a28145ca80753501ea37c9ce614669cf7c99ea3f49f163c21e79f81b4cfc8daf30e6ae1bd3bd2cc7274f834b8498b2cc19e400420", |
| "tag" : "848083a914b1147be794d07589080a67", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 623, |
| "comment" : "special case for l3_hash result", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "1011121314151617", |
| "msg" : "85e0138a9e0e818ff3b27fb8e93407db1cd5603dadfcca8eae113dc247367fb102c165c5bceab6c8ed2170ee53d6ccf83c7ad3670e32d1d4d16ba360305f0a96015a83fbfc5d403b4e27689a28145ca80753501ea37c9ce614669cf7c99ea3f49f163c21e79f81b4cfc8daf30e6ae1bd3bd2cc7274f834b8498b2cc19e40042085e0138a9e0e818f995ff2b317d11bd31cd5603dadfcca8e16f16ed173114db802c165c5bceab6c8ed2170ee53d6ccf83c7ad3670e32d1d4d16ba360305f0a96015a83fbfc5d403b4e27689a28145ca80753501ea37c9ce614669cf7c99ea3f49f163c21e79f81b4cfc8daf30e6ae1bd3bd2cc7274f834b8498b2cc19e400420", |
| "tag" : "77719d86a70ab482e794d07589080a68", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 624, |
| "comment" : "special case for l3_hash result", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "1011121314151617", |
| "msg" : "85e0138a9e0e818f0a5100a30817b4631cd5603dadfcca8e06e1cad7ecc4206e02c165c5bceab6c8ed2170ee53d6ccf83c7ad3670e32d1d4d16ba360305f0a96015a83fbfc5d403b4e27689a28145ca80753501ea37c9ce614669cf7c99ea3f49f163c21e79f81b4cfc8daf30e6ae1bd3bd2cc7274f834b8498b2cc19e40042085e0138a9e0e818f9b5ff2b317d11bd31cd5603dadfcca8e16f16ed173114db802c165c5bceab6c8ed2170ee53d6ccf83c7ad3670e32d1d4d16ba360305f0a96015a83fbfc5d403b4e27689a28145ca80753501ea37c9ce614669cf7c99ea3f49f163c21e79f81b4cfc8daf30e6ae1bd3bd2cc7274f834b8498b2cc19e400420", |
| "tag" : "5bafd70cff61eedae794d07489080a66", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 625, |
| "comment" : "special case for l3_hash result", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "1011121314151617", |
| "msg" : "85e0138a9e0e818f8805d64cc597c8d81cd5603dadfcca8e6f2cf08bf41e1b9802c165c5bceab6c8ed2170ee53d6ccf83c7ad3670e32d1d4d16ba360305f0a96015a83fbfc5d403b4e27689a28145ca80753501ea37c9ce614669cf7c99ea3f49f163c21e79f81b4cfc8daf30e6ae1bd3bd2cc7274f834b8498b2cc19e40042085e0138a9e0e818f995ff2b317d11bd31cd5603dadfcca8e16f16ed173114db802c165c5bceab6c8ed2170ee53d6ccf83c7ad3670e32d1d4d16ba360305f0a96015a83fbfc5d403b4e27689a28145ca80753501ea37c9ce614669cf7c99ea3f49f163c21e79f81b4cfc8daf30e6ae1bd3bd2cc7274f834b8498b2cc19e400420", |
| "tag" : "2ce4b691596b693ee794d07589080964", |
| "result" : "valid", |
| "flags" : [] |
| } |
| ] |
| }, |
| { |
| "ivSize" : 96, |
| "keySize" : 256, |
| "tagSize" : 128, |
| "type" : "MacWithIvTest", |
| "tests" : [ |
| { |
| "tcId" : 626, |
| "comment" : "empty message", |
| "key" : "d796a05cef109d0ef3a81107a11bd3691593c11a0c98eb4d31ad913b1e4e93be", |
| "iv" : "36dc700abd99d99d8f5bc0ce", |
| "msg" : "", |
| "tag" : "49ca8e2eb68ee38b1afc249528cef399", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 627, |
| "comment" : "short message", |
| "key" : "31e39f0079a182c9b2ba38b8bcc48518a2dff1df885285fc0542f83b255a520c", |
| "iv" : "2cc7459fa6a53f8c9af14154", |
| "msg" : "45", |
| "tag" : "c103689f47bfce55a9d5125673f6ecdc", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 628, |
| "comment" : "short message", |
| "key" : "cca777cf5759246027d6e4c73baf3db9b9d834c370320357d169e531936061f4", |
| "iv" : "5b4847b77bab2a6e5460da65", |
| "msg" : "c00b", |
| "tag" : "d1ccb59d2c4bbaee505451150cf0ebe6", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 629, |
| "comment" : "short message", |
| "key" : "a2912ffd04dd0c12f9b144319a465af572b4be8aa0916baaa6edb96205ee8bb1", |
| "iv" : "ac26c6c01ec2df5907b71af2", |
| "msg" : "ffc2fd8c", |
| "tag" : "d3eea4d3326313e4ac9ae3b7be3dc23a", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 630, |
| "comment" : "short message", |
| "key" : "4576c1e2470b557f85ae2defc078cb9eeac52b3235137f8bcefd9c116b804d2c", |
| "iv" : "20d29dd528b26a716b1122d4", |
| "msg" : "4e284ab6f6e49b", |
| "tag" : "a71216d5924c8d3d277a6b3f2ade44a7", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 631, |
| "comment" : "short message", |
| "key" : "be855e5f4477a5f06e64e969cf0f7aad2399d10ac6301bd29618b530315304aa", |
| "iv" : "1dc8f6cba3828cb8862ea90d", |
| "msg" : "b35ea00e01f30438", |
| "tag" : "e90b5079b56463216c71bc062f92bdab", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 632, |
| "comment" : "short message", |
| "key" : "30f10609fcf8ae398fa50fb2807e0b605fe1f5962f7cd7d663fa2c50bb0ed537", |
| "iv" : "f251345f8011b4f7fdd59aa2", |
| "msg" : "c66f86fbee5eda6a0ac4f64d7ef4b8", |
| "tag" : "51ffb34840cee5055c6b9f1ce19fbce9", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 633, |
| "comment" : "short message", |
| "key" : "b5ca16877137e3595d056001b182eb1651e4ae6af080ce7ee0a0c5651a094603", |
| "iv" : "1fc2128cf247fecb746859fc", |
| "msg" : "ea94e062b10e5dfd2ea993cb6a103d98", |
| "tag" : "aae7d35fccaae5715e3ebebfad693406", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 634, |
| "comment" : "short message", |
| "key" : "b5684255463e5788bec2d75c8c463a658c79428d49fb2af5f1256c6bb1711f33", |
| "iv" : "9388c4bf74157c590180e0c1", |
| "msg" : "329f304b5d32e48186822306d6641c090a", |
| "tag" : "3993f1ddc7f179e5403aa79a5cc9f122", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 635, |
| "comment" : "short message", |
| "key" : "76074fefee148cd8873d2351175b8f0b46ba3881f07d5bd7e67a659e01830a40", |
| "iv" : "0c5b68a8c3fdf645e3ac1e56", |
| "msg" : "8c0337fc9401e6a58e408a11dff57ab2ddc17c1682778fa9", |
| "tag" : "16daeaee3e99b8c45931e13cb1419a23", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 636, |
| "comment" : "long message", |
| "key" : "e2a72f64301e4db6e8c05c312f2cea92fb8b063eb7fec23ea4e98c46fd0484d6", |
| "iv" : "8998ac05e11c964f22090ce7", |
| "msg" : "c70fb43de3aff11dbcab9b6c267c4b5b35cd9c08ec6999419a6771bcc734ae8650a56a4299c2105b32be02181eaaebe79f0747761573959d2bd71b0874de54ec2fd17bfd871acd766d5313cbffbe26ced083f5224f2777cd65ac4d2db08f213c0f7a5bccbc19b9bd42ab64116142f4d94b09280ee584744055f81e2fef291b36ae", |
| "tag" : "15527a15ffc3c05e92878aa7dc7e205e", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 637, |
| "comment" : "long message", |
| "key" : "d8d286af2b74ab17be1b2394843282d24a19a272a71b0ac9b05abe826ec7b9cd", |
| "iv" : "143e285a5c310ac1e9a0181a", |
| "msg" : "a9db39765ad30ea718a2f746e7e5c9c2b5bbc8b5d75f83deb66d7973c97f936227487191b71899c1aa7a32f9f4fd69979a9d17e8e3bf18a28ac27488dfa8f1c69612bd3a5de07e1d6b57b6ab4a1cef60b804ac646d8f22cc47a153990586abdd61ce8b8fb84d051e563781b53221c2e83022844a1fb4225e60e8d7436ff2055b83ec55cda7b84cb36e8a9262a55e080742c2daa9401e511f6cec98ceafe3aea6e107a6518c763ea107d2549ba3f6a66e64d3210f96297960f7acde14b4677ac3385d262ae9870ae97371baac2ec7e9ad981f4f37aadbff8d2fafd161a68e5f16b8219f1572f83907c4464425f1433becdcaf2909c5b602f9e2822e595e8c9dfc", |
| "tag" : "96ff8928937a232fb6cd0d7e434df44e", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 638, |
| "comment" : "long message", |
| "key" : "ddbafdc95b4c1c192d3ac68b03d5674a36ef50771749f4fcef6df9acaf2ed0c2", |
| "iv" : "cb866b2f568838b93cecec38", |
| "msg" : "87ed96039e80aee791dc8910b8febc4f51f297794a6a47380b801d455e89379067b69ee56a52855d5e35d421120be062f5a9f9f49a829a9a19626311632e6a166725795b6646576d4812470a9f20f0816df2320a47ae7774c53bdac5c9a13aaa915e4ab8ac8c9eb45f069f05b1114310b7b2c2c848040765d8eaa9e91122bb770188eb14b169c00d14110d983bd298cebb268c0164cbfd75704e83a0597c0ccf5b83cb5805689847b4eca6457ec12ed74dd7d261dbb06f114014af14abc1d76bd30ab69be280872948967dcac0b55a02083afcc4020c946e9709c399477036efb4b8c54fc00a35fdcd2883ccd5df6f033dc0130ada4b9ad3aee697a70036b5f30483a0ef8cfae49ab491ffee22f5adb024ed3a18ea", |
| "tag" : "ee6adfc9b852466e539aebf47d8d557e", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 639, |
| "comment" : "Flipped bit 0 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "0001020304050607", |
| "tag" : "72b276ff4178fd64a729856a9972bb95", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 640, |
| "comment" : "Flipped bit 0 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "03ca6ccf8aac7c72ee64d3fb587eefa3", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 641, |
| "comment" : "Flipped bit 1 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "0001020304050607", |
| "tag" : "71b276ff4178fd64a729856a9972bb95", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 642, |
| "comment" : "Flipped bit 1 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "00ca6ccf8aac7c72ee64d3fb587eefa3", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 643, |
| "comment" : "Flipped bit 7 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "0001020304050607", |
| "tag" : "f3b276ff4178fd64a729856a9972bb95", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 644, |
| "comment" : "Flipped bit 7 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "82ca6ccf8aac7c72ee64d3fb587eefa3", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 645, |
| "comment" : "Flipped bit 8 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "0001020304050607", |
| "tag" : "73b376ff4178fd64a729856a9972bb95", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 646, |
| "comment" : "Flipped bit 8 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "02cb6ccf8aac7c72ee64d3fb587eefa3", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 647, |
| "comment" : "Flipped bit 31 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "0001020304050607", |
| "tag" : "73b2767f4178fd64a729856a9972bb95", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 648, |
| "comment" : "Flipped bit 31 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "02ca6c4f8aac7c72ee64d3fb587eefa3", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 649, |
| "comment" : "Flipped bit 32 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "0001020304050607", |
| "tag" : "73b276ff4078fd64a729856a9972bb95", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 650, |
| "comment" : "Flipped bit 32 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "02ca6ccf8bac7c72ee64d3fb587eefa3", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 651, |
| "comment" : "Flipped bit 33 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "0001020304050607", |
| "tag" : "73b276ff4378fd64a729856a9972bb95", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 652, |
| "comment" : "Flipped bit 33 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "02ca6ccf88ac7c72ee64d3fb587eefa3", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 653, |
| "comment" : "Flipped bit 63 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "0001020304050607", |
| "tag" : "73b276ff4178fde4a729856a9972bb95", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 654, |
| "comment" : "Flipped bit 63 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "02ca6ccf8aac7cf2ee64d3fb587eefa3", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 655, |
| "comment" : "Flipped bit 64 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "0001020304050607", |
| "tag" : "73b276ff4178fd64a629856a9972bb95", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 656, |
| "comment" : "Flipped bit 64 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "02ca6ccf8aac7c72ef64d3fb587eefa3", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 657, |
| "comment" : "Flipped bit 71 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "0001020304050607", |
| "tag" : "73b276ff4178fd642729856a9972bb95", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 658, |
| "comment" : "Flipped bit 71 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "02ca6ccf8aac7c726e64d3fb587eefa3", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 659, |
| "comment" : "Flipped bit 77 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "0001020304050607", |
| "tag" : "73b276ff4178fd64a709856a9972bb95", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 660, |
| "comment" : "Flipped bit 77 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "02ca6ccf8aac7c72ee44d3fb587eefa3", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 661, |
| "comment" : "Flipped bit 80 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "0001020304050607", |
| "tag" : "73b276ff4178fd64a729846a9972bb95", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 662, |
| "comment" : "Flipped bit 80 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "02ca6ccf8aac7c72ee64d2fb587eefa3", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 663, |
| "comment" : "Flipped bit 96 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "0001020304050607", |
| "tag" : "73b276ff4178fd64a729856a9872bb95", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 664, |
| "comment" : "Flipped bit 96 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "02ca6ccf8aac7c72ee64d3fb597eefa3", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 665, |
| "comment" : "Flipped bit 97 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "0001020304050607", |
| "tag" : "73b276ff4178fd64a729856a9b72bb95", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 666, |
| "comment" : "Flipped bit 97 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "02ca6ccf8aac7c72ee64d3fb5a7eefa3", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 667, |
| "comment" : "Flipped bit 103 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "0001020304050607", |
| "tag" : "73b276ff4178fd64a729856a1972bb95", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 668, |
| "comment" : "Flipped bit 103 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "02ca6ccf8aac7c72ee64d3fbd87eefa3", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 669, |
| "comment" : "Flipped bit 120 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "0001020304050607", |
| "tag" : "73b276ff4178fd64a729856a9972bb94", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 670, |
| "comment" : "Flipped bit 120 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "02ca6ccf8aac7c72ee64d3fb587eefa2", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 671, |
| "comment" : "Flipped bit 121 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "0001020304050607", |
| "tag" : "73b276ff4178fd64a729856a9972bb97", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 672, |
| "comment" : "Flipped bit 121 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "02ca6ccf8aac7c72ee64d3fb587eefa1", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 673, |
| "comment" : "Flipped bit 126 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "0001020304050607", |
| "tag" : "73b276ff4178fd64a729856a9972bbd5", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 674, |
| "comment" : "Flipped bit 126 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "02ca6ccf8aac7c72ee64d3fb587eefe3", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 675, |
| "comment" : "Flipped bit 127 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "0001020304050607", |
| "tag" : "73b276ff4178fd64a729856a9972bb15", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 676, |
| "comment" : "Flipped bit 127 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "02ca6ccf8aac7c72ee64d3fb587eef23", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 677, |
| "comment" : "Flipped bits 0 and 64 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "0001020304050607", |
| "tag" : "72b276ff4178fd64a629856a9972bb95", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 678, |
| "comment" : "Flipped bits 0 and 64 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "03ca6ccf8aac7c72ef64d3fb587eefa3", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 679, |
| "comment" : "Flipped bits 31 and 63 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "0001020304050607", |
| "tag" : "73b2767f4178fde4a729856a9972bb95", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 680, |
| "comment" : "Flipped bits 31 and 63 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "02ca6c4f8aac7cf2ee64d3fb587eefa3", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 681, |
| "comment" : "Flipped bits 63 and 127 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "0001020304050607", |
| "tag" : "73b276ff4178fde4a729856a9972bb15", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 682, |
| "comment" : "Flipped bits 63 and 127 in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "02ca6ccf8aac7cf2ee64d3fb587eef23", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 683, |
| "comment" : "all bits of tag flipped", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "0001020304050607", |
| "tag" : "8c4d8900be87029b58d67a95668d446a", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 684, |
| "comment" : "all bits of tag flipped", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "fd3593307553838d119b2c04a781105c", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 685, |
| "comment" : "Tag changed to all zero", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "0001020304050607", |
| "tag" : "00000000000000000000000000000000", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 686, |
| "comment" : "Tag changed to all zero", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "00000000000000000000000000000000", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 687, |
| "comment" : "tag changed to all 1", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "0001020304050607", |
| "tag" : "ffffffffffffffffffffffffffffffff", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 688, |
| "comment" : "tag changed to all 1", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "ffffffffffffffffffffffffffffffff", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 689, |
| "comment" : "msbs changed in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "0001020304050607", |
| "tag" : "f332f67fc1f87de427a905ea19f23b15", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 690, |
| "comment" : "msbs changed in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "824aec4f0a2cfcf26ee4537bd8fe6f23", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 691, |
| "comment" : "lsbs changed in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "0001020304050607", |
| "tag" : "72b377fe4079fc65a628846b9873ba94", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 692, |
| "comment" : "lsbs changed in tag", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "000102030405060708090a0b", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "03cb6dce8bad7d73ef65d2fa597feea2", |
| "result" : "invalid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 693, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "7841a418d00adf1974c26bdbf9738a54", |
| "tag" : "b3319db9a4e33d12e70c5030e341e739", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 694, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "7841a418d00adf1976c26bdbf9738a54", |
| "tag" : "a0afa638a945bfa3f44cf8c298a8516e", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 695, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "7a41a418d00adf1974c26bdbf9738a54", |
| "tag" : "a0afa638a945bfa32403d64c5a619788", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 696, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "7941a418d00adf9975c26bdbf9738ad4", |
| "tag" : "712ad360787affad4e2abcb289dc2589", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 697, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "7841a418d00adf9976c26bdbf9738ad4", |
| "tag" : "923b43e40678bd0281ccf486e915ae0c", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 698, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "7a41a418d00adf9974c26bdbf9738ad4", |
| "tag" : "923b43e40678bd02b7c105f2007eef63", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 699, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "7941a418d00adf5975c26bdbf9738ad4", |
| "tag" : "960a1e43ebb8581d905170377b249606", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 700, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "7a41a418d00adf5974c26bdbf9738a94", |
| "tag" : "81ec5386009caf510d0f08cb440d346c", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 701, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "7841a418d00ae01976c26bdbf9738b54", |
| "tag" : "5323f1765ef85c436099e25b14ec9e8e", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 702, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "7941a418d10adf1975c26bdbfa738a54", |
| "tag" : "915dcb83c9c2bb37315d12b59e110a54", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 703, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "7841a418d10adf1976c26bdbfa738a54", |
| "tag" : "a0afa638a945bfa311bb9f610d8d002e", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 704, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "7a41a418d10adf1974c26bdbfa738a54", |
| "tag" : "a0afa638a945bfa3c3b5ad8160ab8d78", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 705, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "7841a418d00adf1974c26bdbf9738a5483e0138a9e0e818f03ac44359b66e1bc", |
| "tag" : "bcf63f9486aed6da0f92a93c89650456", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 706, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "7841a418d00adf1976c26bdbf9738a5483e0138a9e0e818f05ac44359b66e1bc", |
| "tag" : "e9b0cc3b7dee54a88202118aaa4a5f84", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 707, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "7a41a418d00adf1974c26bdbf9738a5485e0138a9e0e818f03ac44359b66e1bc", |
| "tag" : "e9b0cc3b7dee54a85f4ad3fc76bf59a8", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 708, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "7941a418d00adf9975c26bdbf9738ad484e0138a9e0e810f04ac44359b66e13c", |
| "tag" : "8aa724891c58d4bd969b93f6cf118ce5", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 709, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "7841a418d00adf9976c26bdbf9738ad483e0138a9e0e810f05ac44359b66e13c", |
| "tag" : "7b098fe149d9d5bf57e395ed947f4159", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 710, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "7a41a418d00adf9974c26bdbf9738ad485e0138a9e0e818f05ac44359b66e1bc", |
| "tag" : "8aa724891c58d4bd975ee024b6e69598", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 711, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "7941a418d00adf5975c26bdbf9738ad484e0138a9e0e81cf04ac44359b66e13c", |
| "tag" : "8aa724891c58d4bd9962ceb7a996bffb", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 712, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "7a41a418d00adf5974c26bdbf9738a9485e0138a9e0e81cf03ac44359b66e1fc", |
| "tag" : "8e2a34e60e9c55278572c39d0a153384", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 713, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "7841a418d00ae01976c26bdbf9738b54c56f678b9e0e818fc5ac05369b66e1bc", |
| "tag" : "595307be94c04ae4e900437da3d69add", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 714, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "7941a418d10adf1975c26bdbfa738a5484e0138a9f0e818f04ac44359c66e1bc", |
| "tag" : "cb0d16d1bee84cd2e1a47880c0dc4e17", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 715, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "7841a418d10adf1976c26bdbfa738a5483e0138a9f0e818f05ac44359c66e1bc", |
| "tag" : "e9b0cc3b7dee54a8bf52d7bd1928b4d7", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 716, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "7a41a418d10adf1974c26bdbfa738a5485e0138a9f0e818f03ac44359c66e1bc", |
| "tag" : "e9b0cc3b7dee54a8ef43c86a88433d86", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 717, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "7841a418d00adf1974c26bdbf9738a5483e0138a9e0e818f03ac44359b66e1bc2bd20925d654a5e727f949e017760c57b99a7c32dd1cffd61d364625bf6a69f1", |
| "tag" : "d080f7624a460d5e7c58ced3f7d3bd51", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 718, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "7841a418d00adf1976c26bdbf9738a5483e0138a9e0e818f05ac44359b66e1bc2bd20925d654a5e729f949e017760c57b99a7c32dd1cffd61f364625bf6a69f1", |
| "tag" : "7bb49e47273f79aadf58d5e580e76c7d", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 719, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "7a41a418d00adf1974c26bdbf9738a5485e0138a9e0e818f03ac44359b66e1bc2dd20925d654a5e727f949e017760c57bb9a7c32dd1cffd61d364625bf6a69f1", |
| "tag" : "7bb49e47273f79aa4903a5af6769f3b2", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 720, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "7941a418d00adf9975c26bdbf9738ad484e0138a9e0e810f04ac44359b66e13c2cd20925d654a56728f949e017760cd7ba9a7c32dd1cff561e364625bf6a6971", |
| "tag" : "bda146da64147fde77e02215ed0fc9e7", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 721, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "7841a418d00adf9976c26bdbf9738ad483e0138a9e0e810f05ac44359b66e13c2bd20925d654a56729f949e017760cd7b99a7c32dd1cff561f364625bf6a6971", |
| "tag" : "4ca7a7dbd09c0439ef2e6eb03c53756d", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 722, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "7a41a418d00adf9974c26bdbf9738ad485e0138a9e0e818f05ac44359b66e1bc2dd20925d654a56727f949e017760cd7bb9a7c32dd1cffd61f364625bf6a69f1", |
| "tag" : "bda146da64147fdea2ea81d05038dd48", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 723, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "7941a418d00adf5975c26bdbf9738ad484e0138a9e0e81cf04ac44359b66e13c2cd20925d654a52728f949e017760cd7ba9a7c32dd1cff161e364625bf6a6971", |
| "tag" : "bda146da64147fde64f1a8b43c3f6650", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 724, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "7a41a418d00adf5974c26bdbf9738a9485e0138a9e0e81cf03ac44359b66e1fc2dd20925d654a52727f949e017760c97bb9a7c32dd1cff161d364625bf6a6931", |
| "tag" : "4ca7a7dbd09c043936a62f6cf793990a", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 725, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "7841a418d00ae01976c26bdbf9738b54c56f678b9e0e818fc5ac05369b66e1bc2bd20925d654a6e729f949e017760d57fb29d033dd1cffd6df360726bf6a69f1", |
| "tag" : "5cfb114756e76f2dec6c29ff235bf6d2", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 726, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "7941a418d10adf1975c26bdbfa738a5484e0138a9f0e818f04ac44359c66e1bc2cd20925d754a5e728f949e018760c57ba9a7c32de1cffd61e364625c06a69f1", |
| "tag" : "3e6d3373a9336e0628f33ca76d3c305c", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 727, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "7841a418d10adf1976c26bdbfa738a5483e0138a9f0e818f05ac44359c66e1bc2bd20925d754a5e729f949e018760c57b99a7c32de1cffd61f364625c06a69f1", |
| "tag" : "7bb49e47273f79aad601a47d55547731", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 728, |
| "comment" : "special case for l1_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "7a41a418d10adf1974c26bdbfa738a5485e0138a9f0e818f03ac44359c66e1bc2dd20925d754a5e727f949e018760c57bb9a7c32de1cffd61d364625c06a69f1", |
| "tag" : "7bb49e47273f79aa9460c79bb045d0fc", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 729, |
| "comment" : "special case for l2_hash input", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "7a41a418d00adf196f1004b28534596c5c09c9d4e434e3485b6ff862678cb2bd0fd21fc05bd21dfac3854a0c220bee6a97c0f0bf427ac05a9a6aae24904b874b1ce944595339c09b09f0a81e5a7f05968660eb2dc4598ec495fbb0437f4b6d346f96768243e1a817df003913225e1092fbcc75f1d26fab43c459b1c684a6bd68", |
| "tag" : "57af0237d49d2a9d9460913394438125", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 730, |
| "comment" : "special case for l2_hash input", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "7a41a418d00adf19701004b28534596c5c09c9d4e434e3485b6ff862678cb2bd0fd21fc05bd21dfac3854a0c220bee6a97c0f0bf427ac05a9a6aae24904b874b1ce944595339c09b09f0a81e5a7f05968660eb2dc4598ec495fbb0437f4b6d346f96768243e1a817df003913225e1092fbcc75f1d26fab43c459b1c684a6bd68", |
| "tag" : "485d2782f51a25b0d3b67a6fa10f9393", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 731, |
| "comment" : "special case for l2_hash input", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "7a41a418d00adf1996e74e673f0ef7b25c09c9d4e434e3485c6ff862678cb2bd0fd21fc05bd21dfac3854a0c220bee6a97c0f0bf427ac05a9a6aae24904b874b1ce944595339c09b09f0a81e5a7f05968660eb2dc4598ec495fbb0437f4b6d346f96768243e1a817df003913225e1092fbcc75f1d26fab43c459b1c684a6bd68", |
| "tag" : "8733d4100567eb13c9f5305acc9613d5", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 732, |
| "comment" : "special case for l2_hash input", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "7a41a418d00adf1997e74e673f0ef7b25c09c9d4e434e3485c6ff862678cb2bd0fd21fc05bd21dfac3854a0c220bee6a97c0f0bf427ac05a9a6aae24904b874b1ce944595339c09b09f0a81e5a7f05968660eb2dc4598ec495fbb0437f4b6d346f96768243e1a817df003913225e1092fbcc75f1d26fab43c459b1c684a6bd68", |
| "tag" : "77e1f95b25e4e627b35ece7fb9340b84", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 733, |
| "comment" : "special case for l2_hash input", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "7a41a418d00adf198e404692121b57d45c09c9d4e434e3480f897cc4688cb2bd0fd21fc05bd21dfac3854a0c220bee6a97c0f0bf427ac05a9a6aae24904b874b1ce944595339c09b09f0a81e5a7f05968660eb2dc4598ec495fbb0437f4b6d346f96768243e1a817df003913225e1092fbcc75f1d26fab43c459b1c684a6bd68", |
| "tag" : "39a81f4dbb1a07338f058d1b03ddcda2", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 734, |
| "comment" : "special case for l2_hash input", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "7a41a418d00adf198f404692121b57d45c09c9d4e434e3480f897cc4688cb2bd0fd21fc05bd21dfac3854a0c220bee6a97c0f0bf427ac05a9a6aae24904b874b1ce944595339c09b09f0a81e5a7f05968660eb2dc4598ec495fbb0437f4b6d346f96768243e1a817df003913225e1092fbcc75f1d26fab43c459b1c684a6bd68", |
| "tag" : "2a564499db970247b5326d902998881e", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 735, |
| "comment" : "special case for l2_hash input", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "7a41a418d00adf1990404692121b57d45c09c9d4e434e3480f897cc4688cb2bd0fd21fc05bd21dfac3854a0c220bee6a97c0f0bf427ac05a9a6aae24904b874b1ce944595339c09b09f0a81e5a7f05968660eb2dc4598ec495fbb0437f4b6d346f96768243e1a817df003913225e1092fbcc75f1d26fab43c459b1c684a6bd68", |
| "tag" : "1b0469e5fc13fd5b119c21db14782a99", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 736, |
| "comment" : "special case for l2_hash input", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "7a41a418d00adf196e1004b28534596c5c09c9d4e434e3485b6ff862678cb2bd0fd21fc05bd21dfac3854a0c220bee6a97c0f0bf427ac05a9a6aae24904b874b1ce944595339c09b09f0a81e5a7f05968660eb2dc4598ec495fbb0437f4b6d346f96768243e1a817df003913225e1092fbcc75f1d26fab43c459b1c684a6bd68", |
| "tag" : "78bf529b629aa83205f8e0233e2c8b99", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 737, |
| "comment" : "special case for l2_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "7a41a418d00adf1991a018d1966c33ad26612589f81eb01155f61f36a29e2923af1474c4099e7fc0032739bd215bde45b0338b62e6a5def7f340e1903244a9a0cbf709b00866544ae15f46123e0cf43748e35e9f27483b500fafa796a49d3b9e32d57412fff390293cf5c1330186ea79c9a0f9d134392ca898295304ec7ab0937a41a418d00adf191e348069604b74d272a58b7aa2dec387a8c3630ffdc077e8d5567e63c18a664f046c41ecfcb4c734c84a02f8ac47db294d78a69d4bd8328773632658d28e16df9a2be9e8aee258cd3e41de0a867b6b7414609997c5af361c8e2da2658f5fb26463a6493bbb05dc2bc364cc5680da57e4bffd12f59146d94a", |
| "tag" : "eadcede84b6fef724618699bc9bdd81d", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 738, |
| "comment" : "special case for l2_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "7a41a418d00adf1956eae25811dae47526612589f81eb011c85ad225b479a608af1474c4099e7fc0032739bd215bde45b0338b62e6a5def7f340e1903244a9a0cbf709b00866544ae15f46123e0cf43748e35e9f27483b500fafa796a49d3b9e32d57412fff390293cf5c1330186ea79c9a0f9d134392ca898295304ec7ab0937a41a418d00adf1975b56de35a763f2172a58b7aa2dec387fb4ee9f228e801d6d5567e63c18a664f046c41ecfcb4c734c84a02f8ac47db294d78a69d4bd8328773632658d28e16df9a2be9e8aee258cd3e41de0a867b6b7414609997c5af361c8e2da2658f5fb26463a6493bbb05dc2bc364cc5680da57e4bffd12f59146d94a", |
| "tag" : "c778b4b651745c740d57309ea02bb53f", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 739, |
| "comment" : "special case for l2_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "7a41a418d00adf1965648129a3f3ea9a26612589f81eb011318c099c999ce8feaf1474c4099e7fc0032739bd215bde45b0338b62e6a5def7f340e1903244a9a0cbf709b00866544ae15f46123e0cf43748e35e9f27483b500fafa796a49d3b9e32d57412fff390293cf5c1330186ea79c9a0f9d134392ca898295304ec7ab0937a41a418d00adf199d52c91f9cb5d14672a58b7aa2dec3878bbec96a292295bdd5567e63c18a664f046c41ecfcb4c734c84a02f8ac47db294d78a69d4bd8328773632658d28e16df9a2be9e8aee258cd3e41de0a867b6b7414609997c5af361c8e2da2658f5fb26463a6493bbb05dc2bc364cc5680da57e4bffd12f59146d94a", |
| "tag" : "c9c41e8cdd5cb972d25644a7ace16e6f", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 740, |
| "comment" : "special case for l2_hash", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "7a41a418d00adf194cd7710740e8db6826612589f81eb0115b633403439f052baf1474c4099e7fc0032739bd215bde45b0338b62e6a5def7f340e1903244a9a0cbf709b00866544ae15f46123e0cf43748e35e9f27483b500fafa796a49d3b9e32d57412fff390293cf5c1330186ea79c9a0f9d134392ca898295304ec7ab0937a41a418d00adf1959dcf912542c71df72a58b7aa2dec387468b7707c54216ded5567e63c18a664f046c41ecfcb4c734c84a02f8ac47db294d78a69d4bd8328773632658d28e16df9a2be9e8aee258cd3e41de0a867b6b7414609997c5af361c8e2da2658f5fb26463a6493bbb05dc2bc364cc5680da57e4bffd12f59146d94a", |
| "tag" : "0f73c1b48340c88d0dbc7d98785e72ad", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 741, |
| "comment" : "special case for l3_hash result", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "7a41a418d00adf198634b225e07cb0d574e36aa275b6a6361d61349334ee3adc975c308a787a446e796a9849a3b3fb7902c165c5bceab6c8ed2170ee53d6ccf83c7ad3670e32d1d4d16ba360305f0a96015a83fbfc5d403b4e27689a28145ca80753501ea37c9ce614669cf7c99ea3f49f163c21e79f81b4cfc8daf30e6ae1bd7a41a418d00adf193e4b9e32e7552e9674e36aa275b6a6365c606e2d80509eff975c308a787a446e796a9849a3b3fb7902c165c5bceab6c8ed2170ee53d6ccf83c7ad3670e32d1d4d16ba360305f0a96015a83fbfc5d403b4e27689a28145ca80753501ea37c9ce614669cf7c99ea3f49f163c21e79f81b4cfc8daf30e6ae1bd", |
| "tag" : "a997c03926546070661b5270e532c2ff", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 742, |
| "comment" : "special case for l3_hash result", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "7a41a418d00adf19e2f1e9e9d674cef874e36aa275b6a6362f50eacb00e2730d975c308a787a446e796a9849a3b3fb7902c165c5bceab6c8ed2170ee53d6ccf83c7ad3670e32d1d4d16ba360305f0a96015a83fbfc5d403b4e27689a28145ca80753501ea37c9ce614669cf7c99ea3f49f163c21e79f81b4cfc8daf30e6ae1bd7a41a418d00adf19404b9e32e7552e9674e36aa275b6a6365c606e2d80509eff975c308a787a446e796a9849a3b3fb7902c165c5bceab6c8ed2170ee53d6ccf83c7ad3670e32d1d4d16ba360305f0a96015a83fbfc5d403b4e27689a28145ca80753501ea37c9ce614669cf7c99ea3f49f163c21e79f81b4cfc8daf30e6ae1bd", |
| "tag" : "a997c0392654607115adbdf87947480d", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 743, |
| "comment" : "special case for l3_hash result", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "7a41a418d00adf191df0933a1e3c198f74e36aa275b6a636bcfb72ba1b643d0b975c308a787a446e796a9849a3b3fb7902c165c5bceab6c8ed2170ee53d6ccf83c7ad3670e32d1d4d16ba360305f0a96015a83fbfc5d403b4e27689a28145ca80753501ea37c9ce614669cf7c99ea3f49f163c21e79f81b4cfc8daf30e6ae1bd7a41a418d00adf193e4b9e32e7552e9674e36aa275b6a6365c606e2d80509eff975c308a787a446e796a9849a3b3fb7902c165c5bceab6c8ed2170ee53d6ccf83c7ad3670e32d1d4d16ba360305f0a96015a83fbfc5d403b4e27689a28145ca80753501ea37c9ce614669cf7c99ea3f49f163c21e79f81b4cfc8daf30e6ae1bd", |
| "tag" : "a997c0382654606ffdb71f3ddf604cb3", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 744, |
| "comment" : "special case for l3_hash result", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "7a41a418d00adf193ba3f9ad2ce3909e74e36aa275b6a63690273846cd5c7bdf975c308a787a446e796a9849a3b3fb7902c165c5bceab6c8ed2170ee53d6ccf83c7ad3670e32d1d4d16ba360305f0a96015a83fbfc5d403b4e27689a28145ca80753501ea37c9ce614669cf7c99ea3f49f163c21e79f81b4cfc8daf30e6ae1bd7a41a418d00adf193d4b9e32e7552e9674e36aa275b6a6365c606e2d80509eff975c308a787a446e796a9849a3b3fb7902c165c5bceab6c8ed2170ee53d6ccf83c7ad3670e32d1d4d16ba360305f0a96015a83fbfc5d403b4e27689a28145ca80753501ea37c9ce614669cf7c99ea3f49f163c21e79f81b4cfc8daf30e6ae1bd", |
| "tag" : "a997c03926545f6d4c3baf30b2343a48", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 745, |
| "comment" : "special case for l3_hash result", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "85e0138a9e0e818f4adb6c4ad51676491cd5603dadfcca8edf9c28e3a8afaaaf02c165c5bceab6c8ed2170ee53d6ccf83c7ad3670e32d1d4d16ba360305f0a96015a83fbfc5d403b4e27689a28145ca80753501ea37c9ce614669cf7c99ea3f49f163c21e79f81b4cfc8daf30e6ae1bd3bd2cc7274f834b8498b2cc19e40042085e0138a9e0e818f9d5ff2b317d11bd31cd5603dadfcca8e16f16ed173114db802c165c5bceab6c8ed2170ee53d6ccf83c7ad3670e32d1d4d16ba360305f0a96015a83fbfc5d403b4e27689a28145ca80753501ea37c9ce614669cf7c99ea3f49f163c21e79f81b4cfc8daf30e6ae1bd3bd2cc7274f834b8498b2cc19e400420", |
| "tag" : "1f0cf2519705fc9b2c5885d0b06014e2", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 746, |
| "comment" : "special case for l3_hash result", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "85e0138a9e0e818ff3b27fb8e93407db1cd5603dadfcca8eae113dc247367fb102c165c5bceab6c8ed2170ee53d6ccf83c7ad3670e32d1d4d16ba360305f0a96015a83fbfc5d403b4e27689a28145ca80753501ea37c9ce614669cf7c99ea3f49f163c21e79f81b4cfc8daf30e6ae1bd3bd2cc7274f834b8498b2cc19e40042085e0138a9e0e818f995ff2b317d11bd31cd5603dadfcca8e16f16ed173114db802c165c5bceab6c8ed2170ee53d6ccf83c7ad3670e32d1d4d16ba360305f0a96015a83fbfc5d403b4e27689a28145ca80753501ea37c9ce614669cf7c99ea3f49f163c21e79f81b4cfc8daf30e6ae1bd3bd2cc7274f834b8498b2cc19e400420", |
| "tag" : "11fe0c2f295f9ca22c5885d0b06014e3", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 747, |
| "comment" : "special case for l3_hash result", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "85e0138a9e0e818f0a5100a30817b4631cd5603dadfcca8e06e1cad7ecc4206e02c165c5bceab6c8ed2170ee53d6ccf83c7ad3670e32d1d4d16ba360305f0a96015a83fbfc5d403b4e27689a28145ca80753501ea37c9ce614669cf7c99ea3f49f163c21e79f81b4cfc8daf30e6ae1bd3bd2cc7274f834b8498b2cc19e40042085e0138a9e0e818f9b5ff2b317d11bd31cd5603dadfcca8e16f16ed173114db802c165c5bceab6c8ed2170ee53d6ccf83c7ad3670e32d1d4d16ba360305f0a96015a83fbfc5d403b4e27689a28145ca80753501ea37c9ce614669cf7c99ea3f49f163c21e79f81b4cfc8daf30e6ae1bd3bd2cc7274f834b8498b2cc19e400420", |
| "tag" : "f63c45b581b6d6fa2c5885cfb06014e1", |
| "result" : "valid", |
| "flags" : [] |
| }, |
| { |
| "tcId" : 748, |
| "comment" : "special case for l3_hash result", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "101112131415161718191a1b", |
| "msg" : "85e0138a9e0e818f8805d64cc597c8d81cd5603dadfcca8e6f2cf08bf41e1b9802c165c5bceab6c8ed2170ee53d6ccf83c7ad3670e32d1d4d16ba360305f0a96015a83fbfc5d403b4e27689a28145ca80753501ea37c9ce614669cf7c99ea3f49f163c21e79f81b4cfc8daf30e6ae1bd3bd2cc7274f834b8498b2cc19e40042085e0138a9e0e818f995ff2b317d11bd31cd5603dadfcca8e16f16ed173114db802c165c5bceab6c8ed2170ee53d6ccf83c7ad3670e32d1d4d16ba360305f0a96015a83fbfc5d403b4e27689a28145ca80753501ea37c9ce614669cf7c99ea3f49f163c21e79f81b4cfc8daf30e6ae1bd3bd2cc7274f834b8498b2cc19e400420", |
| "tag" : "c7712539dbc0515e2c5885d0b06013df", |
| "result" : "valid", |
| "flags" : [] |
| } |
| ] |
| }, |
| { |
| "ivSize" : 64, |
| "keySize" : 0, |
| "tagSize" : 128, |
| "type" : "MacWithIvTest", |
| "tests" : [ |
| { |
| "tcId" : 749, |
| "comment" : "invalid key size", |
| "key" : "", |
| "iv" : "b4c29574b4350e8c", |
| "msg" : "082774db82bbb94b", |
| "tag" : "", |
| "result" : "invalid", |
| "flags" : [] |
| } |
| ] |
| }, |
| { |
| "ivSize" : 96, |
| "keySize" : 0, |
| "tagSize" : 128, |
| "type" : "MacWithIvTest", |
| "tests" : [ |
| { |
| "tcId" : 750, |
| "comment" : "invalid key size", |
| "key" : "", |
| "iv" : "a23ce8ecb44bab2546f394c7", |
| "msg" : "62e8e0da6000c642", |
| "tag" : "", |
| "result" : "invalid", |
| "flags" : [] |
| } |
| ] |
| }, |
| { |
| "ivSize" : 64, |
| "keySize" : 8, |
| "tagSize" : 128, |
| "type" : "MacWithIvTest", |
| "tests" : [ |
| { |
| "tcId" : 751, |
| "comment" : "invalid key size", |
| "key" : "c5", |
| "iv" : "31a073e85959cad7", |
| "msg" : "50a464287e0e9981", |
| "tag" : "", |
| "result" : "invalid", |
| "flags" : [] |
| } |
| ] |
| }, |
| { |
| "ivSize" : 96, |
| "keySize" : 8, |
| "tagSize" : 128, |
| "type" : "MacWithIvTest", |
| "tests" : [ |
| { |
| "tcId" : 752, |
| "comment" : "invalid key size", |
| "key" : "64", |
| "iv" : "f9d8b3d1aa47755c9f312a00", |
| "msg" : "228bd5ce6a593dcd", |
| "tag" : "", |
| "result" : "invalid", |
| "flags" : [] |
| } |
| ] |
| }, |
| { |
| "ivSize" : 64, |
| "keySize" : 64, |
| "tagSize" : 128, |
| "type" : "MacWithIvTest", |
| "tests" : [ |
| { |
| "tcId" : 753, |
| "comment" : "invalid key size", |
| "key" : "782c3a90b778c34c", |
| "iv" : "21f8603c7e05ca33", |
| "msg" : "1713d121834c4a27", |
| "tag" : "", |
| "result" : "invalid", |
| "flags" : [] |
| } |
| ] |
| }, |
| { |
| "ivSize" : 96, |
| "keySize" : 64, |
| "tagSize" : 128, |
| "type" : "MacWithIvTest", |
| "tests" : [ |
| { |
| "tcId" : 754, |
| "comment" : "invalid key size", |
| "key" : "2093eb4f07021515", |
| "iv" : "7caa6094bcc03e30dcb6638a", |
| "msg" : "2b1c35c59f835910", |
| "tag" : "", |
| "result" : "invalid", |
| "flags" : [] |
| } |
| ] |
| }, |
| { |
| "ivSize" : 64, |
| "keySize" : 160, |
| "tagSize" : 128, |
| "type" : "MacWithIvTest", |
| "tests" : [ |
| { |
| "tcId" : 755, |
| "comment" : "invalid key size", |
| "key" : "c8392bb5fdd9e9cd36ff9ed3cf3cd207abe99f61", |
| "iv" : "7affeea3c4043147", |
| "msg" : "4d92e87cac6a21ac", |
| "tag" : "", |
| "result" : "invalid", |
| "flags" : [] |
| } |
| ] |
| }, |
| { |
| "ivSize" : 96, |
| "keySize" : 160, |
| "tagSize" : 128, |
| "type" : "MacWithIvTest", |
| "tests" : [ |
| { |
| "tcId" : 756, |
| "comment" : "invalid key size", |
| "key" : "1e09981ad6520df278962c225d14652a144b048b", |
| "iv" : "b8e4bdcd901f5f56247f27e4", |
| "msg" : "a34ec89b017a10d3", |
| "tag" : "", |
| "result" : "invalid", |
| "flags" : [] |
| } |
| ] |
| }, |
| { |
| "ivSize" : 64, |
| "keySize" : 320, |
| "tagSize" : 128, |
| "type" : "MacWithIvTest", |
| "tests" : [ |
| { |
| "tcId" : 757, |
| "comment" : "invalid key size", |
| "key" : "300b93de8a82c53f7c616f67f347826d586be6e5878acfe4937ab6496a3d8c40ad27689c5b0de67b", |
| "iv" : "6ef77626c2628f46", |
| "msg" : "5846f964cd388e13", |
| "tag" : "", |
| "result" : "invalid", |
| "flags" : [] |
| } |
| ] |
| }, |
| { |
| "ivSize" : 96, |
| "keySize" : 320, |
| "tagSize" : 128, |
| "type" : "MacWithIvTest", |
| "tests" : [ |
| { |
| "tcId" : 758, |
| "comment" : "invalid key size", |
| "key" : "01e46cc7916fec9b5329b422fce39b5ed14d21507d7566f4989d087d5b00e75a9cfa035fde398b1c", |
| "iv" : "0d3abfc7184431473552489a", |
| "msg" : "76b0a22e13f73e7e", |
| "tag" : "", |
| "result" : "invalid", |
| "flags" : [] |
| } |
| ] |
| }, |
| { |
| "ivSize" : 128, |
| "keySize" : 128, |
| "tagSize" : 128, |
| "type" : "MacWithIvTest", |
| "tests" : [ |
| { |
| "tcId" : 759, |
| "comment" : "most significant bit of IV is set", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "80000102030405060708090a0b0c0d0e", |
| "msg" : "0001020304050607", |
| "tag" : "ebc47ff1d3042b5f5b58e3a26cc9c630", |
| "result" : "invalid", |
| "flags" : [ |
| "InvalidNonce" |
| ] |
| }, |
| { |
| "tcId" : 760, |
| "comment" : "most significant bit of IV is set", |
| "key" : "000102030405060708090a0b0c0d0e0f", |
| "iv" : "80000102030405060708090a0b0c0d0e", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "836f197ba9c4efa0cc223044be40d12f", |
| "result" : "invalid", |
| "flags" : [ |
| "InvalidNonce" |
| ] |
| } |
| ] |
| }, |
| { |
| "ivSize" : 128, |
| "keySize" : 192, |
| "tagSize" : 128, |
| "type" : "MacWithIvTest", |
| "tests" : [ |
| { |
| "tcId" : 761, |
| "comment" : "most significant bit of IV is set", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "80000102030405060708090a0b0c0d0e", |
| "msg" : "0001020304050607", |
| "tag" : "2193611b92563b6d9aa4d37a0d8c3a25", |
| "result" : "invalid", |
| "flags" : [ |
| "InvalidNonce" |
| ] |
| }, |
| { |
| "tcId" : 762, |
| "comment" : "most significant bit of IV is set", |
| "key" : "000102030405060708090a0b0c0d0e0f1011121314151617", |
| "iv" : "80000102030405060708090a0b0c0d0e", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "8d05d7c67f471949e231b48990d0cc16", |
| "result" : "invalid", |
| "flags" : [ |
| "InvalidNonce" |
| ] |
| } |
| ] |
| }, |
| { |
| "ivSize" : 128, |
| "keySize" : 256, |
| "tagSize" : 128, |
| "type" : "MacWithIvTest", |
| "tests" : [ |
| { |
| "tcId" : 763, |
| "comment" : "most significant bit of IV is set", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "80000102030405060708090a0b0c0d0e", |
| "msg" : "0001020304050607", |
| "tag" : "a2f1a12359ef982469874401b09f65d9", |
| "result" : "invalid", |
| "flags" : [ |
| "InvalidNonce" |
| ] |
| }, |
| { |
| "tcId" : 764, |
| "comment" : "most significant bit of IV is set", |
| "key" : "000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f", |
| "iv" : "80000102030405060708090a0b0c0d0e", |
| "msg" : "000102030405060708090a0b0c0d0e0f", |
| "tag" : "320996f3a3231732b0c292926fab99e7", |
| "result" : "invalid", |
| "flags" : [ |
| "InvalidNonce" |
| ] |
| } |
| ] |
| } |
| ] |
| } |