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

  /external/chromium_org/third_party/WebKit/Source/modules/crypto/
SubtleCrypto.cpp 73 case ImportKey:
220 ScriptObject SubtleCrypto::importKey(const String& rawFormat, ArrayBufferView* keyData, const Dictionary& rawAlgorithm, bool extractable, const Vector<String>& rawKeyUsages, ExceptionState& es)
246 if (!normalizeAlgorithm(rawAlgorithm, ImportKey, algorithm, es))
253 platformCrypto->importKey(format, keyDataBytes, keyData->byteLength(), algorithm, extractable, keyUsages, result);
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
MockWebCrypto.cpp 164 void MockWebCrypto::importKey(WebKit::WebCryptoKeyFormat, const unsigned char* keyData, size_t keyDataSize, const WebKit::WebCryptoAlgorithm& algorithm, bool extractable, WebKit::WebCryptoKeyUsageMask usages, WebKit::WebCryptoKeyOperationResult& result)
  /external/chromium_org/third_party/WebKit/public/platform/
WebCrypto.h 126 virtual void importKey(WebCryptoKeyFormat, const unsigned char* keyData, size_t keyDataSize, const WebCryptoAlgorithm&, bool extractable, WebCryptoKeyUsageMask, WebCryptoKeyOperationResult&) { WEBKIT_ASSERT_NOT_REACHED(); }
  /frameworks/base/keystore/java/android/security/
KeyStore.java 217 public boolean importKey(String keyName, byte[] key, int uid, int flags) {
  /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,
  /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 632 milliseconds