/system/keymaster/ |
D | ecdsa_keymaster1_operation.h | 32 EcdsaKeymaster1WrappedOperation(keymaster_purpose_t purpose, const Keymaster1Engine* engine) in EcdsaKeymaster1WrappedOperation() argument 33 : purpose_(purpose), operation_handle_(0), engine_(engine) {} in EcdsaKeymaster1WrappedOperation() 57 const Keymaster1Engine* engine) in EcdsaKeymaster1Operation() argument 58 : BaseOperation(digest, key), wrapped_operation_(super::purpose(), engine) { in EcdsaKeymaster1Operation() 103 EcdsaKeymaster1OperationFactory(keymaster_purpose_t purpose, const Keymaster1Engine* engine) in EcdsaKeymaster1OperationFactory() argument 104 : purpose_(purpose), engine_(engine) {} in EcdsaKeymaster1OperationFactory()
|
D | rsa_keymaster1_operation.h | 32 RsaKeymaster1WrappedOperation(keymaster_purpose_t purpose, const Keymaster1Engine* engine) in RsaKeymaster1WrappedOperation() argument 33 : purpose_(purpose), operation_handle_(0), engine_(engine) {} in RsaKeymaster1WrappedOperation() 57 const Keymaster1Engine* engine) in RsaKeymaster1Operation() argument 58 : BaseOperation(digest, padding, key), wrapped_operation_(super::purpose(), engine) { in RsaKeymaster1Operation() 103 RsaKeymaster1OperationFactory(keymaster_purpose_t purpose, const Keymaster1Engine* engine) in RsaKeymaster1OperationFactory() argument 104 : purpose_(purpose), engine_(engine) {} in RsaKeymaster1OperationFactory()
|
D | rsa_keymaster1_key.cpp | 31 const Keymaster1Engine* engine) in RsaKeymaster1KeyFactory() argument 32 : RsaKeyFactory(context), engine_(engine), in RsaKeymaster1KeyFactory() 33 sign_factory_(new RsaKeymaster1OperationFactory(KM_PURPOSE_SIGN, engine)), in RsaKeymaster1KeyFactory() 34 decrypt_factory_(new RsaKeymaster1OperationFactory(KM_PURPOSE_DECRYPT, engine)), in RsaKeymaster1KeyFactory()
|
D | ec_keymaster1_key.cpp | 31 const Keymaster1Engine* engine) in EcdsaKeymaster1KeyFactory() argument 32 : EcKeyFactory(context), engine_(engine), in EcdsaKeymaster1KeyFactory() 33 sign_factory_(new EcdsaKeymaster1OperationFactory(KM_PURPOSE_SIGN, engine)), in EcdsaKeymaster1KeyFactory()
|
D | rsa_keymaster0_key.cpp | 33 const Keymaster0Engine* engine) in RsaKeymaster0KeyFactory() argument 34 : RsaKeyFactory(context), engine_(engine) {} in RsaKeymaster0KeyFactory()
|
D | ec_keymaster0_key.cpp | 33 const Keymaster0Engine* engine) in EcdsaKeymaster0KeyFactory() argument 34 : EcKeyFactory(context), engine_(engine) {} in EcdsaKeymaster0KeyFactory()
|
D | rsa_keymaster0_key.h | 39 RsaKeymaster0KeyFactory(const SoftKeymasterContext* context, const Keymaster0Engine* engine);
|
D | ec_keymaster0_key.h | 39 EcdsaKeymaster0KeyFactory(const SoftKeymasterContext* context, const Keymaster0Engine* engine);
|
D | ec_keymaster1_key.h | 43 EcdsaKeymaster1KeyFactory(const SoftKeymasterContext* context, const Keymaster1Engine* engine);
|
D | rsa_keymaster1_key.h | 43 RsaKeymaster1KeyFactory(const SoftKeymasterContext* context, const Keymaster1Engine* engine);
|
/system/security/keystore-engine/ |
D | eng_keystore.cpp | 202 Unique_ENGINE engine(ENGINE_new()); in ENGINE_keystore() local 203 if (engine.get() == NULL) { in ENGINE_keystore() 207 if (!keystore_engine_setup(engine.get())) { in ENGINE_keystore() 211 return engine.release(); in ENGINE_keystore()
|
D | Android.mk | 26 LOCAL_MODULE := libkeystore-engine
|
D | android_engine.cpp | 100 const ENGINE* engine() const { return engine_; } in engine() function in __anonaa278e8e0111::KeystoreEngine 324 Unique_RSA rsa(RSA_new_method(g_keystore_engine->engine())); in wrap_rsa() 360 Unique_EC_KEY ec(EC_KEY_new_method(g_keystore_engine->engine())); in wrap_ecdsa()
|
D | ecdsa_meth.cpp | 142 ecdsa->engine = e; in ecdsa_pkey_setup()
|
D | dsa_meth.cpp | 139 dsa->engine = e; in dsa_pkey_setup()
|
D | rsa_meth.cpp | 228 rsa->engine = e; in rsa_pkey_setup()
|
/system/update_engine/update_manager/ |
D | update_manager.conf.example | 13 # command "restart update-engine" from a root shell to make your
|
/system/media/camera/docs/ |
D | README.md | 12 * Mako 0.7+ - Template engine, needed to do file generation.
|
/system/core/fastboot/ |
D | Android.mk | 29 engine.cpp \
|
/system/media/audio_utils/ |
D | Doxyfile.orig | 1451 # the HTML output. The underlying search engine uses javascript and DHTML and 1455 # For large projects the javascript based search engine can be slow, then 1471 # When the SERVER_BASED_SEARCH tag is enabled the search engine will be 1486 # external search engine pointed to by the SEARCHENGINE_URL option to obtain the 1489 # Doxygen ships with an example indexer ( doxyindexer) and search engine 1490 # (doxysearch.cgi) which are based on the open source search engine library 1499 # The SEARCHENGINE_URL should point to a search engine hosted by a web server 1502 # Doxygen ships with an example indexer ( doxyindexer) and search engine 1503 # (doxysearch.cgi) which are based on the open source search engine library
|
D | Doxyfile | 1451 # the HTML output. The underlying search engine uses javascript and DHTML and 1455 # For large projects the javascript based search engine can be slow, then 1471 # When the SERVER_BASED_SEARCH tag is enabled the search engine will be 1486 # external search engine pointed to by the SEARCHENGINE_URL option to obtain the 1489 # Doxygen ships with an example indexer ( doxyindexer) and search engine 1490 # (doxysearch.cgi) which are based on the open source search engine library 1499 # The SEARCHENGINE_URL should point to a search engine hosted by a web server 1502 # Doxygen ships with an example indexer ( doxyindexer) and search engine 1503 # (doxysearch.cgi) which are based on the open source search engine library
|
/system/sepolicy/ |
D | file_contexts | 51 /dev/adf-overlay-engine[0-9]*\.[0-9]* u:object_r:graphics_device:s0
|
/system/tpm/trunks/generator/ |
D | raw_commands.txt | 2140 // Initialize crypto engine
|
D | raw_commands_fixed.txt | 2140 // Initialize crypto engine
|