Searched defs:get_key (Results 1 – 3 of 3) sorted by relevance
/aosp12/system/bt/btif/src/ | ||
H A D | btif_keystore.cc | 70 std::string get_key(std::string prefix) override { in get_key() function in bluetooth::bluetooth_keystore::BluetoothKeystoreInterfaceImpl |
/aosp12/packages/apps/Bluetooth/jni/ | ||
H A D | com_android_bluetooth_btservice_BluetoothKeystore.cpp | 62 std::string get_key(const std::string prefixString) override { in get_key() function in android::BluetoothKeystoreCallbacksImpl |
/aosp12/system/security/keystore2/src/crypto/ | ||
H A D | lib.rs | 173 fn get_key(&'a self) -> &'a [u8] { in get_key() method |