Home
last modified time | relevance | path

Searched refs:kTagLengths (Results 1 – 2 of 2) sorted by relevance

/third_party/node/test/fixtures/crypto/
Daes_gcm.js84 const kTagLengths = [32, 64, 96, 104, 112, 120, 128];
88 kTagLengths.forEach((tagLength) => {
/third_party/node/lib/internal/crypto/
Daes.js63 const kTagLengths = [32, 64, 96, 104, 112, 120, 128]; variable
158 if (!ArrayPrototypeIncludes(kTagLengths, tagLength)) {