Home
last modified time | relevance | path

Searched refs:Keystore (Results 1 – 25 of 31) sorted by relevance

12

/system/vold/
DKeystore.cpp106 Keystore::Keystore() { in Keystore() function in android::vold::Keystore
130 bool Keystore::generateKey(const km::AuthorizationSet& inParams, std::string* key) { in generateKey()
153 bool Keystore::exportKey(const KeyBuffer& ksKey, std::string* key) { in exportKey()
184 bool Keystore::deleteKey(const std::string& key) { in deleteKey()
197 KeystoreOperation Keystore::begin(const std::string& key, const km::AuthorizationSet& inParams, in begin()
226 void Keystore::earlyBootEnded() { in earlyBootEnded()
239 void Keystore::deleteAllKeys() { in deleteAllKeys()
DKeystore.h104 friend class Keystore; variable
108 class Keystore {
110 Keystore();
134 DISALLOW_COPY_AND_ASSIGN(Keystore);
DKeyStorage.cpp117 static bool generateKeyStorageKey(Keystore& keystore, const std::string& appId, std::string* key) { in generateKeyStorageKey()
137 Keystore keystore; in generateWrappedStorageKey()
149 Keystore keystore; in exportWrappedStorageKey()
211 static bool CommitUpgradedKey(Keystore& keystore, const std::string& dir) { in CommitUpgradedKey()
235 Keystore keystore; in DeferredCommitKeystoreKeys()
302 static void DeleteUpgradedKey(Keystore& keystore, const std::string& path) { in DeleteUpgradedKey()
321 static KeystoreOperation BeginKeystoreOp(Keystore& keystore, const std::string& dir, in BeginKeystoreOp()
370 static bool encryptWithKeystoreKey(Keystore& keystore, const std::string& dir, in encryptWithKeystoreKey()
396 static bool decryptWithKeystoreKey(Keystore& keystore, const std::string& dir, in decryptWithKeystoreKey()
557 Keystore keystore; in storeKey()
[all …]
DAndroid.bp127 "Keystore.cpp",
DMetadataCrypt.cpp136 Keystore::deleteAllKeys(); in read_key()
/system/connectivity/wificond/
Dwifi_keystore_hal_connector.cpp32 using android::system::wifi::keystore::V1_0::implementation::Keystore;
44 android::sp<IKeystore> wifiKeystoreHalService = new Keystore(); in start()
DAndroid.bp83 "libwifikeystorehal", // Wifi Keystore HAL service
/system/security/keystore2/
Dkeystore2.rc2 # Keystore 2.0 changes its working directory to the first positional
5 # Keystore shall run as user keystore and groups keystore, readproc, and log.
DAndroid.bp157 // Keystore Flag definitions
/system/sepolicy/private/
Dkeystore2_key_contexts1 # Keystore 2.0 key contexts.
2 # This file defines Keystore 2.0 namespaces and maps them to labels.
Dsecurity_classes161 # Legacy Keystore key permissions
164 # Keystore 2.0 permissions
167 # Keystore 2.0 key permissions
Dkeystore.te29 # Keystore need access to the keystore2_key_contexts file to load the keystore key backend.
35 # Keystore needs to transfer binder references to vold so that it
Dwificond.te39 #### Offer the Wifi Keystore HwBinder service ###
Dvold.te41 # Vold will use Keystore instead of using Keymint directly. But it still needs
Ddumpstate.te82 # Only allow dumpstate to dump Keystore on debuggable builds.
/system/sepolicy/reqd_mask/
Dsecurity_classes161 # Legacy Keystore key permissions
164 # Keystore 2.0 permissions
167 # Keystore 2.0 key permissions
/system/sepolicy/microdroid/reqd_mask/
Dsecurity_classes161 # Legacy Keystore key permissions
164 # Keystore 2.0 permissions
167 # Keystore 2.0 key permissions
/system/sepolicy/microdroid/system/private/
Dsecurity_classes161 # Legacy Keystore key permissions
164 # Keystore 2.0 permissions
167 # Keystore 2.0 key permissions
/system/hardware/interfaces/wifi/keystore/1.0/default/
Dkeystore.cpp329 Return<void> Keystore::getBlob(const hidl_string& key, getBlob_cb _hidl_cb) { in getBlob()
350 Return<void> Keystore::getPublicKey(const hidl_string& keyId, getPublicKey_cb _hidl_cb) { in getPublicKey()
360 Return<void> Keystore::sign(const hidl_string& keyId, const hidl_vec<uint8_t>& dataToSign, in sign()
372 return new Keystore(); in HIDL_FETCH_IKeystore()
/system/security/keystore2/aconfig/
Dflags.aconfig31 description: "Abandon Keystore database retry loop after an interval"
/system/hardware/interfaces/wifi/keystore/1.0/default/include/wifikeystorehal/
Dkeystore.h28 struct Keystore : public IKeystore { struct
/system/sepolicy/vendor/
Dhal_wifi_supplicant_default.te14 # Allow wpa_supplicant to talk to Wifi Keystore HwBinder service.
/system/security/keystore-engine/
DAndroid.bp57 // Now That Keystore 2.0 has a vintf stable interface this library is
/system/hardware/interfaces/wifi/keystore/1.0/
DIKeystore.hal26 * Return values for Keystore requests.
/system/keymint/ta/src/
Dkeys.rs369 .filter(|c| c.security_level != SecurityLevel::Keystore) in finish_keyblob_creation()

12