Home
last modified time | relevance | path

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

/third_party/node/lib/internal/crypto/
Dcipher.js149 Cipher.prototype.update = function update(data, inputEncoding, outputEncoding) { argument
151 inputEncoding = inputEncoding || encoding;
155 validateEncoding(data, inputEncoding);
161 const ret = this[kHandle].update(data, inputEncoding);
/third_party/node/doc/api/
Dcrypto.md338 ### `cipher.update(data[, inputEncoding][, outputEncoding])`
344 description: The default `inputEncoding` changed from `binary` to `utf8`.
348 * `inputEncoding` {string} The [encoding][] of the data.
352 Updates the cipher with `data`. If the `inputEncoding` argument is given,
354 argument is a string using the specified encoding. If the `inputEncoding`
357 `inputEncoding` is ignored.
548 ### `decipher.update(data[, inputEncoding][, outputEncoding])`
554 description: The default `inputEncoding` changed from `binary` to `utf8`.
558 * `inputEncoding` {string} The [encoding][] of the `data` string.
562 Updates the decipher with `data`. If the `inputEncoding` argument is given,
[all …]
/third_party/node/test/parallel/
Dtest-crypto-authenticated.js103 const inputEncoding = test.plainIsHex ? 'hex' : 'ascii'; constant
108 plaintextLength: Buffer.from(test.plain, inputEncoding).length
121 let hex = encrypt.update(test.plain, inputEncoding, 'hex');
/third_party/typescript/tests/baselines/reference/
DmappedTypeRecursiveInference.errors.txt1 …en: any; readonly images: any; readonly implementation: any; readonly inputEncoding: any; readonly…
2 …en: any; readonly images: any; readonly implementation: any; readonly inputEncoding: any; readonly…
26 …en: any; readonly images: any; readonly implementation: any; readonly inputEncoding: any; readonly…
28 …en: any; readonly images: any; readonly implementation: any; readonly inputEncoding: any; readonly…
DmappedTypeRecursiveInference.types94 …en: any; readonly images: any; readonly implementation: any; readonly inputEncoding: any; readonly…
95 …en: any; readonly images: any; readonly implementation: any; readonly inputEncoding: any; readonly…
100 …umentType: any; createHTMLDocument: any; hasFeature: any; }; readonly inputEncoding: { toString: a…
101 …en: any; readonly images: any; readonly implementation: any; readonly inputEncoding: any; readonly…
102 …umentType: any; createHTMLDocument: any; hasFeature: any; }; readonly inputEncoding: { toString: a…
107 …en: any; readonly images: any; readonly implementation: any; readonly inputEncoding: any; readonly…
108 …umentType: any; createHTMLDocument: any; hasFeature: any; }; readonly inputEncoding: { toString: a…
109 …en: any; readonly images: any; readonly implementation: any; readonly inputEncoding: any; readonly…
110 …umentType: any; createHTMLDocument: any; hasFeature: any; }; readonly inputEncoding: { toString: a…
111 …en: any; readonly images: any; readonly implementation: any; readonly inputEncoding: any; readonly…
/third_party/node/test/fixtures/wpt/interfaces/
Ddom.idl270 readonly attribute DOMString inputEncoding; // historical alias of .characterSet
/third_party/typescript/tests/lib/
Dlib.d.ts5765 inputEncoding: string; property
/third_party/typescript/lib/
Dlib.dom.d.ts4598 readonly inputEncoding: string; property
/third_party/typescript/src/lib/
Ddom.generated.d.ts4578 readonly inputEncoding: string; property