Home
last modified time | relevance | path

Searched refs:getBlob (Results 1 – 4 of 4) sorted by relevance

/system/security/keystore/
Dkeystore_get_wifi_hidl.cpp58 Return<void> ret = service->getBlob(hidl_string(key, keyLength), cb); in keystore_get()
/system/hardware/interfaces/wifi/keystore/1.0/default/include/wifikeystorehal/
Dkeystore.h32 Return<void> getBlob(const hidl_string& key, getBlob_cb _hidl_cb) override;
/system/hardware/interfaces/wifi/keystore/1.0/default/
Dkeystore.cpp15 Return<void> Keystore::getBlob(const hidl_string& key, getBlob_cb _hidl_cb) { in getBlob() function in android::system::wifi::keystore::V1_0::implementation::Keystore
/system/hardware/interfaces/wifi/keystore/1.0/
DIKeystore.hal44 getBlob(string key)