Home
last modified time | relevance | path

Searched refs:RemoteKeyMintOperation (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish/guest/hals/keymint/remote/
Dremote_keymint_operation.cpp42 RemoteKeyMintOperation::RemoteKeyMintOperation( in RemoteKeyMintOperation() function in aidl::android::hardware::security::keymint::RemoteKeyMintOperation
46 RemoteKeyMintOperation::~RemoteKeyMintOperation() { in ~RemoteKeyMintOperation()
52 ScopedAStatus RemoteKeyMintOperation::updateAad( in updateAad()
71 ScopedAStatus RemoteKeyMintOperation::update( in update()
103 ScopedAStatus RemoteKeyMintOperation::finish( in finish()
146 ScopedAStatus RemoteKeyMintOperation::abort() { in abort()
Dremote_keymint_operation.h39 class RemoteKeyMintOperation : public BnKeyMintOperation {
41 explicit RemoteKeyMintOperation(::keymaster::RemoteKeymaster& implementation,
43 virtual ~RemoteKeyMintOperation();
Dremote_keymint_device.cpp394 result->operation = ndk::SharedRefBase::make<RemoteKeyMintOperation>( in begin()