Home
last modified time | relevance | path

Searched defs:extractable (Results 1 – 23 of 23) sorted by relevance

/third_party/node/test/fixtures/wpt/WebCryptoAPI/import_export/
Dsymmetric_importKey.https.any.js21 …{name: "AES-CTR", legalUsages: ["encrypt", "decrypt"], extractable: [true, fals… property
22 …{name: "AES-CBC", legalUsages: ["encrypt", "decrypt"], extractable: [true, fals… property
23 …{name: "AES-GCM", legalUsages: ["encrypt", "decrypt"], extractable: [true, fals… property
24 …{name: "AES-KW", legalUsages: ["wrapKey", "unwrapKey"], extractable: [true, fals… property
25 …{name: "HMAC", hash: "SHA-1", legalUsages: ["sign", "verify"], extractable: [false], … property
26 …{name: "HMAC", hash: "SHA-256", legalUsages: ["sign", "verify"], extractable: [false], … property
27 …{name: "HMAC", hash: "SHA-384", legalUsages: ["sign", "verify"], extractable: [false], … property
28 …{name: "HMAC", hash: "SHA-512", legalUsages: ["sign", "verify"], extractable: [false], … property
29 …{name: "HKDF", legalUsages: ["deriveBits", "deriveKey"], extractable: [false], … property
30 …{name: "PBKDF2", legalUsages: ["deriveBits", "deriveKey"], extractable: [false], … property
[all …]
Dokp_importKey_failures.js37 function parameterString(format, algorithm, extractable, usages, data) { argument
61 …function testError(format, algorithm, keyData, keySize, usages, extractable, expectedError, testTa… argument
127 [true, false].forEach(function(extractable) { argument
141 [true, false].forEach(function(extractable) { argument
154 [true, false].forEach(function(extractable) { argument
168 [true, false].forEach(function(extractable) { argument
182 [true].forEach(function(extractable) { argument
Dec_importKey.https.any.js71 [true, false].forEach(function(extractable) { argument
104 function testFormat(format, algorithm, data, keySize, usages, extractable) { argument
141 function testEmptyUsages(format, algorithm, data, keySize, extractable) { argument
263 function parameterString(format, compressed, data, algorithm, extractable, usages) { argument
Drsa_importKey.https.any.js78 [true, false].forEach(function(extractable) { argument
112 function testFormat(format, algorithm, keyData, keySize, usages, extractable) { argument
140 function testEmptyUsages(format, algorithm, keyData, keySize, extractable) { argument
261 function parameterString(format, data, algorithm, extractable, usages) { argument
Dokp_importKey.https.any.js72 [true, false].forEach(function(extractable) { argument
103 function testFormat(format, algorithm, keyData, keySize, usages, extractable) { argument
238 function parameterString(format, data, algorithm, extractable, usages) { argument
/third_party/node/lib/internal/crypto/
Dmac.js44 async function hmacGenerateKey(algorithm, extractable, keyUsages) { argument
89 extractable, argument
Dcfrg.js106 async function cfrgGenerateKey(algorithm, extractable, keyUsages) { argument
201 extractable, argument
Dec.js80 async function ecGenerateKey(algorithm, extractable, keyUsages) { argument
156 extractable, argument
Daes.js216 async function aesGenerateKey(algorithm, extractable, keyUsages) { argument
253 extractable, argument
Drsa.js109 extractable, argument
205 extractable, argument
Dkeys.js675 get extractable() { getter in CryptoKey
696 extractable: kEnumerableProperty, property
716 extractable) { argument
746 [kDeserialize]({ keyObject, algorithm, usages, extractable }) { field
Dwebcrypto.js91 extractable, argument
253 extractable, argument
529 extractable, argument
573 extractable, argument
727 extractable, argument
/third_party/node/test/fixtures/wpt/WebCryptoAPI/generateKey/
Dfailures.js52 function parameterString(algorithm, extractable, usages) { argument
71 function testError(algorithm, extractable, usages, expectedError, testTag) { argument
163 [false, true, "RED", 7].forEach(function(extractable){ argument
178 [true].forEach(function(extractable) { argument
195 [false, true].forEach(function(extractable) { argument
213 [false, true].forEach(function(extractable) { argument
Dsuccesses.js46 function parameterString(algorithm, extractable, usages) { argument
57 function testSuccess(algorithm, extractable, usages, resultType, testTag) { argument
83 [false, true].forEach(function(extractable) { argument
/third_party/node/test/parallel/
Dtest-webcrypto-export-import-rsa.js302 async function testImportSpki({ name, publicUsages }, size, hash, extractable) { argument
336 extractable) { argument
379 extractable) { argument
Dtest-webcrypto-export-import-cfrg.js107 async function testImportSpki({ name, publicUsages }, extractable) { argument
143 async function testImportPkcs8({ name, privateUsages }, extractable) { argument
178 async function testImportJwk({ name, publicUsages, privateUsages }, extractable) { argument
Dtest-webcrypto-export-import-ec.js102 async function testImportSpki({ name, publicUsages }, namedCurve, extractable) { argument
142 extractable) { argument
181 extractable) { argument
/third_party/node/test/fixtures/wpt/WebCryptoAPI/util/
Dhelpers.js95 function assert_goodCryptoKey(key, algorithm, extractable, usages, kind) { argument
/third_party/typescript/lib/
Dlib.webworker.d.ts1118 readonly extractable: boolean; property
Dlib.dom.d.ts3881 readonly extractable: boolean; property
/third_party/typescript/src/lib/
Dwebworker.generated.d.ts1098 readonly extractable: boolean; property
Ddom.generated.d.ts3861 readonly extractable: boolean; property
/third_party/typescript/tests/lib/
Dlib.d.ts5372 extractable: boolean; property