Searched refs:KeymasterHardwareProfile (Results 1 – 2 of 2) sorted by relevance
47 enum class KeymasterHardwareProfile : uint32_t { enum57 AndroidKeymaster3Device(KeymasterContext* context, KeymasterHardwareProfile profile);94 KeymasterHardwareProfile profile_;
230 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()