Searched refs:operationHandle (Results 1 – 2 of 2) sorted by relevance
/external/nos/host/android/hals/keymaster/ |
D | KeymasterDevice.cpp | 420 uint64_t operationHandle, const hidl_vec<KeyParameter>& parametersToVerify, in verifyAuthorization() argument 425 (void)operationHandle; in verifyAuthorization() 749 uint64_t operationHandle = startResponse.handle().handle(); in attestKey() local 753 Finalize finalize([&] () { abort(operationHandle); }); in attestKey() 755 continueRequest.mutable_handle()->set_handle(operationHandle); in attestKey() 769 finishRequest.mutable_handle()->set_handle(operationHandle); in attestKey() 1050 uint64_t operationHandle, in update() argument 1066 error_code = buffer_append(operationHandle, input, &consumed); in update() 1073 error_code = buffer_peek(operationHandle, &blocks); in update() 1083 request.mutable_handle()->set_handle(operationHandle); in update() [all …]
|
/external/nos/host/android/hals/keymaster/include/ |
D | KeymasterDevice.h | 58 uint64_t operationHandle, 97 uint64_t operationHandle, const hidl_vec<KeyParameter>& inParams, 102 uint64_t operationHandle, const hidl_vec<KeyParameter>& inParams, 107 Return<ErrorCode> abort(uint64_t operationHandle) override;
|