Home
last modified time | relevance | path

Searched refs:opHandle_ (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish/guest/hals/keymint/remote/
Dremote_keymint_operation.cpp44 : impl_(impl), opHandle_(opHandle) {} in RemoteKeyMintOperation()
47 if (opHandle_ != 0) { in ~RemoteKeyMintOperation()
56 request.op_handle = opHandle_; in updateAad()
81 request.op_handle = opHandle_; in update()
116 request.op_handle = opHandle_; in finish()
136 opHandle_ = 0; in finish()
148 request.op_handle = opHandle_; in abort()
152 opHandle_ = 0; in abort()
Dremote_keymint_operation.h66 keymaster_operation_handle_t opHandle_; variable