Home
last modified time | relevance | path

Searched refs:decryptedString (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/btif/src/
Dbtif_keystore.cc65 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 DBrokenKeyDerivationActivity.java99 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/
DBluetoothKeystoreService.java279 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()
DBluetoothKeystoreNativeInterface.java78 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 DCipherHelper.java46 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 DCipherHelper.java50 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/
Dcom_android_bluetooth_btservice_BluetoothKeystore.cpp49 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/
DBluetoothKeystoreServiceTest.java184 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/
DBluetooth.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/bluetooth/ android/ ...
/aosp_15_r20/prebuilts/module_sdk/conscrypt/current/test-exports/java/
Dconscrypt-tests.jarMETA-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/
DBluetooth.jarMETA-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/
DBluetooth.jarorg/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/
DBluetooth.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/androidx.annotation_annotation- ...