Searched refs:SoftKeymasterContext (Results 1 - 8 of 8) sorted by relevance

/system/keymaster/
H A Dec_keymaster0_key.h29 class SoftKeymasterContext;
39 EcdsaKeymaster0KeyFactory(const SoftKeymasterContext* context, const Keymaster0Engine* engine);
58 const SoftKeymasterContext* soft_context_;
H A Drsa_keymaster0_key.h29 class SoftKeymasterContext;
39 RsaKeymaster0KeyFactory(const SoftKeymasterContext* context, const Keymaster0Engine* engine);
58 const SoftKeymasterContext* soft_context_;
H A Dsoft_keymaster_context.cpp50 SoftKeymasterContext::SoftKeymasterContext(keymaster0_device_t* keymaster0_device) { function in class:keymaster::SoftKeymasterContext
59 KeyFactory* SoftKeymasterContext::GetKeyFactory(keymaster_algorithm_t algorithm) const {
78 SoftKeymasterContext::GetSupportedAlgorithms(size_t* algorithms_count) const {
83 OperationFactory* SoftKeymasterContext::GetOperationFactory(keymaster_algorithm_t algorithm,
158 keymaster_error_t SoftKeymasterContext::CreateKeyBlob(const AuthorizationSet& key_description,
200 keymaster_error_t SoftKeymasterContext::ParseOldSoftkeymasterBlob(
272 keymaster_error_t SoftKeymasterContext::ParseKeyBlob(const KeymasterKeyBlob& blob,
279 // The SoftKeymasterContext has to handle a lot of different kinds of key blobs.
348 keymaster_error_t SoftKeymasterContext
[all...]
H A Dec_keymaster0_key.cpp32 EcdsaKeymaster0KeyFactory::EcdsaKeymaster0KeyFactory(const SoftKeymasterContext* context,
H A Drsa_keymaster0_key.cpp35 RsaKeymaster0KeyFactory::RsaKeymaster0KeyFactory(const SoftKeymasterContext* context,
H A Dsoft_keymaster_device.cpp63 impl_(new AndroidKeymaster(new SoftKeymasterContext(keymaster0_device), 16)) {
H A Dandroid_keymaster_test.cpp68 class TestKeymasterContext : public SoftKeymasterContext {
71 : SoftKeymasterContext(keymaster0) {}
/system/keymaster/include/keymaster/
H A Dsoft_keymaster_context.h33 * SoftKeymasterContext provides the context for a non-secure implementation of AndroidKeymaster.
35 class SoftKeymasterContext : public KeymasterContext { class in namespace:keymaster
37 SoftKeymasterContext(keymaster0_device_t* keymaster0_device);

Completed in 62 milliseconds