Home
last modified time | relevance | path

Searched refs:KeymasterHardwareProfile (Results 1 – 2 of 2) sorted by relevance

/system/keymaster/ng/include/
DAndroidKeymaster3Device.h47 enum class KeymasterHardwareProfile : uint32_t { enum
57 AndroidKeymaster3Device(KeymasterContext* context, KeymasterHardwareProfile profile);
94 KeymasterHardwareProfile profile_;
/system/keymaster/ng/
DAndroidKeymaster3Device.cpp230 profile_(KeymasterHardwareProfile::SW) {}
233 KeymasterHardwareProfile profile) in AndroidKeymaster3Device()
241 case KeymasterHardwareProfile::KM0: in getHardwareFeatures()
246 case KeymasterHardwareProfile::KM1: in getHardwareFeatures()
251 case KeymasterHardwareProfile::KM2: in getHardwareFeatures()
256 case KeymasterHardwareProfile::SW: in getHardwareFeatures()
508 return new AndroidKeymaster3Device(context, KeymasterHardwareProfile::KM2); in CreateKeymasterDevice()
514 return new AndroidKeymaster3Device(context, KeymasterHardwareProfile::KM1); in CreateKeymasterDevice()