Searched refs:kTagLengths (Results 1 – 2 of 2) sorted by relevance
/third_party/node/test/fixtures/crypto/ |
D | aes_gcm.js | 84 const kTagLengths = [32, 64, 96, 104, 112, 120, 128]; 88 kTagLengths.forEach((tagLength) => {
|
/third_party/node/lib/internal/crypto/ |
D | aes.js | 63 const kTagLengths = [32, 64, 96, 104, 112, 120, 128]; variable 158 if (!ArrayPrototypeIncludes(kTagLengths, tagLength)) {
|