Searched refs:encrypted (Results 1 – 3 of 3) sorted by relevance
/development/samples/browseable/FingerprintDialog/src/com.example.android.fingerprintdialog/ |
D | MainActivity.java | 195 private void showConfirmation(byte[] encrypted) { in showConfirmation() argument 197 if (encrypted != null) { in showConfirmation() 200 v.setText(Base64.encodeToString(encrypted, 0 /* flags */)); in showConfirmation() 210 byte[] encrypted = cipher.doFinal(SECRET_MESSAGE.getBytes()); in tryEncrypt() 211 showConfirmation(encrypted); in tryEncrypt()
|
/development/samples/browseable/AsymmetricFingerprintDialog/src/com.example.android.asymmetricfingerprintdialog/ |
D | MainActivity.java | 163 private void showConfirmation(byte[] encrypted) { in showConfirmation() argument 165 if (encrypted != null) { in showConfirmation() 168 v.setText(Base64.encodeToString(encrypted, 0 /* flags */)); in showConfirmation()
|
/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/ |
D | commit.csv | 757 …atform/cts,fake__3wacCkVS8GrlL1R6d330Q@fakeemail.com,CTS verifier: disk encrypted after provisioni… 4036 …,fake_9uhqm5y3QDi9PUk97cuSsw@fakeemail.com,[AWARE] Update network creation tests open/encrypted API 6138 …re,fake_OIHK_jrXTFKin8kIp5-dJA@fakeemail.com,bootstat: Disambiguate boot time on encrypted devices. 12640 …,platform/build,fake_z5eswEVQT1OPrh4-x7wK3Q@fakeemail.com,OTA Tools: Handle password encrypted keys 19256 …system/vold,fake_6TORb7f7RFq6QSt0LVqj-w@fakeemail.com,Run secdiscard on encrypted key and key blob… 26124 …Tk2DUXwzM2g@fakeemail.com,KeyDerivationFunction: example about treating data encrypted via SHA1PRNG 41854 …kages/services/Car,fake_N_sU_HWFQeGe7jITqpLBhA@fakeemail.com,Use device encrypted storage context … 74102 …agedProvisioning,fake_PAv-nVW5SLKhJO5fP8DpMw@fakeemail.com,Restricting to encrypted network traffic 76107 …_I93y2_JsSWqw_TN_Xf0omA@fakeemail.com,"[autotest] In verify, test for readonly encrypted stateful." 84759 …ake_YyWeZEANQdmrxzA8G5nJCw@fakeemail.com,e2fsck: suppress bad name checks for encrypted directories [all …]
|