Searched refs:AndroidKeyMintDevice (Results 1 – 10 of 10) sorted by relevance
215 AndroidKeyMintDevice::AndroidKeyMintDevice(SecurityLevel securityLevel) in AndroidKeyMintDevice() function in aidl::android::hardware::security::keymint::AndroidKeyMintDevice227 AndroidKeyMintDevice::~AndroidKeyMintDevice() {} in ~AndroidKeyMintDevice()229 ScopedAStatus AndroidKeyMintDevice::getHardwareInfo(KeyMintHardwareInfo* info) { in getHardwareInfo()238 ScopedAStatus AndroidKeyMintDevice::addRngEntropy(const vector<uint8_t>& data) { in addRngEntropy()371 ScopedAStatus AndroidKeyMintDevice::deleteKey(const vector<uint8_t>& keyBlob) { in deleteKey()381 ScopedAStatus AndroidKeyMintDevice::deleteAllKeys() { in deleteAllKeys()390 ScopedAStatus AndroidKeyMintDevice::destroyAttestationIds() { in destroyAttestationIds()422 ScopedAStatus AndroidKeyMintDevice::deviceLocked( in deviceLocked()435 ScopedAStatus AndroidKeyMintDevice::earlyBootEnded() { in earlyBootEnded()446 ScopedAStatus AndroidKeyMintDevice::getKeyCharacteristics( in getKeyCharacteristics()[all …]
36 const std::shared_ptr<keymint::AndroidKeyMintDevice>& keymint) in AndroidSecureClock()
32 const std::shared_ptr<keymint::AndroidKeyMintDevice>& keymint) in AndroidSharedSecret()
81 const std::shared_ptr<AndroidKeyMintDevice>& keymint) { in AndroidRemotelyProvisionedComponentDevice()
29 using aidl::android::hardware::security::keymint::AndroidKeyMintDevice;51 std::shared_ptr<AndroidKeyMintDevice> keyMint = in main()52 addService<AndroidKeyMintDevice>(SecurityLevel::SOFTWARE); in main()
35 class AndroidKeyMintDevice : public BnKeyMintDevice {37 explicit AndroidKeyMintDevice(SecurityLevel securityLevel);38 virtual ~AndroidKeyMintDevice();
35 explicit AndroidSecureClock(const std::shared_ptr<keymint::AndroidKeyMintDevice>& keymint);
33 explicit AndroidSharedSecret(const std::shared_ptr<keymint::AndroidKeyMintDevice>& keymint);
34 const std::shared_ptr<AndroidKeyMintDevice>& keymint);
397 "ng/AndroidKeyMintDevice.cpp",