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

  /system/keymaster/include/keymaster/
soft_keymaster_device.h 47 class SoftKeymasterDevice {
49 SoftKeymasterDevice();
51 explicit SoftKeymasterDevice(SoftKeymasterContext* context);
54 * Set SoftKeymasterDevice to wrap the speicified HW keymaster0 device. Takes ownership of the
60 * Set SoftKeymasterDevice to wrap specified HW keymaster1 device. Takes ownership of the
  /system/keymaster/contexts/
soft_keymaster_device.cpp 34 #define LOG_TAG "SoftKeymasterDevice"
111 SoftKeymasterDevice::DigestMap* map, bool* supports_all) {
130 static keymaster_error_t map_digests(keymaster1_device_t* dev, SoftKeymasterDevice::DigestMap* map,
162 SoftKeymasterDevice::SoftKeymasterDevice()
173 SoftKeymasterDevice::SoftKeymasterDevice(SoftKeymasterContext* context)
183 keymaster_error_t SoftKeymasterDevice::SetHardwareDevice(keymaster0_device_t* keymaster0_device) {
185 LOG_D("Reinitializing SoftKeymasterDevice to use HW keymaster0", 0);
211 keymaster_error_t SoftKeymasterDevice::SetHardwareDevice(keymaster1_device_t* keymaster1_device)
    [all...]

Completed in 158 milliseconds