Home
last modified time | relevance | path

Searched refs:createKey (Results 1 – 21 of 21) sorted by relevance

/external/chromium_org/sync/test/android/javatests/src/org/chromium/sync/test/util/
DMockSyncContentResolverDelegate.java86 String key = createKey(account, authority); in getSyncAutomatically()
94 String key = createKey(account, authority); in setSyncAutomatically()
112 String key = createKey(account, authority); in setIsSyncable()
141 String key = createKey(account, authority); in getIsSyncable()
151 private static String createKey(Account account, String authority) { in createKey() method in MockSyncContentResolverDelegate
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/util/
DPrivateKeyFactory.java53 public static AsymmetricKeyParameter createKey(byte[] privateKeyInfoData) throws IOException in createKey() method in PrivateKeyFactory
55 … return createKey(PrivateKeyInfo.getInstance(ASN1Primitive.fromByteArray(privateKeyInfoData))); in createKey()
66 public static AsymmetricKeyParameter createKey(InputStream inStr) throws IOException in createKey() method in PrivateKeyFactory
68 return createKey(PrivateKeyInfo.getInstance(new ASN1InputStream(inStr).readObject())); in createKey()
78 public static AsymmetricKeyParameter createKey(PrivateKeyInfo keyInfo) throws IOException in createKey() method in PrivateKeyFactory
DPublicKeyFactory.java61 public static AsymmetricKeyParameter createKey(byte[] keyInfoData) throws IOException in createKey() method in PublicKeyFactory
63 … return createKey(SubjectPublicKeyInfo.getInstance(ASN1Primitive.fromByteArray(keyInfoData))); in createKey()
73 public static AsymmetricKeyParameter createKey(InputStream inStr) throws IOException in createKey() method in PublicKeyFactory
75 return createKey(SubjectPublicKeyInfo.getInstance(new ASN1InputStream(inStr).readObject())); in createKey()
85 public static AsymmetricKeyParameter createKey(SubjectPublicKeyInfo keyInfo) throws IOException in createKey() method in PublicKeyFactory
/external/icu/icu4c/source/common/
Dservls.cpp74 ICUServiceKey* key = createKey(&locName, kind, status); in get()
278 ICULocaleService::createKey(const UnicodeString* id, UErrorCode& status) const in createKey() function in ICULocaleService
284 ICULocaleService::createKey(const UnicodeString* id, int32_t kind, UErrorCode& status) const in createKey() function in ICULocaleService
Dserv.cpp376 ICUServiceKey* key = createKey(&descriptor, status); in get()
620 ICUServiceKey* fallbackKey = createKey(matchID, status); in getVisibleIDs()
705 ICUServiceKey* fallbackKey = createKey(&id, status); in getDisplayName()
786 ICUServiceKey* matchKey = createKey(matchID, status); in getDisplayNames()
820 ICUServiceKey* key = createKey(&id, status); in registerInstance()
924 ICUService::createKey(const UnicodeString* id, UErrorCode& status) const in createKey() function in ICUService
Dservloc.h532 virtual ICUServiceKey* createKey(const UnicodeString* id, UErrorCode& status) const;
537 virtual ICUServiceKey* createKey(const UnicodeString* id, int32_t kind, UErrorCode& status) const;
Dserv.h852 virtual ICUServiceKey* createKey(const UnicodeString* id, UErrorCode& status) const;
/external/chromium_org/third_party/icu/source/common/
Dservls.cpp74 ICUServiceKey* key = createKey(&locName, kind, status); in get()
278 ICULocaleService::createKey(const UnicodeString* id, UErrorCode& status) const in createKey() function in ICULocaleService
284 ICULocaleService::createKey(const UnicodeString* id, int32_t kind, UErrorCode& status) const in createKey() function in ICULocaleService
Dserv.cpp376 ICUServiceKey* key = createKey(&descriptor, status); in get()
620 ICUServiceKey* fallbackKey = createKey(matchID, status); in getVisibleIDs()
705 ICUServiceKey* fallbackKey = createKey(&id, status); in getDisplayName()
786 ICUServiceKey* matchKey = createKey(matchID, status); in getDisplayNames()
820 ICUServiceKey* key = createKey(&id, status); in registerInstance()
924 ICUService::createKey(const UnicodeString* id, UErrorCode& status) const in createKey() function in ICUService
Dservloc.h532 virtual ICUServiceKey* createKey(const UnicodeString* id, UErrorCode& status) const;
537 virtual ICUServiceKey* createKey(const UnicodeString* id, int32_t kind, UErrorCode& status) const;
Dserv.h852 virtual ICUServiceKey* createKey(const UnicodeString* id, UErrorCode& status) const;
/external/chromium_org/ui/file_manager/image_loader/
Drequest.js138 var cacheKey = Cache.createKey(this.request_);
172 var cacheKey = Cache.createKey(this.request_);
Dimage_loader_client.js158 var cacheKey = ImageLoaderClient.Cache.createKey(url, opt_options);
232 ImageLoaderClient.Cache.createKey = function(url, opt_options) { function in ImageLoaderClient.Cache
Dcache.js57 Cache.createKey = function(request) { function in Cache
/external/chromium_org/net/android/javatests/src/org/chromium/net/
DAndroidKeyStoreTestUtil.java52 return sKeyStore.createKey(key); in createPrivateKeyFromPKCS8()
/external/chromium_org/net/android/java/src/org/chromium/net/
DRemoteAndroidKeyStore.java126 public AndroidPrivateKey createKey(String alias) { in createKey() method in RemoteAndroidKeyStore
DDefaultAndroidKeyStore.java50 public AndroidPrivateKey createKey(PrivateKey javaKey) { in createKey() method in DefaultAndroidKeyStore
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
DSSLClientCertificateRequest.java124 return sLocalKeyStore.createKey(KeyChain.getPrivateKey(mContext, alias)); in getPrivateKey()
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
DAwContentsClientBridge.java109 AndroidPrivateKey key = mLocalKeyStore.createKey(privateKey); in proceedOnUiThread()
/external/chromium_org/third_party/icu/source/test/intltest/
Dicusvtst.cpp113 ICUServiceKey* createKey(const UnicodeString* id, UErrorCode& status) const { in createKey() function in TestIntegerService
497 ICUServiceKey* createKey(const UnicodeString* id, UErrorCode& status) const { in createKey() function in TestStringService
/external/icu/icu4c/source/test/intltest/
Dicusvtst.cpp113 ICUServiceKey* createKey(const UnicodeString* id, UErrorCode& status) const { in createKey() function in TestIntegerService
497 ICUServiceKey* createKey(const UnicodeString* id, UErrorCode& status) const { in createKey() function in TestStringService