Home
last modified time | relevance | path

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

/third_party/node/test/fixtures/wpt/WebCryptoAPI/wrapKey_unwrapKey/
DwrapKey_unwrapKey.https.any.js143 …return subtle.unwrapKey(fmt, wrappedResult, wrapper.unwrappingKey, wrapper.parameters.wrapParamete…
163 …return subtle.unwrapKey(fmt, wrappedResult, wrapper.unwrappingKey, wrapper.parameters.wrapParamete…
184 …return subtle.unwrapKey("jwk", wrappedKey, wrapper.unwrappingKey, wrapper.parameters.wrapParameter…
193 …return subtle.unwrapKey("jwk", wrappedKey, wrapper.unwrappingKey, wrapper.parameters.wrapParameter…
/third_party/node/test/fixtures/wpt/interfaces/
DWebCryptoAPI.idl30 …sage { "encrypt", "decrypt", "sign", "verify", "deriveKey", "deriveBits", "wrapKey", "unwrapKey" };
83 Promise<CryptoKey> unwrapKey(KeyFormat format,
/third_party/node/test/parallel/
Dtest-webcrypto-constructors.js135 assert.rejects(() => notSubtle.unwrapKey(), {
Dtest-webcrypto-wrap-unwrap.js264 await subtle.unwrapKey(
/third_party/node/lib/internal/crypto/
Dwebcrypto.js721 async function unwrapKey( function
1117 unwrapKey: { property
1122 value: unwrapKey,
Dutil.js511 unwrapKey: 6, property
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-jwk/
DREADME.md32 …utually exclusive with --use): sign, verify, encrypt, decrypt, wrapKey, unwrapKey, deriveKey, deri…
/third_party/node/doc/api/
Dwebcrypto.md228 }, true, ['wrapKey', 'unwrapKey']),
242 const key = await subtle.unwrapKey(
339 …Key` | `exportKey` | `importKey` | `encrypt` | `decrypt` | `wrapKey` | `unwrapKey` | `deriveBits` …
477 * `'unwrapKey'` - The key may be used to unwrap another key.
482 …'decrypt'` | `'sign'` | `'verify'` | `'deriveKey'` | `'deriveBits'` | `'wrapKey'` | `'unwrapKey'` |
856 ### `subtle.unwrapKey(format, wrappedKey, unwrappingKey, unwrapAlgo, unwrappedKeyAlgo, extractable,…
878 keying material. The `subtle.unwrapKey()` method attempts to decrypt a wrapped
/third_party/typescript/lib/
Dlib.webworker.iterable.d.ts94unwrapKey(format: KeyFormat, wrappedKey: BufferSource, unwrappingKey: CryptoKey, unwrapAlgorithm: … method
Dlib.dom.iterable.d.ts248unwrapKey(format: KeyFormat, wrappedKey: BufferSource, unwrappingKey: CryptoKey, unwrapAlgorithm: … method
Dlib.webworker.d.ts3240unwrapKey(format: KeyFormat, wrappedKey: BufferSource, unwrappingKey: CryptoKey, unwrapAlgorithm: … method
Dlib.dom.d.ts14095unwrapKey(format: KeyFormat, wrappedKey: BufferSource, unwrappingKey: CryptoKey, unwrapAlgorithm: … method
/third_party/typescript/src/lib/
Dwebworker.iterable.generated.d.ts74unwrapKey(format: KeyFormat, wrappedKey: BufferSource, unwrappingKey: CryptoKey, unwrapAlgorithm: … method
Ddom.iterable.generated.d.ts228unwrapKey(format: KeyFormat, wrappedKey: BufferSource, unwrappingKey: CryptoKey, unwrapAlgorithm: … method
Dwebworker.generated.d.ts3220unwrapKey(format: KeyFormat, wrappedKey: BufferSource, unwrappingKey: CryptoKey, unwrapAlgorithm: … method
Ddom.generated.d.ts14075unwrapKey(format: KeyFormat, wrappedKey: BufferSource, unwrappingKey: CryptoKey, unwrapAlgorithm: … method
/third_party/typescript/tests/lib/
Dlib.d.ts14505unwrapKey(format: string, wrappedKey: ArrayBufferView, unwrappingKey: CryptoKey, unwrapAlgorithm: … method