Home
last modified time | relevance | path

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

/third_party/node/test/parallel/
Dtest-crypto-padding.js31 const ODD_LENGTH_PLAIN = 'Hello node world!'; constant
79 assert.strictEqual(enc(ODD_LENGTH_PLAIN, true), ODD_LENGTH_ENCRYPTED);
84 enc(ODD_LENGTH_PLAIN, false);
102 assert.strictEqual(dec(ODD_LENGTH_ENCRYPTED, true), ODD_LENGTH_PLAIN);