Searched refs:TrustyKeyMintDevice (Results 1 – 4 of 4) sorted by relevance
20 #define TAG TrustyKeyMintDevice93 ScopedAStatus TrustyKeyMintDevice::getHardwareInfo(KeyMintHardwareInfo* info) { in getHardwareInfo()102 ScopedAStatus TrustyKeyMintDevice::addRngEntropy(const vector<uint8_t>& data) { in addRngEntropy()143 ScopedAStatus TrustyKeyMintDevice::getKeyCharacteristics( in getKeyCharacteristics()162 ScopedAStatus TrustyKeyMintDevice::importKey(const vector<KeyParameter>& keyParams, in importKey()241 ScopedAStatus TrustyKeyMintDevice::deleteKey(const vector<uint8_t>& keyBlob) { in deleteKey()251 ScopedAStatus TrustyKeyMintDevice::deleteAllKeys() { in deleteAllKeys()260 ScopedAStatus TrustyKeyMintDevice::destroyAttestationIds() { in destroyAttestationIds()290 ScopedAStatus TrustyKeyMintDevice::deviceLocked( in deviceLocked()303 ScopedAStatus TrustyKeyMintDevice::earlyBootEnded() { in earlyBootEnded()[all …]
27 using aidl::android::hardware::security::keymint::trusty::TrustyKeyMintDevice;54 auto keyMint = addService<TrustyKeyMintDevice>(trustyKeymaster); in main()
35 class TrustyKeyMintDevice : public BnKeyMintDevice {37 explicit TrustyKeyMintDevice(shared_ptr<TrustyKeymaster> impl) : impl_(std::move(impl)) {} in TrustyKeyMintDevice() function38 virtual ~TrustyKeyMintDevice() = default;
101 "keymint/TrustyKeyMintDevice.cpp",