Home
last modified time | relevance | path

Searched refs:AndroidKeyMintDevice (Results 1 – 10 of 10) sorted by relevance

/aosp12/system/keymaster/ng/
H A DAndroidKeyMintDevice.cpp215 AndroidKeyMintDevice::AndroidKeyMintDevice(SecurityLevel securityLevel) in AndroidKeyMintDevice() function in aidl::android::hardware::security::keymint::AndroidKeyMintDevice
227 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 …]
H A DAndroidSecureClock.cpp36 const std::shared_ptr<keymint::AndroidKeyMintDevice>& keymint) in AndroidSecureClock()
H A DAndroidSharedSecret.cpp32 const std::shared_ptr<keymint::AndroidKeyMintDevice>& keymint) in AndroidSharedSecret()
H A DAndroidRemotelyProvisionedComponentDevice.cpp81 const std::shared_ptr<AndroidKeyMintDevice>& keymint) { in AndroidRemotelyProvisionedComponentDevice()
/aosp12/hardware/interfaces/security/keymint/aidl/default/
H A Dservice.cpp29 using aidl::android::hardware::security::keymint::AndroidKeyMintDevice;
51 std::shared_ptr<AndroidKeyMintDevice> keyMint = in main()
52 addService<AndroidKeyMintDevice>(SecurityLevel::SOFTWARE); in main()
/aosp12/system/keymaster/ng/include/
H A DAndroidKeyMintDevice.h35 class AndroidKeyMintDevice : public BnKeyMintDevice {
37 explicit AndroidKeyMintDevice(SecurityLevel securityLevel);
38 virtual ~AndroidKeyMintDevice();
H A DAndroidSecureClock.h35 explicit AndroidSecureClock(const std::shared_ptr<keymint::AndroidKeyMintDevice>& keymint);
H A DAndroidSharedSecret.h33 explicit AndroidSharedSecret(const std::shared_ptr<keymint::AndroidKeyMintDevice>& keymint);
H A DAndroidRemotelyProvisionedComponentDevice.h34 const std::shared_ptr<AndroidKeyMintDevice>& keymint);
/aosp12/system/keymaster/
H A DAndroid.bp397 "ng/AndroidKeyMintDevice.cpp",