Home
last modified time | relevance | path

Searched refs:engine (Results 1 – 25 of 36) sorted by relevance

12

/system/keymaster/legacy_support/
Decdsa_keymaster1_operation.h32 EcdsaKeymaster1WrappedOperation(keymaster_purpose_t purpose, const Keymaster1Engine* engine) in EcdsaKeymaster1WrappedOperation() argument
33 : purpose_(purpose), operation_handle_(0), engine_(engine) {} in EcdsaKeymaster1WrappedOperation()
58 const Keymaster1Engine* engine) in EcdsaKeymaster1Operation() argument
60 wrapped_operation_(super::purpose(), engine) { in EcdsaKeymaster1Operation()
106 EcdsaKeymaster1OperationFactory(keymaster_purpose_t purpose, const Keymaster1Engine* engine) in EcdsaKeymaster1OperationFactory() argument
107 : purpose_(purpose), engine_(engine) {} in EcdsaKeymaster1OperationFactory()
Drsa_keymaster1_operation.h32 RsaKeymaster1WrappedOperation(keymaster_purpose_t purpose, const Keymaster1Engine* engine) in RsaKeymaster1WrappedOperation() argument
33 : purpose_(purpose), operation_handle_(0), engine_(engine) {} in RsaKeymaster1WrappedOperation()
58 const Keymaster1Engine* engine) in RsaKeymaster1Operation() argument
60 wrapped_operation_(super::purpose(), engine) { in RsaKeymaster1Operation()
106 RsaKeymaster1OperationFactory(keymaster_purpose_t purpose, const Keymaster1Engine* engine) in RsaKeymaster1OperationFactory() argument
107 : purpose_(purpose), engine_(engine) {} in RsaKeymaster1OperationFactory()
Drsa_keymaster1_key.cpp28 const Keymaster1Engine* engine) in RsaKeymaster1KeyFactory() argument
29 : RsaKeyFactory(blob_maker), engine_(engine), in RsaKeymaster1KeyFactory()
30 sign_factory_(new RsaKeymaster1OperationFactory(KM_PURPOSE_SIGN, engine)), in RsaKeymaster1KeyFactory()
31 decrypt_factory_(new RsaKeymaster1OperationFactory(KM_PURPOSE_DECRYPT, engine)), in RsaKeymaster1KeyFactory()
Dec_keymaster1_key.cpp31 const Keymaster1Engine* engine) in EcdsaKeymaster1KeyFactory() argument
32 : EcKeyFactory(blob_maker), engine_(engine), in EcdsaKeymaster1KeyFactory()
33 sign_factory_(new EcdsaKeymaster1OperationFactory(KM_PURPOSE_SIGN, engine)), in EcdsaKeymaster1KeyFactory()
Dec_keymaster0_key.cpp33 const Keymaster0Engine* engine) in EcdsaKeymaster0KeyFactory() argument
34 : EcKeyFactory(blob_maker), engine_(engine) {} in EcdsaKeymaster0KeyFactory()
Drsa_keymaster0_key.cpp33 const Keymaster0Engine* engine) in RsaKeymaster0KeyFactory() argument
34 : RsaKeyFactory(blob_maker), engine_(engine) {} in RsaKeymaster0KeyFactory()
/system/keymaster/include/keymaster/legacy_support/
Dkeymaster_passthrough_key.h40 KeymasterPassthroughKeyFactory(const engine_t* engine, keymaster_algorithm_t algorithm) in KeymasterPassthroughKeyFactory() argument
41 : KeyFactory(), engine_(engine), algorithm_(algorithm) {} in KeymasterPassthroughKeyFactory()
82 const KeymasterPassthroughEngine* engine) in KeymasterPassthroughKey() argument
84 additional_parameters_(additional_parameters), engine_(engine) { in KeymasterPassthroughKey()
Drsa_keymaster0_key.h38 const Keymaster0Engine* engine);
Dec_keymaster0_key.h38 const Keymaster0Engine* engine);
Dec_keymaster1_key.h42 const Keymaster1Engine* engine);
Drsa_keymaster1_key.h43 const Keymaster1Engine* engine);
/system/security/keystore-engine/
DAndroid.bp16 name: "libkeystore-engine",
44 // This builds a variant of libkeystore-engine that uses a HIDL HAL
47 name: "libkeystore-engine-wifi-hidl",
Dandroid_engine.cpp214 const ENGINE* engine() const { return engine_; } in engine() function in __anon392670090111::KeystoreEngine
258 bssl::UniquePtr<RSA> rsa(RSA_new_method(g_keystore_engine->engine())); in wrap_rsa()
294 bssl::UniquePtr<EC_KEY> ec(EC_KEY_new_method(g_keystore_engine->engine())); in wrap_ecdsa()
/system/core/logd/
DCompressionEngine.cpp26 static CompressionEngine* engine = new ZstdCompressionEngine(); in GetInstance() local
27 return *engine; in GetInstance()
/system/sepolicy/prebuilts/api/27.0/public/
Dotapreopt_chroot.te16 # Allow otapreopt to use file descriptors from update-engine. It will
/system/sepolicy/prebuilts/api/28.0/public/
Dotapreopt_chroot.te16 # Allow otapreopt to use file descriptors from update-engine. It will
/system/sepolicy/prebuilts/api/26.0/public/
Dotapreopt_chroot.te16 # Allow otapreopt to use file descriptors from update-engine. It will
/system/update_engine/update_manager/
Dupdate_manager.conf.example13 # command "restart update-engine" from a root shell to make your
/system/media/camera/docs/
DREADME.md12 * Mako 0.7+ - Template engine, needed to do file generation.
/system/update_engine/
DREADME.md121 for update checks to the update engine. The details of how requests are passed
122 to the update engine is system dependent, but in Chrome OS it is D-Bus. Look at
125 There are many resiliency features embedded in the update engine that makes auto
128 * If the update engine crashes, it will restart automatically.
141 The core update engine code base in a Chromium OS checkout is located in
150 business. Within the update engine daemon, [UpdateManager] has the
187 update engine and happen in the background. Interactive updates, on the other
232 `/var/log/update_engine` after a few restarts of the update engine or after the
263 rest of the update engine tools.
439 restart update-engine # with a dash not underscore.
[all …]
/system/extras/memory_replay/traces/
DTRACES40 Why: Top 500 app using Unity engine.
/system/sepolicy/prebuilts/api/30.0/private/
Dotapreopt_chroot.te31 # Allow otapreopt to use file descriptors from update-engine. It will
/system/sepolicy/prebuilts/api/29.0/private/
Dotapreopt_chroot.te31 # Allow otapreopt to use file descriptors from update-engine. It will
/system/sepolicy/private/
Dotapreopt_chroot.te31 # Allow otapreopt to use file descriptors from update-engine. It will
/system/core/fs_mgr/
DREADME.overlayfs.md93 prior to content updates. The update engine performs a full OTA.
95 engine may not run if fs_mgr_overlayfs_is_setup() returns true.

12