Searched refs:TrustyRemotelyProvisionedComponentDevice (Results 1 – 4 of 4) sorted by relevance
31 class TrustyRemotelyProvisionedComponentDevice : public BnRemotelyProvisionedComponent {33 explicit TrustyRemotelyProvisionedComponentDevice(shared_ptr<TrustyKeymaster> impl) in TrustyRemotelyProvisionedComponentDevice() function35 virtual ~TrustyRemotelyProvisionedComponentDevice() = default;
28 using aidl::android::hardware::security::keymint::trusty::TrustyRemotelyProvisionedComponentDevice;58 addService<TrustyRemotelyProvisionedComponentDevice>(trustyKeymaster); in main()
73 ScopedAStatus TrustyRemotelyProvisionedComponentDevice::getHardwareInfo(RpcHardwareInfo* info) { in getHardwareInfo()80 ScopedAStatus TrustyRemotelyProvisionedComponentDevice::generateEcdsaP256KeyPair( in generateEcdsaP256KeyPair()95 ScopedAStatus TrustyRemotelyProvisionedComponentDevice::generateCertificateRequest( in generateCertificateRequest()
103 "keymint/TrustyRemotelyProvisionedComponentDevice.cpp",