Home
last modified time | relevance | path

Searched refs:getBlob (Results 1 – 5 of 5) 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/vts/functional/
DVtsHalWifiKeystoreV1_0TargetTest.cpp366 keystore->getBlob(nullptr, callback); in TEST_P()
381 keystore->getBlob("", callback); in TEST_P()
396 keystore->getBlob(kTestKeyName, callback); in TEST_P()
419 keystore->getBlob(kTestKeyName, callback); in TEST_P()
441 keystore->getBlob(kTestKeyName, callback); in TEST_P()
/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/
DIKeystore.hal44 getBlob(string key)
/system/hardware/interfaces/wifi/keystore/1.0/default/
Dkeystore.cpp64 Return<void> Keystore::getBlob(const hidl_string& key, getBlob_cb _hidl_cb) { in getBlob() function in android::system::wifi::keystore::V1_0::implementation::Keystore