Lines Matching defs:const
4 const kPlaintext =
24 const kKeyBytes = {
30 const iv = Buffer.from('55aaf89ba89413d54ea727a76c27a284', 'hex');
32 const kCipherText = {
69 const kBadPadding = {
84 const kKeyLengths = [128, 256];
86 const passing = [];
96 const failing = [];
108 const longIv = new Uint8Array(24);
120 const decryptionFailing = [];
127 const badCiphertext =