Home
last modified time | relevance | path

Searched defs:unwrapKey (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/public/platform/
DWebCrypto.h217 …virtual void unwrapKey(WebCryptoKeyFormat, const unsigned char* wrappedKey, unsigned wrappedKeySiz… in unwrapKey() function
/external/chromium_org/third_party/WebKit/Source/modules/crypto/
DSubtleCrypto.cpp364 ScriptPromise SubtleCrypto::unwrapKey(ScriptState* scriptState, const String& rawFormat, const Arra… in unwrapKey() function in blink::SubtleCrypto
/external/chromium_org/content/child/webcrypto/
Dwebcrypto_impl.cc715 void WebCryptoImpl::unwrapKey( in unwrapKey() function in content::WebCryptoImpl
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/keystore/pkcs12/
DPKCS12KeyStoreSpi.java578 protected PrivateKey unwrapKey( in unwrapKey() method in PKCS12KeyStoreSpi