HomeSort by relevance Sort by last modified time
    Searched refs:AesKeyFactory (Results 1 - 5 of 5) sorted by null

  /system/keymaster/include/keymaster/km_openssl/
aes_key.h 29 class AesKeyFactory : public SymmetricKeyFactory {
31 explicit AesKeyFactory(const SoftwareKeyBlobMaker* blob_maker,
  /system/keymaster/km_openssl/
aes_key.cpp 33 OperationFactory* AesKeyFactory::GetOperationFactory(keymaster_purpose_t purpose) const {
44 keymaster_error_t AesKeyFactory::LoadKey(KeymasterKeyBlob&& key_material,
72 keymaster_error_t AesKeyFactory::validate_algorithm_specific_new_key_params(
  /system/keymaster/contexts/
keymaster1_passthrough_context.cpp 68 result.reset(new Keymaster1ArbitrationFactory<AesKeyFactory>(pt_engine_.get(),
pure_soft_keymaster_context.cpp 55 aes_factory_(new AesKeyFactory(this, this)),
soft_keymaster_context.cpp 57 aes_factory_(new AesKeyFactory(this, this)),

Completed in 134 milliseconds