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

  /system/security/keystore/
legacy_keymaster_device_wrapper.cpp 34 LegacyKeymasterDeviceWrapper::LegacyKeymasterDeviceWrapper(keymaster2_device_t* dev)
37 LegacyKeymasterDeviceWrapper::~LegacyKeymasterDeviceWrapper() {
202 Return<void> LegacyKeymasterDeviceWrapper::getHardwareFeatures(getHardwareFeatures_cb _hidl_cb) {
207 Return<ErrorCode> LegacyKeymasterDeviceWrapper::addRngEntropy(const hidl_vec<uint8_t>& data) {
212 Return<void> LegacyKeymasterDeviceWrapper::generateKey(const hidl_vec<KeyParameter>& keyParams,
245 Return<void> LegacyKeymasterDeviceWrapper::getKeyCharacteristics(
275 Return<void> LegacyKeymasterDeviceWrapper::importKey(const hidl_vec<KeyParameter>& params,
310 Return<void> LegacyKeymasterDeviceWrapper::exportKey(KeyFormat exportFormat
    [all...]
legacy_keymaster_device_wrapper.h 44 class LegacyKeymasterDeviceWrapper : public IKeymasterDevice {
46 LegacyKeymasterDeviceWrapper(keymaster2_device_t* dev);
47 virtual ~LegacyKeymasterDeviceWrapper();

Completed in 58 milliseconds