Home
last modified time | relevance | path

Searched refs:TrustyKeyMintDevice (Results 1 – 4 of 4) sorted by relevance

/aosp14/system/core/trusty/keymaster/keymint/
H A DTrustyKeyMintDevice.cpp20 #define TAG TrustyKeyMintDevice
93 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 …]
H A Dservice.cpp27 using aidl::android::hardware::security::keymint::trusty::TrustyKeyMintDevice;
54 auto keyMint = addService<TrustyKeyMintDevice>(trustyKeymaster); in main()
/aosp14/system/core/trusty/keymaster/include/trusty_keymaster/
H A DTrustyKeyMintDevice.h35 class TrustyKeyMintDevice : public BnKeyMintDevice {
37 explicit TrustyKeyMintDevice(shared_ptr<TrustyKeymaster> impl) : impl_(std::move(impl)) {} in TrustyKeyMintDevice() function
38 virtual ~TrustyKeyMintDevice() = default;
/aosp14/system/core/trusty/keymaster/
H A DAndroid.bp101 "keymint/TrustyKeyMintDevice.cpp",