HomeSort by relevance Sort by last modified time
    Searched defs:EcdsaKeymaster1KeyFactory (Results 1 - 2 of 2) sorted by null

  /system/keymaster/
ec_keymaster1_key.h 36 * EcdsaKeymaster1KeyFactory is a KeyFactory that creates and loads keys which are actually backed
41 class EcdsaKeymaster1KeyFactory : public EcKeyFactory {
43 EcdsaKeymaster1KeyFactory(const SoftKeymasterContext* context, const Keymaster1Engine* engine);
ec_keymaster1_key.cpp 30 EcdsaKeymaster1KeyFactory::EcdsaKeymaster1KeyFactory(const SoftKeymasterContext* context,
64 keymaster_error_t EcdsaKeymaster1KeyFactory::GenerateKey(const AuthorizationSet& key_description,
73 keymaster_error_t EcdsaKeymaster1KeyFactory::ImportKey(
83 keymaster_error_t EcdsaKeymaster1KeyFactory::LoadKey(const KeymasterKeyBlob& key_material,
109 EcdsaKeymaster1KeyFactory::GetOperationFactory(keymaster_purpose_t purpose) const {

Completed in 2531 milliseconds