Home
last modified time | relevance | path

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

/development/samples/browseable/FingerprintDialog/src/com.example.android.fingerprintdialog/
DMainActivity.java161 private boolean initCipher(Cipher cipher, String keyName) { in initCipher() argument
165 cipher.init(Cipher.ENCRYPT_MODE, key); in initCipher()
208 private void tryEncrypt(Cipher cipher) { in tryEncrypt() argument
210 byte[] encrypted = cipher.doFinal(SECRET_MESSAGE.getBytes()); in tryEncrypt()
290 PurchaseButtonClickListener(Cipher cipher, String keyName) { in PurchaseButtonClickListener() argument
291 mCipher = cipher; in PurchaseButtonClickListener()
/development/samples/browseable/ConfirmCredential/src/com.example.android.confirmcredential/
DMainActivity.java103 Cipher cipher = Cipher.getInstance( in tryEncrypt() local
109 cipher.init(Cipher.ENCRYPT_MODE, secretKey); in tryEncrypt()
110 cipher.doFinal(SECRET_BYTE_ARRAY); in tryEncrypt()
/development/samples/BrokenKeyDerivation/src/com/example/android/brokenkeyderivation/
DBrokenKeyDerivationActivity.java160 Cipher cipher = Cipher.getInstance("AES/CBC/PKCS7PADDING"); in encryptOrDecrypt() local
161 cipher.init(isEncrypt ? Cipher.ENCRYPT_MODE : Cipher.DECRYPT_MODE, key, in encryptOrDecrypt()
163 return cipher.doFinal(data); in encryptOrDecrypt()
/development/tools/winscope/
Dyarn.lock948 cipher-base "^1.0.0"
954 browserify-cipher@^1.0.0:
956 …resolved "https://registry.yarnpkg.com/browserify-cipher/-/browserify-cipher-1.0.1.tgz#8d6474c1b87…
968 cipher-base "^1.0.1"
1169 cipher-base@^1.0.0, cipher-base@^1.0.1, cipher-base@^1.0.3:
1171 …resolved "https://registry.yarnpkg.com/cipher-base/-/cipher-base-1.0.4.tgz#8760e4ecc272f4c363532f9…
1453 cipher-base "^1.0.1"
1464 cipher-base "^1.0.3"
1493 browserify-cipher "^1.0.0"
/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/
Dcommit.csv19410 …form/external/iproute2,fake_zVh8nl-KTYqXcuYTUZCFSg@fakeemail.com,macsec: cipher and icvlen can be …
38432 …platform/external/conscrypt,fake_llx_GTnjQrCPZWZf6CqJ-Q@fakeemail.com,Fix cipher suites test (#180)
38518 …rnal/conscrypt,fake_dJcJk-utRpeSi3Wq8AvJBA@fakeemail.com,Add null check in RSA cipher engine (#134)
38534 …orm/external/conscrypt,fake_llx_GTnjQrCPZWZf6CqJ-Q@fakeemail.com,Expanding cipher benchmarks (#338)
38605 …conscrypt,fake_l0ZhkzxsSfqE_RiSZzTcoA@fakeemail.com,Add PBEWithHmacSHAXXXAndAES_XXX cipher aliases.
39047 …et/wifi,fake_cT48dCP_Trauwikpi00J7Q@fakeemail.com,Add group and pairwise cipher suite info to Capa…
40174 …ake_l0ZhkzxsSfqE_RiSZzTcoA@fakeemail.com,Conscrypt: Add PBEWithHmacSHAXXXAndAES_XXX cipher aliases.
40322 …d1e4,platform/libcore,fake_USh2Y-IWTduEsS0BhcKb-g@fakeemail.com,Drop RC4 cipher suite support from…
40472 …re,fake_l0ZhkzxsSfqE_RiSZzTcoA@fakeemail.com,Add SSLEngine and SSLSocket cipher suite docs to auto…
40746 …e6Ulq0wZT82Tk2DUXwzM2g@fakeemail.com,ojluni: solve issues with exceptions in cipher-related streams
[all …]