OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:unwrapKey
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/WebKit/Source/modules/crypto/
SubtleCrypto.idl
45
[RaisesException] Promise
unwrapKey
(DOMString format, ArrayBufferView wrappedKey, Key unwrappingKey, Dictionary unwrapAlgorithm, Dictionary? unwrappedKeyAlgorithm, boolean extractable, DOMString[] keyUsages);
SubtleCrypto.h
62
ScriptPromise
unwrapKey
(const String&, ArrayBufferView*, Key*, const Dictionary&, const Dictionary&, bool, const Vector<String>&, ExceptionState&);
SubtleCrypto.cpp
240
ScriptPromise SubtleCrypto::
unwrapKey
(const String& rawFormat, ArrayBufferView* wrappedKey, Key* unwrappingKey, const Dictionary& rawUnwrapAlgorithm, const Dictionary& rawUnwrappedKeyAlgorithm, bool extractable, const Vector<String>& rawKeyUsages, ExceptionState& exceptionState)
257
if (!normalizeAlgorithm(rawUnwrapAlgorithm,
UnwrapKey
, unwrapAlgorithm, exceptionState))
269
if (!unwrappingKey->canBeUsedForAlgorithm(unwrapAlgorithm,
UnwrapKey
, exceptionState))
277
blink::Platform::current()->crypto()->
unwrapKey
(format, wrappedKeyData, wrappedKeyDataSize, unwrappingKey->key(), unwrapAlgorithm, unwrappedKeyAlgorithm, extractable, keyUsages, result->result());
/external/chromium_org/third_party/WebKit/public/platform/
WebCrypto.h
113
virtual void
unwrapKey
(WebCryptoKeyFormat, const unsigned char* wrappedKey, unsigned wrappedKeySize, const WebCryptoKey&, const WebCryptoAlgorithm& unwrapAlgorithm, const WebCryptoAlgorithm& unwrappedKeyAlgorithm, bool extractable, WebCryptoKeyUsageMask, WebCryptoResult result) { result.completeWithError(); }
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/keystore/pkcs12/
PKCS12KeyStoreSpi.java
560
protected PrivateKey
unwrapKey
(
786
PrivateKey privKey =
unwrapKey
(eIn.getEncryptionAlgorithm(), eIn.getEncryptedData(), password, wrongPKCS12Zero);
885
PrivateKey privKey =
unwrapKey
(eIn.getEncryptionAlgorithm(), eIn.getEncryptedData(), password, wrongPKCS12Zero);
[
all
...]
/prebuilts/sdk/tools/lib/
signapk.jar
/prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar
/prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar
Completed in 79 milliseconds