Home
last modified time | relevance | path

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

/third_party/node/lib/internal/crypto/
Daes.js62 const kMaxCounterLength = 128; constant
117 if (length === 0 || length > kMaxCounterLength) {