Home
last modified time | relevance | path

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

/third_party/node/lib/internal/crypto/
Dkeygen.js72 function wrapKey(key, ctor) { function
93 pubkey = wrapKey(pubkey, PublicKeyObject);
94 privkey = wrapKey(privkey, PrivateKeyObject);
123 publicKey: wrapKey(publicKey, PublicKeyObject),
124 privateKey: wrapKey(privateKey, PrivateKeyObject),
382 return wrapKey(key, SecretKeyObject);
397 FunctionPrototypeCall(callback, job, null, wrapKey(key, SecretKeyObject));
Dwebcrypto.js668 async function wrapKey(format, key, wrappingKey, algorithm) { function
1110 wrapKey: { property
1115 value: wrapKey,
Dutil.js510 wrapKey: 5, property
/third_party/node/test/fixtures/wpt/WebCryptoAPI/wrapKey_unwrapKey/
DwrapKey_unwrapKey.https.any.js141 … return subtle.wrapKey(fmt, toWrap.key, wrapper.wrappingKey, wrapper.parameters.wrapParameters)
161 … return subtle.wrapKey(fmt, toWrap.key, wrapper.wrappingKey, wrapper.parameters.wrapParameters)
460 return subtle.wrapKey("raw", aKeyToWrap, expected, wrapParams);
463 return subtle.wrapKey("raw", aKeyToWrap, got, wrapParams);
/third_party/node/test/fixtures/wpt/interfaces/
DWebCryptoAPI.idl30 enum KeyUsage { "encrypt", "decrypt", "sign", "verify", "deriveKey", "deriveBits", "wrapKey", "unwr…
79 Promise<any> wrapKey(KeyFormat format,
/third_party/node/test/parallel/
Dtest-webcrypto-constructors.js128 assert.rejects(() => notSubtle.wrapKey(), {
Dtest-webcrypto-wrap-unwrap.js258 await subtle.wrapKey(
/third_party/node/doc/api/
Dwebcrypto.md228 }, true, ['wrapKey', 'unwrapKey']),
231 const wrappedKey = await subtle.wrapKey(format, key, wrappingKey, 'AES-KW');
339 … | `generateKey` | `exportKey` | `importKey` | `encrypt` | `decrypt` | `wrapKey` | `unwrapKey` | …
442 `subtleCrypto.exportKey()` or `subtleCrypto.wrapKey()`.
476 * `'wrapKey'` - The key may be used to wrap another key.
482 …`'decrypt'` | `'sign'` | `'verify'` | `'deriveKey'` | `'deriveBits'` | `'wrapKey'` | `'unwrapKey'`…
945 ### `subtle.wrapKey(format, key, wrappingKey, wrapAlgo)`
962 keying material. The `subtle.wrapKey()` method exports the keying material into
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-jwk/
DREADME.md32 …rations (mutually exclusive with --use): sign, verify, encrypt, decrypt, wrapKey, unwrapKey, deriv…
/third_party/typescript/lib/
Dlib.webworker.d.ts3242wrapKey(format: KeyFormat, key: CryptoKey, wrappingKey: CryptoKey, wrapAlgorithm: AlgorithmIdentif… method
Dlib.dom.d.ts14097wrapKey(format: KeyFormat, key: CryptoKey, wrappingKey: CryptoKey, wrapAlgorithm: AlgorithmIdentif… method
/third_party/typescript/src/lib/
Dwebworker.generated.d.ts3222wrapKey(format: KeyFormat, key: CryptoKey, wrappingKey: CryptoKey, wrapAlgorithm: AlgorithmIdentif… method
Ddom.generated.d.ts14077wrapKey(format: KeyFormat, key: CryptoKey, wrappingKey: CryptoKey, wrapAlgorithm: AlgorithmIdentif… method
/third_party/typescript/tests/lib/
Dlib.d.ts14507wrapKey(format: string, key: CryptoKey, wrappingKey: CryptoKey, wrapAlgorithm: string | Algorithm)… method