/aosp_15_r20/packages/modules/Bluetooth/system/btif/src/ |
D | btif_keystore.cc | 65 bool set_encrypt_key_or_remove_key(std::string prefix, std::string decryptedString) override { in set_encrypt_key_or_remove_key() argument 74 key_map[prefix] = decryptedString; in set_encrypt_key_or_remove_key() 78 base::Unretained(callbacks), prefix, decryptedString)); in set_encrypt_key_or_remove_key() 90 std::string decryptedString; in get_key() local 94 decryptedString = callbacks->get_key(prefix); in get_key() 96 key_map[prefix] = decryptedString; in get_key() 99 decryptedString = iter->second; in get_key() 101 return decryptedString; in get_key()
|
/aosp_15_r20/development/samples/BrokenKeyDerivation/src/com/example/android/brokenkeyderivation/ |
H A D | BrokenKeyDerivationActivity.java | 99 String decryptedString; in retrieveData() local 106 decryptedString = "Warning: data was encrypted with insecure key\n" in retrieveData() 111 decryptedString = "Great!: data was encrypted with secure key\n" in retrieveData() 114 return decryptedString; in retrieveData()
|
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/bluetoothKeystore/ |
D | BluetoothKeystoreService.java | 279 public void setEncryptKeyOrRemoveKey(String prefixString, String decryptedString) in setEncryptKeyOrRemoveKey() argument 282 if (prefixString == null || decryptedString == null) { in setEncryptKeyOrRemoveKey() 286 if (decryptedString.isEmpty()) { in setEncryptKeyOrRemoveKey() 288 } else if (decryptedString.equals(CONFIG_FILE_HASH)) { in setEncryptKeyOrRemoveKey() 296 if (decryptedString.isEmpty()) { in setEncryptKeyOrRemoveKey() 301 mNameDecryptKey.put(prefixString, decryptedString); in setEncryptKeyOrRemoveKey()
|
D | BluetoothKeystoreNativeInterface.java | 78 private void setEncryptKeyOrRemoveKeyCallback(String prefixString, String decryptedString) { in setEncryptKeyOrRemoveKeyCallback() argument 90 service.setEncryptKeyOrRemoveKey(prefixString, decryptedString); in setEncryptKeyOrRemoveKeyCallback()
|
/aosp_15_r20/external/conscrypt/testing/src/main/java/org/conscrypt/java/security/ |
H A D | CipherHelper.java | 46 String decryptedString = new String(decrypted, StandardCharsets.UTF_8); in test() local 48 assertEquals("transformed data does not match", plainData, decryptedString); in test()
|
/aosp_15_r20/external/conscrypt/repackaged/testing/src/main/java/com/android/org/conscrypt/java/security/ |
H A D | CipherHelper.java | 50 String decryptedString = new String(decrypted, StandardCharsets.UTF_8); in test() local 52 assertEquals("transformed data does not match", plainData, decryptedString); in test()
|
/aosp_15_r20/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_btservice_BluetoothKeystore.cpp | 49 const std::string decryptedString) override { in set_encrypt_key_or_remove_key() argument 59 jstring j_decryptedString = sCallbackEnv->NewStringUTF(decryptedString.c_str()); in set_encrypt_key_or_remove_key()
|
/aosp_15_r20/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/bluetoothKeystore/ |
D | BluetoothKeystoreServiceTest.java | 184 private boolean setEncryptKeyOrRemoveKey(String prefixString, String decryptedString) { in setEncryptKeyOrRemoveKey() argument 186 mBluetoothKeystoreService.setEncryptKeyOrRemoveKey(prefixString, decryptedString); in setEncryptKeyOrRemoveKey()
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/android/app/Bluetooth/android_common_apex33/javac/ |
D | Bluetooth.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/bluetooth/
android/ ... |
/aosp_15_r20/prebuilts/module_sdk/conscrypt/current/test-exports/java/ |
D | conscrypt-tests.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/net/
android/ ... |
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/android/app/Bluetooth/android_common_apex33/combined/ |
D | Bluetooth.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/androidx.annotation_annotation- ... |
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/android/app/Bluetooth/android_common_apex33/jarjar/ |
D | Bluetooth.jar | org/jspecify/annotations/Nullable.class
Nullable.java
package org.jspecify.annotations
public ... |
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/android/app/Bluetooth/android_common_apex33/withres/ |
D | Bluetooth.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/androidx.annotation_annotation- ... |