Home
last modified time | relevance | path

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

/system/core/trusty/keymaster/include/trusty_keymaster/
DTrustyRemotelyProvisionedComponentDevice.h31 class TrustyRemotelyProvisionedComponentDevice : public BnRemotelyProvisionedComponent {
33 explicit TrustyRemotelyProvisionedComponentDevice(shared_ptr<TrustyKeymaster> impl) in TrustyRemotelyProvisionedComponentDevice() function
35 virtual ~TrustyRemotelyProvisionedComponentDevice() = default;
/system/core/trusty/keymaster/keymint/
Dservice.cpp28 using aidl::android::hardware::security::keymint::trusty::TrustyRemotelyProvisionedComponentDevice;
58 addService<TrustyRemotelyProvisionedComponentDevice>(trustyKeymaster); in main()
DTrustyRemotelyProvisionedComponentDevice.cpp73 ScopedAStatus TrustyRemotelyProvisionedComponentDevice::getHardwareInfo(RpcHardwareInfo* info) { in getHardwareInfo()
80 ScopedAStatus TrustyRemotelyProvisionedComponentDevice::generateEcdsaP256KeyPair( in generateEcdsaP256KeyPair()
95 ScopedAStatus TrustyRemotelyProvisionedComponentDevice::generateCertificateRequest( in generateCertificateRequest()
/system/core/trusty/keymaster/
DAndroid.bp103 "keymint/TrustyRemotelyProvisionedComponentDevice.cpp",