HomeSort by relevance Sort by last modified time
    Searched defs:importKey (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/third_party/WebKit/Source/modules/crypto/
SubtleCrypto.cpp 241 ScriptPromise SubtleCrypto::importKey(ScriptState* scriptState, const String& rawFormat, const ArrayPiece& keyData, const Dictionary& rawAlgorithm, bool extractable, const Vector<String>& rawKeyUsages)
269 Platform::current()->crypto()->importKey(format, keyData.bytes(), keyData.byteLength(), algorithm, extractable, keyUsages, result->result());
273 ScriptPromise SubtleCrypto::importKey(ScriptState* scriptState, const String& rawFormat, const Dictionary& keyData, const Dictionary& rawAlgorithm, bool extractable, const Vector<String>& rawKeyUsages)
302 Platform::current()->crypto()->importKey(format, reinterpret_cast<const unsigned char*>(jsonUtf8.data()), jsonUtf8.length(), algorithm, extractable, keyUsages, result->result());
  /external/chromium_org/third_party/WebKit/public/platform/
WebCrypto.h 214 virtual void importKey(WebCryptoKeyFormat, const unsigned char* keyData, unsigned keyDataSize, const WebCryptoAlgorithm&, bool extractable, WebCryptoKeyUsageMask, WebCryptoResult result) { result.completeWithError(WebCryptoErrorTypeNotSupported, ""); }
  /frameworks/base/keystore/java/android/security/
KeyStore.java 217 public boolean importKey(String keyName, byte[] key, int uid, int flags) {
  /external/chromium_org/content/child/webcrypto/
webcrypto_impl.cc 458 state->status = webcrypto::ImportKey(state->format,
644 void WebCryptoImpl::importKey(blink::WebCryptoKeyFormat format,
  /frameworks/base/keystore/tests/src/android/security/
KeyStoreTest.java 397 assertTrue("Should be able to import key when unlocked", mKeyStore.importKey(TEST_KEYNAME,
406 assertTrue("Should be able to import key when unlocked", mKeyStore.importKey(TEST_KEYNAME,
415 assertFalse(mKeyStore.importKey(TEST_KEYNAME, PRIVKEY_BYTES, Process.BLUETOOTH_UID,
425 assertFalse("Invalid DER-encoded key should not be imported", mKeyStore.importKey(
483 assertTrue("Should be able to import key for testcase", mKeyStore.importKey(TEST_KEYNAME,
521 assertTrue("Should be able to import key for testcase", mKeyStore.importKey(TEST_KEYNAME,
655 assertTrue("Should be able to import key when unlocked", mKeyStore.importKey(TEST_KEYNAME,
686 assertTrue("Should be able to import key when unlocked", mKeyStore.importKey(TEST_KEYNAME,
  /system/security/keystore/
keystore.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.osgi/3.9.1.v20130814-1242/
org.eclipse.osgi-3.9.1.v20130814-1242.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.osgi_3.9.1.v20140110-1610.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.osgi/3.9.0.v20130529-1710/
org.eclipse.osgi-3.9.0.v20130529-1710.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi_3.9.0.v20130529-1710.jar 

Completed in 665 milliseconds