Home
last modified time | relevance | path

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

/system/security/keystore-engine/
Dkeystore_backend_binder.cpp70 using keystore::KeyCharacteristicsPromise;
109 android::sp<KeyCharacteristicsPromise> kc_promise(new KeyCharacteristicsPromise); in sign()
/system/security/keystore/
Dkeystore_client_impl.cpp210 android::sp<KeyCharacteristicsPromise> promise(new KeyCharacteristicsPromise); in generateKey()
237 android::sp<KeyCharacteristicsPromise> promise(new KeyCharacteristicsPromise); in getKeyCharacteristics()
265 android::sp<KeyCharacteristicsPromise> promise(new KeyCharacteristicsPromise); in importKey()
/system/security/keystore/include/keystore/
Dkeystore_promises.h57 using KeyCharacteristicsPromise = variable
/system/hardware/interfaces/wifi/keystore/1.0/default/
Dkeystore.cpp46 using keystore::KeyCharacteristicsPromise;
150 android::sp<KeyCharacteristicsPromise> kc_promise(new KeyCharacteristicsPromise); in sign()
/system/hardware/interfaces/wifi/keystore/1.0/vts/functional/
DVtsHalWifiKeystoreV1_0TargetTest.cpp153 sp<keystore::KeyCharacteristicsPromise> promise(new keystore::KeyCharacteristicsPromise); in generateKey()