Home
last modified time | relevance | path

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

/aosp12/system/bt/include/hardware/
H A Dbt_keystore.h29 virtual std::string get_key(std::string prefix) = 0;
44 virtual std::string get_key(std::string prefix) = 0;
/aosp12/system/bt/btif/src/
H A Dbtif_keystore.cc70 std::string get_key(std::string prefix) override { in get_key() function in bluetooth::bluetooth_keystore::BluetoothKeystoreInterfaceImpl
82 decryptedString = callbacks->get_key(prefix); in get_key()
H A Dbtif_config.cc535 string = get_bluetooth_keystore_interface()->get_key(section + "-" + key); in btif_config_get_bin()
/aosp12/system/security/keystore2/src/crypto/
H A Dlib.rs173 fn get_key(&'a self) -> &'a [u8] { in get_key() method
184 let pw = self.get_key(); in derive_key()
218 Ok(Password::Owned(ZVec::try_from(self.get_key())?)) in try_clone()
/aosp12/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_btservice_BluetoothKeystore.cpp62 std::string get_key(const std::string prefixString) override { in get_key() function in android::BluetoothKeystoreCallbacksImpl