/system/vold/ |
D | Keystore.cpp | 106 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()
|
D | Keystore.h | 104 friend class Keystore; variable 108 class Keystore { 110 Keystore(); 134 DISALLOW_COPY_AND_ASSIGN(Keystore);
|
D | KeyStorage.cpp | 117 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 …]
|
D | Android.bp | 127 "Keystore.cpp",
|
D | MetadataCrypt.cpp | 136 Keystore::deleteAllKeys(); in read_key()
|
/system/connectivity/wificond/ |
D | wifi_keystore_hal_connector.cpp | 32 using android::system::wifi::keystore::V1_0::implementation::Keystore; 44 android::sp<IKeystore> wifiKeystoreHalService = new Keystore(); in start()
|
D | Android.bp | 83 "libwifikeystorehal", // Wifi Keystore HAL service
|
/system/security/keystore2/ |
D | keystore2.rc | 2 # Keystore 2.0 changes its working directory to the first positional 5 # Keystore shall run as user keystore and groups keystore, readproc, and log.
|
D | Android.bp | 157 // Keystore Flag definitions
|
/system/sepolicy/private/ |
D | keystore2_key_contexts | 1 # Keystore 2.0 key contexts. 2 # This file defines Keystore 2.0 namespaces and maps them to labels.
|
D | security_classes | 161 # Legacy Keystore key permissions 164 # Keystore 2.0 permissions 167 # Keystore 2.0 key permissions
|
D | keystore.te | 29 # 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
|
D | wificond.te | 39 #### Offer the Wifi Keystore HwBinder service ###
|
D | vold.te | 41 # Vold will use Keystore instead of using Keymint directly. But it still needs
|
D | dumpstate.te | 82 # Only allow dumpstate to dump Keystore on debuggable builds.
|
/system/sepolicy/reqd_mask/ |
D | security_classes | 161 # Legacy Keystore key permissions 164 # Keystore 2.0 permissions 167 # Keystore 2.0 key permissions
|
/system/sepolicy/microdroid/reqd_mask/ |
D | security_classes | 161 # Legacy Keystore key permissions 164 # Keystore 2.0 permissions 167 # Keystore 2.0 key permissions
|
/system/sepolicy/microdroid/system/private/ |
D | security_classes | 161 # Legacy Keystore key permissions 164 # Keystore 2.0 permissions 167 # Keystore 2.0 key permissions
|
/system/hardware/interfaces/wifi/keystore/1.0/default/ |
D | keystore.cpp | 329 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/ |
D | flags.aconfig | 31 description: "Abandon Keystore database retry loop after an interval"
|
/system/hardware/interfaces/wifi/keystore/1.0/default/include/wifikeystorehal/ |
D | keystore.h | 28 struct Keystore : public IKeystore { struct
|
/system/sepolicy/vendor/ |
D | hal_wifi_supplicant_default.te | 14 # Allow wpa_supplicant to talk to Wifi Keystore HwBinder service.
|
/system/security/keystore-engine/ |
D | Android.bp | 57 // Now That Keystore 2.0 has a vintf stable interface this library is
|
/system/hardware/interfaces/wifi/keystore/1.0/ |
D | IKeystore.hal | 26 * Return values for Keystore requests.
|
/system/keymint/ta/src/ |
D | keys.rs | 369 .filter(|c| c.security_level != SecurityLevel::Keystore) in finish_keyblob_creation()
|