Lines Matching refs:operationHandle
271 * @return operationHandle The newly-created operation handle which must be passed to update(),
275 generates(ErrorCode error, vec<KeyParameter> outParams, OperationHandle operationHandle);
281 * If operationHandle is invalid, update() will return ErrorCode::INVALID_OPERATION_HANDLE.
287 * @param operationHandle The operation handle returned by begin().
309 update(OperationHandle operationHandle, vec<KeyParameter> inParams, vec<uint8_t> input)
314 * Finalizes a cryptographic operation begun with begin() and invalidates operationHandle.
316 * @param operationHandle The operation handle returned by begin(). This handle will be
335 finish(OperationHandle operationHandle, vec<KeyParameter> inParams, vec<uint8_t> input,
341 * invalidating operationHandle.
343 * @param operationHandle The operation handle returned by begin(). This handle will be
348 abort(OperationHandle operationHandle) generates(ErrorCode error);