Home
last modified time | relevance | path

Searched refs:cipher (Results 1 – 4 of 4) sorted by relevance

/packages/services/Car/service/src/com/android/car/trust/
DCarTrustedDeviceService.java344 Cipher cipher = Cipher.getInstance(CIPHER_TRANSFORMATION); in encryptWithKeyStore() local
345 cipher.init(Cipher.ENCRYPT_MODE, key); in encryptWithKeyStore()
346 return new StringBuffer(Base64.encodeToString(cipher.doFinal(value), Base64.DEFAULT)) in encryptWithKeyStore()
348 .append(Base64.encodeToString(cipher.getIV(), Base64.DEFAULT)) in encryptWithKeyStore()
376 Cipher cipher = Cipher.getInstance(CIPHER_TRANSFORMATION); in decryptWithKeyStore() local
377 cipher.init(Cipher.DECRYPT_MODE, key, in decryptWithKeyStore()
379 return cipher.doFinal(value); in decryptWithKeyStore()
/packages/inputmethods/LatinIME/dictionaries/
Den_US_wordlist.combined.gz
Den_GB_wordlist.combined.gz
Den_wordlist.combined.gz