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

  /external/chromium_org/third_party/WebKit/Source/modules/crypto/
SubtleCrypto.idl 41 [RaisesException] Promise importKey(DOMString format, ArrayBufferView keyData, Dictionary? algorithm, boolean extractable, DOMString[] keyUsages);
SubtleCrypto.h 58 ScriptPromise importKey(const String&, ArrayBufferView*, const Dictionary&, bool extractable, const Vector<String>& keyUsages, ExceptionState&);
SubtleCrypto.cpp 156 ScriptPromise SubtleCrypto::importKey(const String& rawFormat, ArrayBufferView* keyData, const Dictionary& rawAlgorithm, bool extractable, const Vector<String>& rawKeyUsages, ExceptionState& exceptionState)
173 if (!rawAlgorithm.isUndefinedOrNull() && !normalizeAlgorithm(rawAlgorithm, ImportKey, algorithm, exceptionState))
180 blink::Platform::current()->crypto()->importKey(format, keyDataBytes, keyData->byteLength(), algorithm, extractable, keyUsages, result->result());
262 if (!rawUnwrappedKeyAlgorithm.isUndefinedOrNull() && !normalizeAlgorithm(rawUnwrappedKeyAlgorithm, ImportKey, unwrappedKeyAlgorithm, exceptionState))
  /external/chromium_org/third_party/WebKit/public/platform/
WebCrypto.h 104 // The WebCryptoAlgorithm for importKey may be "isNull()" meaning that it
106 virtual void importKey(WebCryptoKeyFormat, const unsigned char* keyData, unsigned keyDataSize, const WebCryptoAlgorithm&, bool extractable, WebCryptoKeyUsageMask, WebCryptoResult result) { result.completeWithError(); }
  /packages/apps/KeyChain/support/src/com/android/keychain/tests/support/
KeyChainServiceTestSupport.java 48 return mKeyStore.importKey(key, value, KeyStore.UID_SELF, KeyStore.FLAG_ENCRYPTED);
  /frameworks/base/keystore/tests/src/android/security/
KeyStoreTest.java 396 assertTrue("Should be able to import key when unlocked", mKeyStore.importKey(TEST_KEYNAME,
405 assertTrue("Should be able to import key when unlocked", mKeyStore.importKey(TEST_KEYNAME,
414 assertFalse(mKeyStore.importKey(TEST_KEYNAME, PRIVKEY_BYTES, Process.BLUETOOTH_UID,
424 assertFalse("Invalid DER-encoded key should not be imported", mKeyStore.importKey(
482 assertTrue("Should be able to import key for testcase", mKeyStore.importKey(TEST_KEYNAME,
520 assertTrue("Should be able to import key for testcase", mKeyStore.importKey(TEST_KEYNAME,
654 assertTrue("Should be able to import key when unlocked", mKeyStore.importKey(TEST_KEYNAME,
685 assertTrue("Should be able to import key when unlocked", mKeyStore.importKey(TEST_KEYNAME,
AndroidKeyStoreTest.java     [all...]
  /external/chromium_org/content/renderer/webcrypto/
webcrypto_impl.h 42 virtual void importKey(
webcrypto_impl.cc 251 void WebCryptoImpl::importKey(
  /frameworks/base/keystore/java/android/security/
KeyStore.java 217 public boolean importKey(String keyName, byte[] key, int uid, int flags) {
AndroidKeyStore.java 327 && !mKeyStore.importKey(Credentials.USER_PRIVATE_KEY + alias, keyBytes,
  /frameworks/base/wifi/java/android/net/wifi/
WifiEnterpriseConfig.java 540 ret = keyStore.importKey(privKeyName, privKeyData, Process.WIFI_UID,
548 ret = keyStore.importKey(privKeyName, privKeyData, Process.WIFI_UID,
  /packages/apps/Settings/src/com/android/settings/
CredentialStorage.java 230 if (!mKeyStore.importKey(key, value, uid, flags)) {
  /system/security/keystore/
keystore.cpp 1025 ResponseCode imported = importKey(keyBlob->getValue(), keyBlob->getLength(), filename,
    [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 

Completed in 293 milliseconds