/third_party/node/test/fixtures/wpt/WebCryptoAPI/import_export/ |
D | symmetric_importKey.https.any.js | 21 …{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 …]
|
D | okp_importKey_failures.js | 37 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
|
D | ec_importKey.https.any.js | 71 [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
|
D | rsa_importKey.https.any.js | 78 [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
|
D | okp_importKey.https.any.js | 72 [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/ |
D | mac.js | 44 async function hmacGenerateKey(algorithm, extractable, keyUsages) { argument 89 extractable, argument
|
D | cfrg.js | 106 async function cfrgGenerateKey(algorithm, extractable, keyUsages) { argument 201 extractable, argument
|
D | ec.js | 80 async function ecGenerateKey(algorithm, extractable, keyUsages) { argument 156 extractable, argument
|
D | aes.js | 216 async function aesGenerateKey(algorithm, extractable, keyUsages) { argument 253 extractable, argument
|
D | rsa.js | 109 extractable, argument 205 extractable, argument
|
D | keys.js | 675 get extractable() { getter in CryptoKey 696 extractable: kEnumerableProperty, property 716 extractable) { argument 746 [kDeserialize]({ keyObject, algorithm, usages, extractable }) { field
|
D | webcrypto.js | 91 extractable, argument 253 extractable, argument 529 extractable, argument 573 extractable, argument 727 extractable, argument
|
/third_party/node/test/fixtures/wpt/WebCryptoAPI/generateKey/ |
D | failures.js | 52 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
|
D | successes.js | 46 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/ |
D | test-webcrypto-export-import-rsa.js | 302 async function testImportSpki({ name, publicUsages }, size, hash, extractable) { argument 336 extractable) { argument 379 extractable) { argument
|
D | test-webcrypto-export-import-cfrg.js | 107 async function testImportSpki({ name, publicUsages }, extractable) { argument 143 async function testImportPkcs8({ name, privateUsages }, extractable) { argument 178 async function testImportJwk({ name, publicUsages, privateUsages }, extractable) { argument
|
D | test-webcrypto-export-import-ec.js | 102 async function testImportSpki({ name, publicUsages }, namedCurve, extractable) { argument 142 extractable) { argument 181 extractable) { argument
|
/third_party/node/test/fixtures/wpt/WebCryptoAPI/util/ |
D | helpers.js | 95 function assert_goodCryptoKey(key, algorithm, extractable, usages, kind) { argument
|
/third_party/typescript/lib/ |
D | lib.webworker.d.ts | 1118 readonly extractable: boolean; property
|
D | lib.dom.d.ts | 3881 readonly extractable: boolean; property
|
/third_party/typescript/src/lib/ |
D | webworker.generated.d.ts | 1098 readonly extractable: boolean; property
|
D | dom.generated.d.ts | 3861 readonly extractable: boolean; property
|
/third_party/typescript/tests/lib/ |
D | lib.d.ts | 5372 extractable: boolean; property
|