new sjcl.test.TestCase("CCM mode tests", function (cb) { if (!sjcl.cipher.aes || !sjcl.mode.ccm) { this.unimplemented(); cb && cb(); return; } var i, kat = sjcl.test.vector.ccm, tv, iv, ct, aes, len, tlen, thiz=this, w=sjcl.bitArray, pt, h=sjcl.codec.hex, ad; browserUtil.cpsIterate(function (j, cbb) { for (i=100*j; i