Home
last modified time | relevance | path

Searched defs:get_key (Results 1 – 3 of 3) sorted by relevance

/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
/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
/aosp12/system/security/keystore2/src/crypto/
H A Dlib.rs173 fn get_key(&'a self) -> &'a [u8] { in get_key() method